comparison tests/test-strip.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 ed88f90bb787
children 2844c4bd5a39
comparison
equal deleted inserted replaced
34024:19b8eee8b4ec 34025:626a28f30dbd
209 user: test 209 user: test
210 date: Thu Jan 01 00:00:00 1970 +0000 210 date: Thu Jan 01 00:00:00 1970 +0000
211 summary: b 211 summary: b
212 212
213 $ hg debugbundle .hg/strip-backup/* 213 $ hg debugbundle .hg/strip-backup/*
214 Stream params: sortdict([('Compression', 'BZ')]) 214 Stream params: {Compression: BZ}
215 changegroup -- "sortdict([('version', '02'), ('nbchanges', '1')])" 215 changegroup -- {nbchanges: 1, version: 02}
216 264128213d290d868c54642d13aeaa3675551a78 216 264128213d290d868c54642d13aeaa3675551a78
217 phase-heads -- 'sortdict()' 217 phase-heads -- {}
218 264128213d290d868c54642d13aeaa3675551a78 draft 218 264128213d290d868c54642d13aeaa3675551a78 draft
219 $ hg pull .hg/strip-backup/* 219 $ hg pull .hg/strip-backup/*
220 pulling from .hg/strip-backup/264128213d29-0b39d6bf-backup.hg 220 pulling from .hg/strip-backup/264128213d29-0b39d6bf-backup.hg
221 searching for changes 221 searching for changes
222 adding changesets 222 adding changesets