mercurial/__init__.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 15 Aug 2006 16:04:47 +0200
changeset 2912 8fd6925ae32f
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
Fixed test-extdiff. diff-like tools usually return 1 if differences are found. Currently the extdiff returns 256, but that's a different topic (consolidating return code handling in hg).