Mercurial > public > mercurial-scm > hg-stable
diff tests/test-hook.t @ 29064:9dc27a334fb1 stable
bundle2: properly request phases during getbundle
getbundle was requesting the "phase" namespace instead of the "phases"
namespace, which led to the client still requesting the phases
separately after getbundle finished.
author | Mike Hommey <mh@glandium.org> |
---|---|
date | Thu, 05 May 2016 20:57:38 +0900 |
parents | ea1fec3e9aba |
children | b8f9cdca8807 b55bfbb9b5a6 |
line wrap: on
line diff
--- a/tests/test-hook.t Sun May 01 14:36:12 2016 -0500 +++ b/tests/test-hook.t Thu May 05 20:57:38 2016 +0900 @@ -255,9 +255,8 @@ pulling from ../a listkeys hook: HG_NAMESPACE=bookmarks HG_VALUES={'bar': '0000000000000000000000000000000000000000', 'foo': '0000000000000000000000000000000000000000'} no changes found - listkeys hook: HG_NAMESPACE=phase HG_VALUES={} + listkeys hook: HG_NAMESPACE=phases HG_VALUES={'cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b': '1', 'publishing': 'True'} adding remote bookmark bar - listkeys hook: HG_NAMESPACE=phases HG_VALUES={'cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b': '1', 'publishing': 'True'} $ cd ../a test that prepushkey can prevent incoming keys