Changes between Version 19 and Version 20 of MercurialBranches


Ignore:
Timestamp:
Jul 2, 2011, 12:41:38 PM (13 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MercurialBranches

    v19 v20  
    2727 * Use the [http://mercurial.selenic.com/wiki/BookmarksExtension bookmarks] extension for git-style local feature branches, or named branches for feature branches that you need other people to see.
    2828 * Alternatively, use the [http://mercurial.selenic.com/wiki/MqExtension queues] extension to manage long lived patches.
    29  * To collapse several commits into a single commit before pushing back to svn, use the [http://mercurial.selenic.com/wiki/HisteditExtension histedit] extension
     29 * To collapse several commits into a single commit before pushing back to svn, use the [http://mercurial.selenic.com/wiki/HisteditExtension histedit] extension.
     30 * Use the 'svnrev' revset specifier to find info about a revision using SVN rev numbers (e.g. `hg log -r 'svnrev(12345)'`. Use the 'svn info' command to go the other way around (e.g. `hg svn info -r 12155`).
     31
    3032
    3133=== Backporting ===
Back to Top