Changes between Version 9 and Version 10 of MercurialBranches


Ignore:
Timestamp:
Oct 11, 2010, 9:16:27 PM (14 years ago)
Author:
Carl Meyer
Comment:

how to push single rev

Legend:

Unmodified
Added
Removed
Modified
  • MercurialBranches

    v9 v10  
    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!
     77If 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 }}} ?
Back to Top