Changes between Version 9 and Version 10 of MercurialBranches
- Timestamp:
- Oct 11, 2010, 9:16:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MercurialBranches
v9 v10 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! 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 }}} ?