Kiln » Unity3D Unity 3D's proposed fixes and extensions to Kiln BFiles
Clone URL:  
test-converttags.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
% setup hg init hg add hg commit -m 'initial commit' hg add hg commit -m 'add more files' hg tag -r 0 first hg tag -r 1 second hg tag -r 3 last hg log -r first hg log -r second hg log -r last hg log hg kbfconvert repo1 repo2 -s 1 hg log -r first hg log -r second hg log -r last hg log hg up -r 0 hg up -r 1 hg up -r 2 hg up -r 3 hg up -r 4 hg kbfconvert repo2 repo3 --tonormal hg log -r first hg log -r second hg log -r last hg log hg up -r 0 hg up -r 1 hg up -r 2 hg up -r 3 hg up -r 4