hgext/__init__.py
author David Soria Parra <davidsp@fb.com>
Fri, 29 Aug 2014 14:26:17 +0200
branchstable
changeset 1099 bac4e0bc9f6a
parent 519 9825c7da5b54
child 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: write a status message when the working directory changes Evolve changes the working directory during atop, etc which can confuse people as they are not aware that this happend. The ideal solution is to not have evolve change it, however mercurial limitations don't allow us to do that at the moment. So instead we are printing a status message that the working directory changed.

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