##// END OF EJS Templates
tests: stabilize `test-journal.t` on Windows...
Matt Harbison -
r52881:df887ca0 default
parent child Browse files
Show More
@@ -92,7 +92,7 Test that we tracks bookmark deletion
92 $ hg journal babar
92 $ hg journal babar
93 previous locations of 'babar':
93 previous locations of 'babar':
94 000000000000 book -d babar
94 000000000000 book -d babar
95 cb9a9f314b8b book -f -r '.~1' babar
95 cb9a9f314b8b book -f -r ?.~1? babar (glob)
96 1e6c11564562 book -r . babar
96 1e6c11564562 book -r . babar
97
97
98 Test that bookmarks and working copy tracking is not mixed
98 Test that bookmarks and working copy tracking is not mixed
@@ -111,7 +111,7 Test that you can list all entries as we
111 previous locations of the working copy and bookmarks:
111 previous locations of the working copy and bookmarks:
112 1e6c11564562 baz book -r tip baz
112 1e6c11564562 baz book -r tip baz
113 000000000000 babar book -d babar
113 000000000000 babar book -d babar
114 cb9a9f314b8b babar book -f -r '.~1' babar
114 cb9a9f314b8b babar book -f -r ?.~1? babar (glob)
115 1e6c11564562 babar book -r . babar
115 1e6c11564562 babar book -r . babar
116 1e6c11564562 bar up
116 1e6c11564562 bar up
117 1e6c11564562 . up
117 1e6c11564562 . up
@@ -142,7 +142,7 Test that you can list all entries as we
142 previous locations of 're:ba.':
142 previous locations of 're:ba.':
143 1e6c11564562 baz book -r tip baz
143 1e6c11564562 baz book -r tip baz
144 000000000000 babar book -d babar
144 000000000000 babar book -d babar
145 cb9a9f314b8b babar book -f -r '.~1' babar
145 cb9a9f314b8b babar book -f -r ?.~1? babar (glob)
146 1e6c11564562 babar book -r . babar
146 1e6c11564562 babar book -r . babar
147 1e6c11564562 bar up
147 1e6c11564562 bar up
148 cb9a9f314b8b bar book -f bar
148 cb9a9f314b8b bar book -f bar
@@ -154,7 +154,7 Test that verbose, JSON, template and co
154 previous locations of the working copy and bookmarks:
154 previous locations of the working copy and bookmarks:
155 000000000000 -> 1e6c11564562 foobar baz 1970-01-01 00:00 +0000 book -r tip baz
155 000000000000 -> 1e6c11564562 foobar baz 1970-01-01 00:00 +0000 book -r tip baz
156 cb9a9f314b8b -> 000000000000 foobar babar 1970-01-01 00:00 +0000 book -d babar
156 cb9a9f314b8b -> 000000000000 foobar babar 1970-01-01 00:00 +0000 book -d babar
157 1e6c11564562 -> cb9a9f314b8b foobar babar 1970-01-01 00:00 +0000 book -f -r '.~1' babar
157 1e6c11564562 -> cb9a9f314b8b foobar babar 1970-01-01 00:00 +0000 book -f -r ?.~1? babar (glob)
158 000000000000 -> 1e6c11564562 foobar babar 1970-01-01 00:00 +0000 book -r . babar
158 000000000000 -> 1e6c11564562 foobar babar 1970-01-01 00:00 +0000 book -r . babar
159 cb9a9f314b8b -> 1e6c11564562 foobar bar 1970-01-01 00:00 +0000 up
159 cb9a9f314b8b -> 1e6c11564562 foobar bar 1970-01-01 00:00 +0000 up
160 cb9a9f314b8b -> 1e6c11564562 foobar . 1970-01-01 00:00 +0000 up
160 cb9a9f314b8b -> 1e6c11564562 foobar . 1970-01-01 00:00 +0000 up
General Comments 0
You need to be logged in to leave comments. Login now