Submitter | phabricator |
---|---|
Date | April 5, 2018, 5:47 p.m. |
Message ID | <differential-rev-PHID-DREV-ozf42klfgxtojec5mzmm-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/30394/ |
State | Superseded |
Headers | show |
Comments
quark accepted this revision. quark added a comment. Hmm... maybe just remove it. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3140 To: martinvonz, #hg-reviewers, quark Cc: quark, mercurial-devel
martinvonz added a comment.
In https://phab.mercurial-scm.org/D3140#50376, @quark wrote:
> Hmm... maybe just remove it.
Done.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D3140
To: martinvonz, #hg-reviewers, quark
Cc: quark, mercurial-devel
Patch
diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -21,7 +21,7 @@ from mercurial.i18n import _ from mercurial.node import ( - nullid, + nullhex, nullrev, short, ) @@ -252,7 +252,7 @@ else: destrev = legacydest destmap[oldrev] = destrev - if newrev in (nullid, revtodostr): + if newrev in (nullhex, revtodostr): state[oldrev] = revtodo # Legacy compat special case else: