hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 25 Jul 2014 14:27:16 +0200
changeset 1001 f7f4a1fac6c0
parent 519 9825c7da5b54
child 1619 5ef77a1d975c
permissions -rw-r--r--
test: use `hg log` in the `getid` function using `hg id` to retrieve full lenght node requires to use --debug. This may include debug output (regarding branch cache invalidation for example) that breaks the test. We now use `hg log` with a custom template. This is a simple, clean and robust solution.

# Copyright 2011 Logilab SA <contact@logilab.fr>