tests/test-annotate.out
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 22 Aug 2006 22:49:30 -0300
changeset 3011 01454af644b8
parent 2923 cd47230a4eb9
child 3165 5c93dd0ae413
permissions -rw-r--r--
load extensions only after the ui object has been completely initialized This fixes a traceback printed when hg tries to print another traceback after an extension fails to be loaded. Add a test for that.

% init
% commit
adding a
% annotate -c
8435f90966e4: a
% annotate -d
Thu Jan 01 00:00:01 1970 +0000: a
% annotate -n
0: a
% annotate -u
nobody: a
% annotate -cdnu
nobody 0 8435f90966e4 Thu Jan 01 00:00:01 1970 +0000: a