Mercurial > hg
changeset 7891:3e0c28145e6a
rebase: remove unused statement
author | Stefano Tortarolo <stefano.tortarolo@gmail.com> |
---|---|
date | Wed, 11 Mar 2009 20:28:09 +0100 |
parents | e710f0f592b2 |
children | 67e59a9886d5 |
files | hgext/rebase.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/rebase.py Thu Mar 26 13:54:44 2009 -0500 +++ b/hgext/rebase.py Wed Mar 11 20:28:09 2009 +0100 @@ -26,7 +26,6 @@ def newancestor(a, b, pfunc): ancestor.ancestor = oldancestor - anc = ancestor.ancestor(a, b, pfunc) if b == rev: return repo[rev].parents()[0].rev() return ancestor.ancestor(a, b, pfunc)