Kiln » largefiles » largefiles-truncated
Clone URL:  

Added test-rebase.py.out so that the test will pass without --debug.

Changeset dd074b5dbfaf

Parent ceccb358fd26

by David Golub

Changes to one file · Browse files at dd074b5dbfaf Showing diff from parent ceccb358fd26 Diff from another changeset...

Change 1 of 1 Show Entire File tests/​test-rebase.py.out Stacked
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@@ -0,0 +1,28 @@
+% setup +hg init +hg add +hg commit -m 'add n1 in repo1' +hg add --bf b1 +hg commit -m 'add bfile b1 in repo1' +hg clone repo1 repo2 +hg commit -m 'modify bfile b1 in repo1' +hg commit -m 'modify n1 in repo2' +hg pull --rebase +hg out --bf +hg commit -m 'modify n1' +hg out --bf +hg update --clean +hg init +hg add +hg commit -m 'add n1 in repo3' +hg add --bf b1 +hg commit -m 'add bfile b1 in repo3' +hg clone repo3 repo4 +hg commit -m 'modify bfile b1 in repo3' +hg commit -m 'modify n1 in repo4' +hg pull +hg rebase +hg out --bf +hg commit -m 'modify n1' +hg out --bf +hg update --clean