diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-07 09:10:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-07 13:17:50 -0700 |
commit | 6466fbbeef67ec398f6f5d5b5da5d6f107a647b2 (patch) | |
tree | dba6d1e8ddb52107c61ada62c14158ba40a33b03 /contrib/remote-helpers/test-hg.sh | |
parent | mailmap: update Pasky's address (diff) | |
parent | Git 1.8.1.6 (diff) | |
download | tgif-6466fbbeef67ec398f6f5d5b5da5d6f107a647b2.tar.xz |
Sync with 1.8.1.6
Diffstat (limited to 'contrib/remote-helpers/test-hg.sh')
-rwxr-xr-x | contrib/remote-helpers/test-hg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 5f81dfae6c..7bb81f2f8e 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -115,7 +115,7 @@ test_expect_success 'update bookmark' ' git push ) && - hg -R hgrepo bookmarks | grep "devel\s\+3:" + hg -R hgrepo bookmarks | egrep "devel[ ]+3:" ' test_done |