##// END OF EJS Templates
py3: add some glob to make output compatible with python 3...
Pulkit Goyal -
r40266:0b46e1aa default
parent child Browse files
Show More
@@ -393,6 +393,7 b' test-obsolete-distributed.t'
393 393 test-obsolete-divergent.t
394 394 test-obsolete-tag-cache.t
395 395 test-obsolete.t
396 test-origbackup-conflict.t
396 397 test-pager-legacy.t
397 398 test-pager.t
398 399 test-parents.t
@@ -402,6 +403,7 b' test-patch.t'
402 403 test-patchbomb-bookmark.t
403 404 test-patchbomb-tls.t
404 405 test-patchbomb.t
406 test-pathconflicts-basic.t
405 407 test-pathconflicts-merge.t
406 408 test-pathconflicts-update.t
407 409 test-pathencode.py
@@ -129,7 +129,7 b' Incorrectly configure origbackuppath to '
129 129 b/c: replacing untracked file
130 130 getting b/c
131 131 creating directory: $TESTTMP/repo/.hg/badorigbackups/b
132 abort: $ENOTDIR$: '$TESTTMP/repo/.hg/badorigbackups/b'
132 abort: $ENOTDIR$: *$TESTTMP/repo/.hg/badorigbackups/b* (glob)
133 133 [255]
134 134 $ cat .hg/badorigbackups
135 135 data
@@ -88,7 +88,7 b' Basic clean update - local directory con'
88 88 $ mkdir a
89 89 $ echo 4 > a/b
90 90 $ hg up file2
91 abort: *: '$TESTTMP/repo/a' (glob)
91 abort: *: *$TESTTMP/repo/a* (glob)
92 92 [255]
93 93 $ hg up --clean file2
94 94 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
General Comments 0
You need to be logged in to leave comments. Login now