[PATCH 0 of 1 ] tests: preserve only lines matching a whitelist and keep the exit status of hg command in acl tests

elifarley at gmail.com elifarley at gmail.com
Thu May 31 17:20:48 CDT 2012


Instead of using a blacklist, this time I'm using a whitelist to keep only the important lines in the test file.

mpm suggested using a grep for "acl", but there are other important lines which don't match "acl", so I'm using a multiline sed filter.

By keeping only the important lines, the test file should be easier to understand.


More information about the Mercurial-devel mailing list