hgbook

annotate en/examples/branch-repo.new.out @ 286:f992b16d18a1

hg-interdiff: handle single-file diffs
author Nicholas Riley <njriley@uiuc.edu>
date Sun Jan 13 08:16:21 2008 -0800 (2008-01-13)
parents 615f3c6b30e1
children 2b8c6aa370d5
rev   line source
bos@198 1 $ \textbf{cd ..}
bos@198 2 $ \textbf{hg clone myproject my-feature}
bos@198 3 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
bos@198 4 $ \textbf{cd my-feature}
bos@199 5 $ \textbf{echo 'This sure is an exciting new feature!' > mynewfile}
bos@198 6 $ \textbf{hg commit -A -m 'New feature'}
bos@199 7 adding mynewfile
bos@199 8 $ \textbf{hg push}
bos@199 9 pushing to
bos@199 10 searching for changes
bos@199 11 adding changesets
bos@199 12 adding manifests
bos@199 13 adding file changes
bos@199 14 added 1 changesets with 1 changes to 1 files