Mercurial > public > mercurial-scm > hg
diff tests/test-obsolete-changeset-exchange.t @ 34025:626a28f30dbd
debugcommands: stabilize output of debugbundle by having a custom repr
We handle all dict-like things the same, and don't worry about it
actually being a repr.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 23:11:35 -0400 |
parents | 6c1a9fd8361b |
children | 10e162bb9bf5 |
line wrap: on
line diff
--- a/tests/test-obsolete-changeset-exchange.t Tue Aug 22 20:25:08 2017 -0400 +++ b/tests/test-obsolete-changeset-exchange.t Tue Aug 22 23:11:35 2017 -0400 @@ -90,14 +90,14 @@ $ hg bundle --hidden --rev f89bcc95eba5 --base "f89bcc95eba5^" ../f89bcc95eba5-obs.hg --config experimental.stabilization.bundle-obsmarker=1 1 changesets found $ hg debugbundle ../f89bcc95eba5.hg - Stream params: sortdict([('Compression', 'BZ')]) - changegroup -- "sortdict([('version', '02'), ('nbchanges', '1')])" + Stream params: {Compression: BZ} + changegroup -- {nbchanges: 1, version: 02} f89bcc95eba5174b1ccc3e33a82e84c96e8338ee $ hg debugbundle ../f89bcc95eba5-obs.hg - Stream params: sortdict([('Compression', 'BZ')]) - changegroup -- "sortdict([('version', '02'), ('nbchanges', '1')])" + Stream params: {Compression: BZ} + changegroup -- {nbchanges: 1, version: 02} f89bcc95eba5174b1ccc3e33a82e84c96e8338ee - obsmarkers -- 'sortdict()' + obsmarkers -- {} version: 1 (70 bytes) 9d73aac1b2ed7d53835eaeec212ed41ea47da53a f89bcc95eba5174b1ccc3e33a82e84c96e8338ee 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}