##// END OF EJS Templates
bundle2: use unbundle source as transaction name...
Pierre-Yves David -
r24738:457e26da default
parent child Browse files
Show More
@@ -1282,7 +1282,7 b' def unbundle(repo, cg, heads, source, ur'
1282 # push can proceed
1282 # push can proceed
1283 if util.safehasattr(cg, 'params'):
1283 if util.safehasattr(cg, 'params'):
1284 try:
1284 try:
1285 tr = repo.transaction('unbundle')
1285 tr = repo.transaction(source)
1286 tr.hookargs['source'] = source
1286 tr.hookargs['source'] = source
1287 tr.hookargs['url'] = url
1287 tr.hookargs['url'] = url
1288 tr.hookargs['bundle2'] = '1'
1288 tr.hookargs['bundle2'] = '1'
@@ -220,7 +220,7 b' push'
220 lock: free
220 lock: free
221 wlock: free
221 wlock: free
222 postclose-tip:eea13746799a public book_eea1
222 postclose-tip:eea13746799a public book_eea1
223 txnclose hook: HG_BOOKMARK_MOVED=1 HG_BUNDLE2=1 HG_NEW_OBSMARKERS=1 HG_NODE=eea13746799a9e0bfd88f29d3c2e9dc9389f524f HG_PHASES_MOVED=1 HG_SOURCE=push HG_TXNNAME=unbundle HG_URL=push
223 txnclose hook: HG_BOOKMARK_MOVED=1 HG_BUNDLE2=1 HG_NEW_OBSMARKERS=1 HG_NODE=eea13746799a9e0bfd88f29d3c2e9dc9389f524f HG_PHASES_MOVED=1 HG_SOURCE=push HG_TXNNAME=push HG_URL=push
224 remote: adding changesets
224 remote: adding changesets
225 remote: adding manifests
225 remote: adding manifests
226 remote: adding file changes
226 remote: adding file changes
@@ -310,7 +310,7 b' push over ssh'
310 remote: lock: free
310 remote: lock: free
311 remote: wlock: free
311 remote: wlock: free
312 remote: postclose-tip:5fddd98957c8 draft book_5fdd
312 remote: postclose-tip:5fddd98957c8 draft book_5fdd
313 remote: txnclose hook: HG_BOOKMARK_MOVED=1 HG_BUNDLE2=1 HG_NEW_OBSMARKERS=1 HG_NODE=5fddd98957c8a54a4d436dfe1da9d87f21a1b97b HG_SOURCE=serve HG_TXNNAME=unbundle HG_URL=remote:ssh:127.0.0.1
313 remote: txnclose hook: HG_BOOKMARK_MOVED=1 HG_BUNDLE2=1 HG_NEW_OBSMARKERS=1 HG_NODE=5fddd98957c8a54a4d436dfe1da9d87f21a1b97b HG_SOURCE=serve HG_TXNNAME=serve HG_URL=remote:ssh:127.0.0.1
314 pre-close-tip:02de42196ebe draft book_02de
314 pre-close-tip:02de42196ebe draft book_02de
315 postclose-tip:02de42196ebe draft book_02de
315 postclose-tip:02de42196ebe draft book_02de
316 txnclose hook: HG_SOURCE=push-response HG_TXNNAME=push-response
316 txnclose hook: HG_SOURCE=push-response HG_TXNNAME=push-response
General Comments 0
You need to be logged in to leave comments. Login now