Mercurial > public > mercurial-scm > hg
diff tests/test-http-bundle1.t @ 41896:94faa2e84094
transaction: include txnname in the hookargs dictionary
There is no reason to not include the txnname alongside the txnid in all case.
The python hooks already have them, so aligning the the shell hooks seems it
could be useful in the future.
(I don't have a strong opinion about this, we can also decide to never align the
python and shell hooks and this and I'll drop this patch).
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 09 Feb 2019 23:01:30 +0100 |
parents | e06d91bc504b |
children | ebee234d952a |
line wrap: on
line diff
--- a/tests/test-http-bundle1.t Fri Mar 08 00:00:44 2019 +0100 +++ b/tests/test-http-bundle1.t Sat Feb 09 23:01:30 2019 +0100 @@ -167,6 +167,8 @@ HG_NODE_LAST=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_TXNID=TXN:$ID$ + HG_TXNNAME=pull + http://localhost:$HGPORT1/ HG_URL=http://localhost:$HGPORT1/ (run 'hg update' to get a working copy)