hgbook

annotate en/examples/daily.revert.modify.out @ 230:f83281da4122

Add new commands for commands and options provided by extensions.
Should improve indexing a bit.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 09:39:27 2007 -0700 (2007-05-27)
parents
children 1ea91eb01030
rev   line source
bos@144 1 $ \textbf{cat file}
bos@144 2 original content
bos@144 3 $ \textbf{echo unwanted change >> file}
bos@144 4 $ \textbf{hg diff file}
bos@144 5 diff -r file
bos@144 6
bos@144 7
bos@144 8 @@ -1,1 +1,2 @@ original content
bos@144 9 original content
bos@144 10 +unwanted change