Submitter | phabricator |
---|---|
Date | Jan. 18, 2018, 1:41 p.m. |
Message ID | <2cee227f4a35fec7d23ac89c7562aad0@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26894/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/repair.py b/mercurial/repair.py --- a/mercurial/repair.py +++ b/mercurial/repair.py @@ -203,8 +203,8 @@ deleteobsmarkers(repo.obsstore, stripobsidx) del repo.obsstore + repo._phasecache.filterunknown(repo) - repo._phasecache.filterunknown(repo) if tmpbundlefile: ui.note(_("adding branch\n")) f = vfs.open(tmpbundlefile, "rb")