Torsten Bögershausen 3aa7c3b587 remote-helpers/test-bzr.sh: do not use "grep '\s'"
Using grep "devel\s\+3:" to find at least one whitspace is not
portable on all grep versions; not all grep versions understand "\s"
as a "whitespace".

Use a literal TAB followed by SPACE.

The + as a qualifier for "one or more" is not a basic regular
expression; use egrep instead of grep.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-05-09 08:26:05 -05:00
2014-05-09 08:26:03 -05:00
2014-05-09 08:25:22 -05:00
2014-05-09 08:26:03 -05:00
Description
Transparent bidirectional bridge between Git and Mercurial for Git
GPL-2.0 943 KiB
Languages
Python 54.9%
Shell 42.3%
Ruby 1.9%
Makefile 0.9%