##// END OF EJS Templates
tests: glob over some timing numbers in test-shelve.t...
Matt Harbison -
r42848:94460411 default
parent child Browse files
Show More
@@ -1178,7 +1178,7 b' Abort unshelve while merging (issue5123)'
1178 1178 $ hg add e
1179 1179 $ hg ci -m e
1180 1180 $ hg shelve --patch
1181 default (1s ago) changes to: b
1181 default (*s ago) changes to: b (glob)
1182 1182
1183 1183 diff --git a/c b/c
1184 1184 new file mode 100644
@@ -1226,7 +1226,7 b' Abort unshelve while merging (issue5123)'
1226 1226 e
1227 1227 -- shelve should not contain `c` now
1228 1228 $ hg shelve --patch
1229 default (1s ago) changes to: b
1229 default (*s ago) changes to: b (glob)
1230 1230
1231 1231 diff --git a/d b/d
1232 1232 new file mode 100644
@@ -1300,7 +1300,7 b' Abort unshelve while merging (issue5123)'
1300 1300 A
1301 1301 B
1302 1302 $ hg shelve --patch
1303 default (1s ago) changes to: add B to foo
1303 default (*s ago) changes to: add B to foo (glob)
1304 1304
1305 1305 diff --git a/foo b/foo
1306 1306 --- a/foo
General Comments 0
You need to be logged in to leave comments. Login now