Show More
@@ -213,7 +213,7 b' def strip(ui, repo, nodelist, backup=Tru' | |||||
213 | txnname = "strip\n%s" % util.hidepassword(tmpbundleurl) |
|
213 | txnname = "strip\n%s" % util.hidepassword(tmpbundleurl) | |
214 | with repo.transaction(txnname) as tr: |
|
214 | with repo.transaction(txnname) as tr: | |
215 | bundle2.applybundle(repo, gen, tr, source='strip', |
|
215 | bundle2.applybundle(repo, gen, tr, source='strip', | |
216 |
url=tmpbundleurl |
|
216 | url=tmpbundleurl) | |
217 | if not repo.ui.verbose: |
|
217 | if not repo.ui.verbose: | |
218 | repo.ui.popbuffer() |
|
218 | repo.ui.popbuffer() | |
219 | f.close() |
|
219 | f.close() |
General Comments 0
You need to be logged in to leave comments.
Login now