Mercurial > hg > hg-git
diff tests/test-push @ 271:d32590df65ef
undo changes from ea0728d8cdc2 (GNU sed doesn't have a -E option)
author | Abderrahim Kitouni <a.kitouni@gmail.com> |
---|---|
date | Mon, 23 Nov 2009 18:58:40 +0100 |
parents | 8b9fc1b1cc40 |
children | e331d19fd0bf |
line wrap: on
line diff
--- a/tests/test-push +++ b/tests/test-push @@ -26,7 +26,7 @@ { GIT_AUTHOR_DATE="2007-01-01 00:00:$count +0000" GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE" - git commit "$@" >/dev/null 2>/dev/null || echo "hg commit error" + git commit "$@" >/dev/null 2>/dev/null || echo "git commit error" count=`expr $count + 1` } hgcommit()