Kiln » Kiln Extensions
Clone URL:  
test-addremove.py.out
1
2
3
4
5
6
7
8
9
10
11
12
13
% test with bfiles hg init hg add --bf foo hg addremove hg commit -m 'added foo' hg addremove % test without bfiles hg init hg add foo hg addremove hg commit -m 'added foo' hg addremove