Changes between Version 11 and Version 12 of MercurialBranches


Ignore:
Timestamp:
Nov 8, 2010, 5:32:02 PM (14 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MercurialBranches

    v11 v12  
    7575=== Gotchas ===
    7676
    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 }}} ?
     77If 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!
Back to Top