diff -r 8228bc8fed8c -r 91ddb33deea5 hgext/rebase.py --- 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')