diff en/examples/branching @ 191:f078515438d2

Account for changed output.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Apr 2007 14:39:20 -0700
parents 5fc4a45c069f
children
line wrap: on
line diff
--- a/en/examples/branching	Mon Apr 16 14:38:45 2007 -0700
+++ b/en/examples/branching	Mon Apr 16 14:39:20 2007 -0700
@@ -39,6 +39,7 @@
 cd stable-fix
 echo 'This is a fix to a boring feature.' > myfile
 hg commit -m 'Fix a bug'
+#$ ignore: /tmp/branching.*
 hg push
 
 #$ name: