Changes between Version 8 and Version 9 of MercurialBranches
- Timestamp:
- Oct 11, 2010, 7:06:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MercurialBranches
v8 v9 73 73 where 1.2.X is a directory under 'releases/' in the Subversion repo, and 13643 is a hg revision ID. The change is already committed to the local repo, but not 'pushed', so you can still rollback if changes need to be made. 74 74 75 === Gotchas === 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!