Mercurial > hg-stable
comparison tests/test-push-http-bundle1.t @ 28269:6e3fdd98b277
commands: add postincoming explicit brev argument (API)
Before this patch, postincoming() initializes 'brev' with 'checkout',
but this isn't useful to activate/deactivate bookmark after updating,
because 'checkout' is not a string actually specified at command line,
but an already node-nized byte sequence.
This patch adds postincoming() explicit 'brev' argument, and makes
'pull()' pass appropriate value.
This patch adds 'brev' argument instead of 'brev=None', because
'brev=None' isn't reasonable value if checkout is not None.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Fri, 26 Feb 2016 20:22:05 +0900 |
parents | d6d3cf5fda6f |
children | 6e375ba01b04 |
comparison
equal
deleted
inserted
replaced
28268:3643b66d7f71 | 28269:6e3fdd98b277 |
---|