diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-07 15:28:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-07 15:28:50 -0700 |
commit | 52a3e011c779456e63b6274af0024eeb92dd7888 (patch) | |
tree | ea70edaef2ca6c49e99b8f8a22dcffd8ec0a8110 /contrib | |
parent | Update draft release notes to 1.8.3 (diff) | |
parent | Git 1.8.2.1 (diff) | |
download | tgif-52a3e011c779456e63b6274af0024eeb92dd7888.tar.xz |
Sync with 1.8.2.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-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 |