[Yt-svn] commit/yt: 3 new changesets

Bitbucket commits-noreply at bitbucket.org
Tue Oct 4 13:47:35 PDT 2011


3 new changesets in yt:

http://bitbucket.org/yt_analysis/yt/changeset/fe970dc83a06/
changeset:   fe970dc83a06
branch:      yt
user:        chummels
date:        2011-10-04 22:41:00
summary:     Correcting bug in yt update command line option.
affected #:  1 file (-1 bytes)

--- a/yt/utilities/command_line.py	Tue Oct 04 16:08:22 2011 -0400
+++ b/yt/utilities/command_line.py	Tue Oct 04 16:41:00 2011 -0400
@@ -393,6 +393,7 @@
             print "---"
             print
             print "This installation CAN be automatically updated."
+            _update_hg(path)
             print "Updated successfully."
         else:
             print


http://bitbucket.org/yt_analysis/yt/changeset/15534bade886/
changeset:   15534bade886
branch:      yt
user:        chummels
date:        2011-10-04 22:45:27
summary:     Matching instinfo -u and update command in source for command line arguments of yt.
affected #:  1 file (-1 bytes)

--- a/yt/utilities/command_line.py	Tue Oct 04 16:41:00 2011 -0400
+++ b/yt/utilities/command_line.py	Tue Oct 04 16:45:27 2011 -0400
@@ -398,7 +398,9 @@
         else:
             print
             print "YT site-packages not in path, so you must"
-            print "update this installation manually."
+            print "update this installation manually by committing and"
+            print "merging your modifications to the code before"
+            print "updating to the newest changeset."
             print
 
     @cmdln.option("-u", "--update-source", action="store_true",
@@ -444,7 +446,10 @@
             print "Updated successfully."
         elif opts.update_source:
             print
-            print "You have to update this installation yourself."
+            print "YT site-packages not in path, so you must"
+            print "update this installation manually by committing and"
+            print "merging your modifications to the code before"
+            print "updating to the newest changeset."
             print
         if vstring is not None and opts.outputfile is not None:
             open(opts.outputfile, "w").write(vstring)


http://bitbucket.org/yt_analysis/yt/changeset/116779c7c8e5/
changeset:   116779c7c8e5
branch:      yt
user:        chummels
date:        2011-10-04 22:46:53
summary:     Removing test command line option.
affected #:  1 file (-1 bytes)

--- a/yt/utilities/command_line.py	Tue Oct 04 16:45:27 2011 -0400
+++ b/yt/utilities/command_line.py	Tue Oct 04 16:46:53 2011 -0400
@@ -722,12 +722,6 @@
                  encoding=opts.encoding, open_browser=opts.open_browser,
                  private=opts.private, clipboard=opts.clipboard)
 
-    def do_test(self, subcmd, opts):
-        """
-        Testing
-        """
-        print "Testing"
-
     def do_pastebin_grab(self, subcmd, opts, arg):
         """
         Print an online pastebin to STDOUT for local use. Paste ID is

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list