D3186: tests: add another full hex node in plain text

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Sat Apr 7 04:09:35 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0a9751ece252: tests: add another full hex node in plain text (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3186?vs=7871&id=7872

REVISION DETAIL
  https://phab.mercurial-scm.org/D3186

AFFECTED FILES
  tests/test-bundle2-exchange.t

CHANGE DETAILS

diff --git a/tests/test-bundle2-exchange.t b/tests/test-bundle2-exchange.t
--- a/tests/test-bundle2-exchange.t
+++ b/tests/test-bundle2-exchange.t
@@ -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):



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list