Mercurial > hg
comparison tests/test-journal.t @ 51988:df887ca0d891
tests: stabilize `test-journal.t` on Windows
The file in these lines are double quoted, but single quoted on other platforms.
Not sure why, other than `cmd.exe` doesn't recognize single quotes. But it's a
cosmetic difference, so glob over it and move on.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 07 Oct 2024 18:33:45 -0400 |
parents | e9a2e1c77f28 |
children |
comparison
equal
deleted
inserted
replaced
51987:d8b981968a55 | 51988:df887ca0d891 |
---|---|
90 $ hg book -f -r .~1 babar | 90 $ hg book -f -r .~1 babar |
91 $ hg book -d babar | 91 $ hg book -d babar |
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 |
99 | 99 |
100 $ hg journal | 100 $ hg journal |
109 $ hg book -r tip baz | 109 $ hg book -r tip baz |
110 $ hg journal --all | 110 $ hg journal --all |
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 |
118 cb9a9f314b8b bar book -f bar | 118 cb9a9f314b8b bar book -f bar |
119 1e6c11564562 bar book -r tip bar | 119 1e6c11564562 bar book -r tip bar |
140 cb9a9f314b8b commit -Aqm a | 140 cb9a9f314b8b commit -Aqm a |
141 $ hg journal "re:ba." | 141 $ hg journal "re:ba." |
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 |
149 1e6c11564562 bar book -r tip bar | 149 1e6c11564562 bar book -r tip bar |
150 | 150 |
152 | 152 |
153 $ hg journal --verbose --all | 153 $ hg journal --verbose --all |
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 |
161 1e6c11564562 -> cb9a9f314b8b foobar bar 1970-01-01 00:00 +0000 book -f bar | 161 1e6c11564562 -> cb9a9f314b8b foobar bar 1970-01-01 00:00 +0000 book -f bar |
162 000000000000 -> 1e6c11564562 foobar bar 1970-01-01 00:00 +0000 book -r tip bar | 162 000000000000 -> 1e6c11564562 foobar bar 1970-01-01 00:00 +0000 book -r tip bar |