hgbook

annotate en/examples/daily.revert.modify.out @ 197:76697ae503db

Local branches.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Apr 16 16:33:51 2007 -0700 (2007-04-16)
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