##// END OF EJS Templates
Add test for invalid branch cache (fixed by 27ebe4efe98e)
Thomas Arendsen Hein -
r3451:196baf20 default
parent child Browse files
Show More
@@ -23,4 +23,6 b' cat .hg/branch'
23 23 HG_MERGE=true hg ci -m "merge" -d "0 0"
24 24 hg log
25 25
26
26 echo % test for invalid branch cache
27 hg rollback
28 hg tip
@@ -41,3 +41,13 b' user: test'
41 41 date: Thu Jan 01 00:00:00 1970 +0000
42 42 summary: initial
43 43
44 % test for invalid branch cache
45 rolling back last transaction
46 changeset: 4:98d14f698afe
47 branch: foo
48 tag: tip
49 parent: 1:0079f24813e2
50 user: test
51 date: Thu Jan 01 00:00:00 1970 +0000
52 summary: modify a branch
53
General Comments 0
You need to be logged in to leave comments. Login now