comparison tests/test-flagprocessor.t @ 31837:37e793918c07

bundlerepo: use raw revision in revdiff() This is similar to "revlog: use raw revisions in revdiff". revdiff() generates raw text used in revlog directly. This makes test-flagprocessor.t happy.
author Jun Wu <quark@fb.com>
date Mon, 03 Apr 2017 09:31:39 -0700
parents 4598e8f43e20
children c39e7c4b535c
comparison
equal deleted inserted replaced
31836:4598e8f43e20 31837:37e793918c07
214 214
215 215
216 $ hg bundle -R bundle.hg --base 1 bundle-again.hg -q 2>&1 | egrep -v '^(\*\*| )' 216 $ hg bundle -R bundle.hg --base 1 bundle-again.hg -q 2>&1 | egrep -v '^(\*\*| )'
217 [1] 217 [1]
218 $ hg -R bundle-again.hg log --stat -T '{rev} {desc}\n' base64 2>&1 | egrep -v '^(\*\*| )' 218 $ hg -R bundle-again.hg log --stat -T '{rev} {desc}\n' base64 2>&1 | egrep -v '^(\*\*| )'
219 Traceback (most recent call last): 219 5 branching
220 TypeError: Incorrect padding 220 base64 | 2 +-
221 1 files changed, 1 insertions(+), 1 deletions(-)
222
223 4 base64-4
224 base64 | 2 +-
225 1 files changed, 1 insertions(+), 1 deletions(-)
226
227 3 base64-three
228 base64 | 2 +-
229 1 files changed, 1 insertions(+), 1 deletions(-)
230
231 2 base64-two
232 base64 | 2 +-
233 1 files changed, 1 insertions(+), 1 deletions(-)
234
235 1 base64-single
236 base64 | 2 +-
237 1 files changed, 1 insertions(+), 1 deletions(-)
238
239 0 base64-0
240 base64 | 1 +
241 1 files changed, 1 insertions(+), 0 deletions(-)
242