hgbook

changeset 291:fe9237037e4d

Fixed sample output for 'branching' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:46:07 2008 +0200 (2008-08-20)
parents e45d3f0d8da6
children 4aa900e1de2b
files en/examples/branching.clone.out en/examples/branching.stable.out
line diff
     1.1 --- a/en/examples/branching.clone.out	Wed Feb 20 23:54:41 2008 +0100
     1.2 +++ b/en/examples/branching.clone.out	Wed Aug 20 21:46:07 2008 +0200
     1.3 @@ -5,4 +5,5 @@
     1.4  adding manifests
     1.5  adding file changes
     1.6  added 1 changesets with 1 changes to 1 files
     1.7 +updating working directory
     1.8  1 files updated, 0 files merged, 0 files removed, 0 files unresolved
     2.1 --- a/en/examples/branching.stable.out	Wed Feb 20 23:54:41 2008 +0100
     2.2 +++ b/en/examples/branching.stable.out	Wed Aug 20 21:46:07 2008 +0200
     2.3 @@ -1,4 +1,5 @@
     2.4  $ \textbf{hg clone stable stable-fix}
     2.5 +updating working directory
     2.6  1 files updated, 0 files merged, 0 files removed, 0 files unresolved
     2.7  $ \textbf{cd stable-fix}
     2.8  $ \textbf{echo 'This is a fix to a boring feature.' > myfile}