Show More
@@ -444,6 +444,8 b' record added file alone' | |||||
444 | r |
|
444 | r | |
445 | committed changeset 3:899491280810 |
|
445 | committed changeset 3:899491280810 | |
446 | overwriting r expanding keywords |
|
446 | overwriting r expanding keywords | |
|
447 | - status call required for dirstate.normallookup() check | |||
|
448 | $ hg status r | |||
447 | $ hg --verbose rollback |
|
449 | $ hg --verbose rollback | |
448 | repository tip rolled back to revision 2 (undo commit) |
|
450 | repository tip rolled back to revision 2 (undo commit) | |
449 | working directory now based on revision 2 |
|
451 | working directory now based on revision 2 | |
@@ -834,6 +836,8 b' kwexpand/kwshrink on selected files' | |||||
834 | $ hg copy a x/a |
|
836 | $ hg copy a x/a | |
835 | $ hg --verbose kwshrink a |
|
837 | $ hg --verbose kwshrink a | |
836 | overwriting a shrinking keywords |
|
838 | overwriting a shrinking keywords | |
|
839 | - sleep required for dirstate.normal() check | |||
|
840 | $ sleep 1 | |||
837 | $ hg status a |
|
841 | $ hg status a | |
838 | $ hg --verbose kwexpand a |
|
842 | $ hg --verbose kwexpand a | |
839 | overwriting a expanding keywords |
|
843 | overwriting a expanding keywords |
General Comments 0
You need to be logged in to leave comments.
Login now