hgbook
diff en/examples/branch-repo.bugfix.out @ 311:53e20c92b6b6
Added missing dot.
author | Mariusz Mazur <mmazur@kernel.pl> |
---|---|
date | Tue Aug 26 18:58:20 2008 +0200 (2008-08-26) |
parents | 615f3c6b30e1 |
children | 7e52f0cc4516 |
line diff
1.1 --- a/en/examples/branch-repo.bugfix.out Mon Apr 16 17:21:38 2007 -0700 1.2 +++ b/en/examples/branch-repo.bugfix.out Tue Aug 26 18:58:20 2008 +0200 1.3 @@ -1,4 +1,5 @@ 1.4 $ \textbf{hg clone myproject-1.0.1 my-1.0.1-bugfix} 1.5 +updating working directory 1.6 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 1.7 $ \textbf{cd my-1.0.1-bugfix} 1.8 $ \textbf{echo 'I fixed a bug using only echo!' >> myfile}