mercurial/__init__.py
author Simon Heimberg <simohe@besonet.ch>
Thu, 16 Jan 2014 12:06:49 +0100
changeset 20272 9e3eb009a404
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
run-tests: test each line matching function on its own This has several advantages. * Each match function can return some information to the caller runone (used in the next patch). * It is not checked that the line ends in " (glob)" when rematch() returns false. * And it looks more readable.