Mercurial > hgbook
changeset 191:f078515438d2
Account for changed output.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 16 Apr 2007 14:39:20 -0700 |
parents | cd066590e2e3 |
children | 06ab90119fa6 |
files | en/examples/branching en/examples/mq.qinit-help.help.out en/examples/tour.help.out |
diffstat | 3 files changed, 5 insertions(+), 0 deletions(-) [+] |
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: