Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/detached-head-doc' into maint
[gitweb.git]
/
contrib
/
remote-helpers
/
test-hg.sh
diff --git
a/contrib/remote-helpers/test-hg.sh
b/contrib/remote-helpers/test-hg.sh
index 5f81dfae6c4a31f11ed766dd467fdd4a542afdf3..7bb81f2f8e0e288eb7e392075491fc1df0bd91d1 100755
(executable)
--- 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