Kiln » Kiln Extensions
Clone URL:  
test-log.py.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% setup hg init hg add n1 hg commit -m 'add file' hg add --bf b1 hg commit -m 'add bfile' hg commit -m 'modify file' hg commit -m 'modify bfile' hg rm n1 hg commit -m 'remove file' hg rm b1 hg commit -m 'remove bfile' hg log -v hg log -p hg log --stat