hgbook

diff en/examples/branch-named.rebranch.out @ 396:0f2170fcb79a

added the term "tracking", and translated a few paragraphs of concepts.tex
author Javier Rojas <jerojasro@devnull.li>
date Thu Nov 06 23:01:34 2008 -0500 (2008-11-06)
parents 6519f3b983b4
children
line diff
     1.1 --- a/en/examples/branch-named.rebranch.out	Mon Apr 23 15:28:13 2007 -0700
     1.2 +++ b/en/examples/branch-named.rebranch.out	Thu Nov 06 23:01:34 2008 -0500
     1.3 @@ -1,6 +1,7 @@
     1.4  $ \textbf{hg branch}
     1.5  foo
     1.6  $ \textbf{hg branch bar}
     1.7 +marked working directory as branch bar
     1.8  $ \textbf{echo new file > newfile}
     1.9  $ \textbf{hg commit -A -m 'Third commit'}
    1.10  adding newfile