##// END OF EJS Templates
tests: make qnew in test-mq-caches.t stable...
Mads Kiilerich -
r15885:222fb8a5 default
parent child Browse files
Show More
@@ -26,7 +26,7 b''
26
26
27 mq patch on an empty repo
27 mq patch on an empty repo
28
28
29 $ hg qnew p1
29 $ hg qnew -d '0 0' p1
30 $ show_branch_cache
30 $ show_branch_cache
31 tip: 0
31 tip: 0
32 No branch cache
32 No branch cache
@@ -69,7 +69,7 b' add some mq patches'
69 c229711f16da3d7591f89b1b8d963b79bda22714 bar
69 c229711f16da3d7591f89b1b8d963b79bda22714 bar
70 dc25e3827021582e979f600811852e36cbe57341 foo
70 dc25e3827021582e979f600811852e36cbe57341 foo
71
71
72 $ hg qnew p2
72 $ hg qnew -d '0 0' p2
73 $ echo foo > .hg/branch
73 $ echo foo > .hg/branch
74 $ echo foo2 >> foo
74 $ echo foo2 >> foo
75 $ hg qrefresh -m 'patch 2'
75 $ hg qrefresh -m 'patch 2'
General Comments 0
You need to be logged in to leave comments. Login now