Show More
@@ -92,7 +92,7 Test that we tracks bookmark deletion | |||
|
92 | 92 | $ hg journal babar |
|
93 | 93 | previous locations of 'babar': |
|
94 | 94 | 000000000000 book -d babar |
|
95 |
cb9a9f314b8b book -f -r |
|
|
95 | cb9a9f314b8b book -f -r ?.~1? babar (glob) | |
|
96 | 96 | 1e6c11564562 book -r . babar |
|
97 | 97 | |
|
98 | 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 | 111 | previous locations of the working copy and bookmarks: |
|
112 | 112 | 1e6c11564562 baz book -r tip baz |
|
113 | 113 | 000000000000 babar book -d babar |
|
114 |
cb9a9f314b8b babar book -f -r |
|
|
114 | cb9a9f314b8b babar book -f -r ?.~1? babar (glob) | |
|
115 | 115 | 1e6c11564562 babar book -r . babar |
|
116 | 116 | 1e6c11564562 bar up |
|
117 | 117 | 1e6c11564562 . up |
@@ -142,7 +142,7 Test that you can list all entries as we | |||
|
142 | 142 | previous locations of 're:ba.': |
|
143 | 143 | 1e6c11564562 baz book -r tip baz |
|
144 | 144 | 000000000000 babar book -d babar |
|
145 |
cb9a9f314b8b babar book -f -r |
|
|
145 | cb9a9f314b8b babar book -f -r ?.~1? babar (glob) | |
|
146 | 146 | 1e6c11564562 babar book -r . babar |
|
147 | 147 | 1e6c11564562 bar up |
|
148 | 148 | cb9a9f314b8b bar book -f bar |
@@ -154,7 +154,7 Test that verbose, JSON, template and co | |||
|
154 | 154 | previous locations of the working copy and bookmarks: |
|
155 | 155 | 000000000000 -> 1e6c11564562 foobar baz 1970-01-01 00:00 +0000 book -r tip baz |
|
156 | 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 |
|
|
157 | 1e6c11564562 -> cb9a9f314b8b foobar babar 1970-01-01 00:00 +0000 book -f -r ?.~1? babar (glob) | |
|
158 | 158 | 000000000000 -> 1e6c11564562 foobar babar 1970-01-01 00:00 +0000 book -r . babar |
|
159 | 159 | cb9a9f314b8b -> 1e6c11564562 foobar bar 1970-01-01 00:00 +0000 up |
|
160 | 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