Submitter | via Mercurial-devel |
---|---|
Date | June 16, 2017, 9:26 p.m. |
Message ID | <5cec89d7fd6c6fe5d6cf.1497648399@martinvonz.svl.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/21437/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/repair.py b/mercurial/repair.py --- a/mercurial/repair.py +++ b/mercurial/repair.py @@ -204,8 +204,6 @@ repo.ui.pushbuffer() if isinstance(gen, bundle2.unbundle20): with repo.transaction('strip') as tr: - tr.hookargs = {'source': 'strip', - 'url': 'bundle:' + vfs.join(tmpbundlefile)} bundle2.applybundle(repo, gen, tr, source='strip', url='bundle:' + vfs.join(tmpbundlefile)) else: