hgext/rebase.py
changeset 31619 91ddb33deea5
parent 31588 37a0ad669051
child 31621 b26975483841
--- a/hgext/rebase.py	Fri Mar 24 22:29:22 2017 +0900
+++ b/hgext/rebase.py	Sun Mar 12 12:33:35 2017 -0700
@@ -169,7 +169,7 @@
                 self._writestatus(f)
 
     def _writestatus(self, f):
-        repo = self.repo
+        repo = self.repo.unfiltered()
         f.write(repo[self.originalwd].hex() + '\n')
         f.write(repo[self.target].hex() + '\n')
         f.write(repo[self.external].hex() + '\n')