Sun, 05 Oct 2014 23:38:35 +0300
- removed line delimeters from hg incoming regex parser
--- a/cobalt.py Sun Oct 05 23:33:29 2014 +0300 +++ b/cobalt.py Sun Oct 05 23:38:35 2014 +0300 @@ -288,7 +288,7 @@ continue #fi - rex = re.compile (r'^([^ ]+) (.+)$') + rex = re.compile (r'([^ ]+) (.+)') match = rex.match (line) failed = False