Submitter | via Mercurial-devel |
---|---|
Date | July 5, 2017, 10:12 p.m. |
Message ID | <efb8e7e78aa8c9f10bd4.1499292752@martinvonz.svl.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/22021/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/repair.py b/mercurial/repair.py --- a/mercurial/repair.py +++ b/mercurial/repair.py @@ -213,7 +213,7 @@ txnname = "strip\n%s" % util.hidepassword(tmpbundleurl) with repo.transaction(txnname) as tr: bundle2.applybundle(repo, gen, tr, source='strip', - url=tmpbundleurl, emptyok=True) + url=tmpbundleurl) if not repo.ui.verbose: repo.ui.popbuffer() f.close()