summaryrefslogtreecommitdiff
path: root/tests/test-mq-caches.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mq-caches.t')
-rw-r--r--tests/test-mq-caches.t12
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/test-mq-caches.t b/tests/test-mq-caches.t
index f74a528..5791aa0 100644
--- a/tests/test-mq-caches.t
+++ b/tests/test-mq-caches.t
@@ -26,7 +26,7 @@
mq patch on an empty repo
- $ hg qnew -d '0 0' p1
+ $ hg qnew p1
$ show_branch_cache
tip: 0
No branch cache
@@ -36,8 +36,7 @@ mq patch on an empty repo
$ hg qrefresh -m 'patch 1'
$ show_branch_cache
tip: 0
- d986d5caac23a7d44a46efc0ddaf5eb9665844cf 0
- d986d5caac23a7d44a46efc0ddaf5eb9665844cf default
+ No branch cache
some regular revisions
@@ -70,14 +69,14 @@ add some mq patches
c229711f16da3d7591f89b1b8d963b79bda22714 bar
dc25e3827021582e979f600811852e36cbe57341 foo
- $ hg qnew -d '0 0' p2
+ $ hg qnew p2
$ echo foo > .hg/branch
$ echo foo2 >> foo
$ hg qrefresh -m 'patch 2'
$ show_branch_cache 1
tip: 3
- 982611f6955f9c48d3365decea203217c945ef0d 2
- 982611f6955f9c48d3365decea203217c945ef0d bar
+ c229711f16da3d7591f89b1b8d963b79bda22714 1
+ c229711f16da3d7591f89b1b8d963b79bda22714 bar
dc25e3827021582e979f600811852e36cbe57341 foo
branch foo: 3
branch bar: 2
@@ -123,4 +122,3 @@ detect an invalid cache
dc25e3827021582e979f600811852e36cbe57341 0
dc25e3827021582e979f600811852e36cbe57341 foo
- $ cd ..