Mercurial > hg-stable
changeset 37454:0a9751ece252
tests: add another full hex node in plain text
Should have been part of D3168.
Differential Revision: https://phab.mercurial-scm.org/D3186
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Sat, 07 Apr 2018 00:00:33 -0700 |
parents | 2735d08e9788 |
children | 9ecb7c471cfb |
files | tests/test-bundle2-exchange.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-bundle2-exchange.t Thu Apr 05 16:50:19 2018 -0700 +++ b/tests/test-bundle2-exchange.t Sat Apr 07 00:00:33 2018 -0700 @@ -863,7 +863,7 @@ > enc = pushkey.encode > part = bundler.newpart('pushkey') > part.addparam('namespace', enc('phases')) - > part.addparam('key', enc(pushop.repo['cd010b8cd998'].hex())) + > part.addparam('key', enc('cd010b8cd998f3981a5a8115f94f8da4ab506089')) > part.addparam('old', enc(str(4))) # will fail > part.addparam('new', enc(str(3))) > def fail(pushop, exc):