tests/test-simplemerge.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 04 May 2014 20:58:25 -0700
changeset 21767 75a96326cecb
parent 4363 2e3c54fb79a3
child 22023 f18830651811
permissions -rw-r--r--
commands: add norepo argument to command decorator Since decorators are evaluated at module load time and since the @command decorator imports commands, the norepo variable (along with its friends) may not be declared yet. These variables are now declared before @command usage to ensure they are present.

....................
----------------------------------------------------------------------
Ran 20 tests in 0.000s

OK