diff tests/test-rebase-pull @ 6910:93609576244e

Debashify rebase tests
author Brendan Cully <brendan@kublai.com>
date Tue, 19 Aug 2008 18:07:26 -0700
parents 808f03f61ebe
children 92455c1d6f83
line wrap: on
line diff
--- a/tests/test-rebase-pull
+++ b/tests/test-rebase-pull
@@ -6,12 +6,13 @@
 
 BASE=`pwd`
 
-function addcommit {
+addcommit () {
     echo $1 > $1
     hg add $1
     hg commit -d "${2} 0" -u test -m $1
 }
-function commit {
+
+commit () {
     hg commit -d "${2} 0" -u test -m $1
 }