D3168: tests: enter full hex hash in plain text in bundle part

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Apr 6 21:53:59 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd46d4f14300a: tests: enter full hex hash in plain text in bundle part (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3168?vs=7805&id=7852

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

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
@@ -787,7 +787,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(0))) # successful update
   >     part.addparam('new', enc(str(0)))
   >     def fail(pushop, exc):



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


More information about the Mercurial-devel mailing list