comparison tests/test-rebase-issue-noparam-single-rev @ 6910:93609576244e

Debashify rebase tests
author Brendan Cully <brendan@kublai.com>
date Tue, 19 Aug 2008 18:07:26 -0700
parents 808f03f61ebe
children 8766fee6f225
comparison
equal deleted inserted replaced
6909:b5a6fce0bc29 6910:93609576244e
2 2
3 echo "[extensions]" >> $HGRCPATH 3 echo "[extensions]" >> $HGRCPATH
4 echo "graphlog=" >> $HGRCPATH 4 echo "graphlog=" >> $HGRCPATH
5 echo "rebase=" >> $HGRCPATH 5 echo "rebase=" >> $HGRCPATH
6 6
7 function addcommit { 7 addcommit () {
8 echo $1 > $1 8 echo $1 > $1
9 hg add $1 9 hg add $1
10 hg commit -d "${2} 0" -u test -m $1 10 hg commit -d "${2} 0" -u test -m $1
11 } 11 }
12 12