[Bug 5936] New: `hg rebase` not dropping empty changesets

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Jul 4 18:48:40 UTC 2018


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

            Bug ID: 5936
           Summary: `hg rebase` not dropping empty changesets
           Product: Mercurial
           Version: default branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: normal
         Component: rebase
          Assignee: bugzilla at mercurial-scm.org
          Reporter: gregory.szorc at gmail.com
                CC: mercurial-devel at mercurial-scm.org

I'm pretty sure `hg rebase` used to discard changesets that produced an empty
diff. I've noticed this isn't happening in my configuration on @.

I'm using evolve and rebase.experimental.inmemory=true. The latter may causing
this.

My most recent reproduce of this was with my personal hg repo:

  $ hg clone --stream https://hg.mozilla.org/users/gszorc_mozilla.com/hg
  $ cd hg
  $ hg rebase -s e20cc8c -d 85e3aa21bcdc

(This may require --hidden due to obsolescence markers I'll push after this bug
is filed.)

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


More information about the Mercurial-devel mailing list