##// END OF EJS Templates
test-record: add hg summary to verify we update dirstate
Augie Fackler -
r10964:aa0426c7 default
parent child Browse files
Show More
@@ -37,6 +37,10 b' y'
37 37 EOF
38 38 echo; hg tip -p
39 39
40 echo % summary shows we updated to the new cset
41 hg summary
42 echo
43
40 44 echo % rename empty file
41 45
42 46 hg mv empty-rw empty-rename
@@ -315,4 +319,3 b' y'
315 319 y
316 320 EOF
317 321 echo; hg tip -p
318
@@ -72,6 +72,13 b' date: Thu Jan 01 00:00:00 1970 +0'
72 72 summary: empty
73 73
74 74
75 % summary shows we updated to the new cset
76 parent: 0:c0708cf4e46e tip
77 empty
78 branch: default
79 commit: (clean)
80 update: (current)
81
75 82 % rename empty file
76 83 diff --git a/empty-rw b/empty-rename
77 84 rename from empty-rw
General Comments 0
You need to be logged in to leave comments. Login now