Mercurial > hgbook
view en/examples/cmdref @ 397:2b8c6aa370d5
Fix sample output for test 'branch-repo'.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed, 20 Aug 2008 21:54:18 +0200 |
parents | 1e013fbe35f7 |
children |
line wrap: on
line source
#!/bin/bash hg init diff cd diff cat > myfile.c <<EOF int myfunc() { return 1; } EOF hg ci -Ama sed -ie 's/return 1/return 10/' myfile.c #$ name: diff-p echo '[diff]' >> $HGRC echo 'showfunc = False' >> $HGRC hg diff hg diff -p