comparison tests/test-commit-unresolved.t @ 20306:fe8e254c7ad6 stable

merge default into stable for 2.9 code freeze
author Matt Mackall <mpm@selenic.com>
date Tue, 21 Jan 2014 14:30:06 -0600
parents aa9385f983fa
children 19d6fec60b81
comparison
equal deleted inserted replaced
20213:8c69c69dbcd2 20306:fe8e254c7ad6
1 $ echo "[extensions]" >> $HGRCPATH
2 $ echo "graphlog=" >> $HGRCPATH
3
4 $ addcommit () { 1 $ addcommit () {
5 > echo $1 > $1 2 > echo $1 > $1
6 > hg add $1 3 > hg add $1
7 > hg commit -d "${2} 0" -m $1 4 > hg commit -d "${2} 0" -m $1
8 > } 5 > }