tests/test-annotate.out
author Matt Mackall <mpm@selenic.com>
Sun, 20 Aug 2006 23:52:52 -0500
changeset 2974 eef469259745
parent 2923 cd47230a4eb9
child 3165 5c93dd0ae413
permissions -rw-r--r--
tag: shorten hash in default commit message Move default message to commands.py Pass node in binary for consistency Remove default arguments Fix up tests

% 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