Kiln » Kiln Extensions
Clone URL:  
test-targets.py.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% setup hg add n1 hg commit -m 'add file' hg push hg kiln -t hg add n2 hg commit -m 'add to central repository' hg push Test hg push hg add n3 hg commit -m 'add to branch repository' hg outgoing TestBranch hg push TestBranch hg incoming TestBranch hg pull TestBranch