view tests/test-hg-parseurl.py.out @ 10883:196908117c27 stable

patch: don't look for headers in diff lines If you have a diff line that matches a header line, the patch splitter currently breaks your patch at this line. For example a line like: +key: value This can lead to "malformed patch" exceptions. Now fixed.
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Fri, 09 Apr 2010 20:34:05 +0200
parents d757bc0c7865
children 3d6915f5a2bb
line wrap: on
line source

http://example.com/no/anchor, branches: []
http://example.com/an/anchor, branches: ['foo']
http://example.com/no/anchor/branches, branches: ['foo']
http://example.com/an/anchor/branches, branches: ['foo', 'bar']
http://example.com/an/anchor/branches-None, branches: ['foo']