hgbook

diff en/examples/branching @ 420:0774efad9003

translated up to section 4.4.1 (included). updated the project status file
author Javier Rojas <jerojasro@devnull.li>
date Sat Nov 15 20:04:33 2008 -0500 (2008-11-15)
parents 5fc4a45c069f
children
line diff
     1.1 --- a/en/examples/branching	Fri Mar 30 23:05:28 2007 -0700
     1.2 +++ b/en/examples/branching	Sat Nov 15 20:04:33 2008 -0500
     1.3 @@ -39,6 +39,7 @@
     1.4  cd stable-fix
     1.5  echo 'This is a fix to a boring feature.' > myfile
     1.6  hg commit -m 'Fix a bug'
     1.7 +#$ ignore: /tmp/branching.*
     1.8  hg push
     1.9  
    1.10  #$ name: