Kiln » Kiln Extensions
Clone URL:  
test-kiln.py.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
% setup hg add n1 b/n2 b/c/n3 ../n4 hg add --bf hg commit -m 'add files' hg out --bf hg summary --remote --bf hg push hg out --bf hg in hg out --bf hg commit -m 'edit n4 and b4' hg out --bf hg push hg in hg out hg mv n4 b4 a hg commit -m 'move n4 and b4' hg out --bf hg push hg pull hg merge hg commit -m merge hg out --bf hg summary --remote --bf hg push hg out --bf hg in hg pull hg in hg up hg commit -m 'edit n1 and b1' hg out --bf hg pull ../repo2 hg up hg commit -m 'edit n22 and b22' hg out --bf hg summary --remote --bf hg push hg pull