Skip to content

Commit

Permalink
Trac 8991: new mercurial queue syntax to developer walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeezer committed May 19, 2010
1 parent b6d9760 commit 5788320
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/doc/en/developer/walk_through.rst
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,9 @@ The main Mercurial repository for the Sage library lives in
``SAGE_ROOT/devel/sage`` so you will interact with the repository
using this as the working directory. This means to actually run
Sage, or rebuild it, you will use commands such as ``../../sage
-b``. One time only, for each repository, you need to initialize
it for use with queues, so do the following::
-b``. (The next step, initialization, has been deprecated as
of version 1.5.) One time only, for each repository, you need
to initialize it for use with queues, so do the following::

cd SAGE_ROOT/devel/sage
hg qinit
Expand Down Expand Up @@ -517,7 +518,8 @@ like me, then ::
hg qnew -f <descriptive-name>

will capture your changes made so far and give you a patch to
work with. The "descriptive-name" can be anything you like,
work with. (In newer versions of Mercurial, the -f flag has been
deprecated.) The "descriptive-name" can be anything you like,
nobody else ever has to see it. Use a Trac ticket number or
whatever you please. Edit, build, test, create documentation,
knock yourself out. At any time, run ``hg qdiff`` to see your
Expand Down

0 comments on commit 5788320

Please sign in to comment.