Changes between Version 19 and Version 20 of MercurialBranches
- Timestamp:
- Jul 2, 2011, 12:41:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MercurialBranches
v19 v20 27 27 * 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. 28 28 * 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 30 32 31 33 === Backporting ===