--- a/hgext/rebase.py Mon Mar 23 13:13:02 2009 +0100
+++ b/hgext/rebase.py Mon Mar 23 13:13:06 2009 +0100
@@ -337,7 +337,6 @@
def buildstate(repo, dest, src, base, collapse):
'Define which revisions are going to be rebased and where'
- state = {}
targetancestors = util.set()
if not dest: