[Bug 6836] New: push does not allow simulation

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Tue Jul 25 20:21:50 UTC 2023


https://bz.mercurial-scm.org/show_bug.cgi?id=6836

            Bug ID: 6836
           Summary: push does not allow simulation
           Product: Mercurial
           Version: 6.4.2
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: chealer at gmail.com
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

hg push can be used to export a subset of local changesets thanks to its --rev
option. hg push --rev foo may export more than foo, but there is unfortunately
no way of simulating what hg push will do to determine which changesets it
would export without actually exporting them.

Adding something like a --simulate option would let users preview how push
behave and use it confidently.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list