hgbook

annotate en/examples/results/rollback.rollback.out @ 604:39b7a21c490b

Drop another dead file
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 27 10:04:49 2009 -0700 (2009-03-27)
parents 44d1363234d2
children 4432ad34b8e5
rev   line source
bos@564 1 <screen><prompt>$</prompt> <userinput>hg rollback</userinput>
bos@144 2 rolling back last transaction
bos@564 3 <prompt>$</prompt> <userinput>hg tip</userinput>
bos@144 4 changeset:
bos@144 5 tag: tip
bos@564 6 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 7
bos@144 8 summary: First commit
bos@144 9
bos@564 10 <prompt>$</prompt> <userinput>hg status</userinput>
bos@144 11 M a
bos@144 12 ? b
bos@564 13 </screen>