Kiln » Kiln Extensions
Clone URL:  
test-edit.py.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% setup hg init -q hg add -q normal1 sub/normal2 hg commit -m 'add normal files' % add bfiles hg add --bf big1 sub/big2 hg status hg commit -m 'added bfiles' % edit big1 hg status % edit sub/big2 hg status % edit big1 back hg status % edit sub/big2 back hg status