Kiln » Kiln Extensions
Clone URL:  
test-status.py.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% setup hg init hg add --bf dir/b dir/c dir/d dir/f hg add dir2/b dir2/c dir2/d dir2/f hg add --bf b c d f hg commit -m 'added files' hg add --bf dir/a hg add dir2/a hg add --bf a hg rm dir/d hg rm dir2/d hg rm d hg status hg status -A hg status -m hg status -a hg status -r hg status -d hg status -c hg status -u