[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Oct 4 15:31:16 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/c7e332ae51ef/
Changeset:   c7e332ae51ef
Branch:      yt
User:        ChrisMalone
Date:        2014-10-03 22:35:48+00:00
Summary:     add missing important path for pull
Affected #:  1 file

diff -r c248e755d7c8497f88f2e8d0d3f21e4fc28a2208 -r c7e332ae51ef72219039fe4a60308ab683d2ece2 doc/source/developing/developing.rst
--- a/doc/source/developing/developing.rst
+++ b/doc/source/developing/developing.rst
@@ -302,7 +302,7 @@
 
    .. code-block:: bash
 
-      $ hg pull
+      $ hg pull upstream
       $ hg update -r "remote(tip,'upstream')"
 
 After the above steps, your local repository should be at the tip of


https://bitbucket.org/yt_analysis/yt/commits/2134d6d5144b/
Changeset:   2134d6d5144b
Branch:      yt
User:        ChrisMalone
Date:        2014-10-03 22:43:42+00:00
Summary:     also important
Affected #:  1 file

diff -r c7e332ae51ef72219039fe4a60308ab683d2ece2 -r 2134d6d5144bddae97431fdf417768888281de02 doc/source/developing/developing.rst
--- a/doc/source/developing/developing.rst
+++ b/doc/source/developing/developing.rst
@@ -312,13 +312,13 @@
   [alias]
   myupdate = update -r "remote(tip,'upstream')"
 
-And then you can just issue ``hg myupdate`` to get at the tip of the yt
-branch of the main yt repository.
+And then you can just issue ``hg myupdate`` to get at the tip of the main yt repository.
 
-You can then make changes and ``hg commit`` them.  If you prefer
-working with `bookmarks <http://mercurial.selenic.com/wiki/Bookmarks>`_, you may
-want to make a bookmark before committing your changes, such as
-``hg bookmark mybookmark``.
+Make sure you are on the branch you want to be on, and then you can
+make changes and ``hg commit`` them.  If you prefer working with
+`bookmarks <http://mercurial.selenic.com/wiki/Bookmarks>`_, you may
+want to make a bookmark before committing your changes, such as ``hg
+bookmark mybookmark``.
 
 To push to your fork on BitBucket if you didn't use a bookmark, you issue the following:

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