Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/warn-pathless-add-finishing-touches'
[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 6a1e4b1ad629c99e6c98786810c8601181cddd6d..d5b873051f5d79e277fb8ed6cfcd0db85f0d429f 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:"
'
author_test () {