mercurial/__init__.py
author Durham Goode <durham@fb.com>
Wed, 13 Feb 2013 11:07:01 -0800
changeset 18677 539210ed2069
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
blackbox: only show new heads on incoming The blackbox was logging every head after every incoming group. Now we only log the heads that have changed. Added a test. Moved the hooks test to the bottom of the file since the hooks interfer with the tests after it.