Changes between Version 11 and Version 12 of MercurialBranches
- Timestamp:
- Nov 8, 2010, 5:32:02 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MercurialBranches
v11 v12 75 75 === Gotchas === 76 76 77 If you make two commits, and only want to push the first, you will have some trouble, since the `hg push` command doesn't support specifying revisions. Nice solutions to this welcome! - use {{{ hg push -r rev }}} ?77 If you make two commits, and only want to push the first, you will have some trouble, since the !HgSubversion extensions doesn't support specifying revisions with the `hg push` command when pushing to a Subversion repository. Nice solutions to this welcome!