##// END OF EJS Templates
largefiles: fix trailing spaces in test-largefiles.t...
Thomas Arendsen Hein -
r17594:536fee6a stable
parent child Browse files
Show More
@@ -91,7 +91,7 b' Test exit codes for remove warning cases'
91 91 $ hg up -Cq
92 92
93 93 Remove both largefiles and normal files.
94
94
95 95 $ hg remove normal1 large1
96 96 $ hg status large1
97 97 R large1
@@ -203,21 +203,21 b' Test display of largefiles in hgweb'
203 203 $ cat ../hg.pid >> $DAEMON_PIDS
204 204 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/?style=raw'
205 205 200 Script output follows
206
207
206
207
208 208 drwxr-xr-x sub
209 209 -rw-r--r-- 41 large3
210 210 -rw-r--r-- 9 normal3
211
212
211
212
213 213 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/sub/?style=raw'
214 214 200 Script output follows
215
216
215
216
217 217 -rw-r--r-- 41 large4
218 218 -rw-r--r-- 9 normal4
219
220
219
220
221 221 $ "$TESTDIR/killdaemons.py"
222 222 #endif
223 223
@@ -230,7 +230,7 b' archiving.'
230 230 $ hg archive -r 3 ../archive3
231 231 $ hg archive -r 4 ../archive4
232 232 $ cd ../archive0
233 $ cat normal1
233 $ cat normal1
234 234 normal1
235 235 $ cat large1
236 236 large1
@@ -650,7 +650,7 b' Clone a largefiles repo.'
650 650 Old revisions of a clone have correct largefiles content (this also
651 651 tests update).
652 652
653 $ hg update -r 1
653 $ hg update -r 1
654 654 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
655 655 getting changed largefiles
656 656 1 largefiles updated, 0 removed
@@ -803,7 +803,7 b' revisions (this was a very bad bug that '
803 803
804 804 Rollback on largefiles.
805 805
806 $ echo large4-modified-again > sub/large4
806 $ echo large4-modified-again > sub/large4
807 807 $ hg commit -m "Modify large4 again"
808 808 Invoking status precommit hook
809 809 M sub/large4
@@ -833,7 +833,7 b' Rollback on largefiles.'
833 833
834 834 "update --clean" leaves correct largefiles in working copy.
835 835
836 $ hg update --clean
836 $ hg update --clean
837 837 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
838 838 getting changed largefiles
839 839 1 largefiles updated, 0 removed
@@ -1037,7 +1037,7 b' Test that transplanting a largefile chan'
1037 1037 getting changed largefiles
1038 1038 3 largefiles updated, 0 removed
1039 1039 $ cd g
1040 $ hg transplant -s ../d 598410d3eb9a
1040 $ hg transplant -s ../d 598410d3eb9a
1041 1041 searching for changes
1042 1042 searching for changes
1043 1043 adding changesets
@@ -1179,7 +1179,7 b' largefiles can be pushed locally (issue3'
1179 1179 adding manifests
1180 1180 adding file changes
1181 1181 added 1 changesets with 1 changes to 1 files
1182
1182
1183 1183 exit code with nothing outgoing (issue3611)
1184 1184 $ hg outgoing ../dest
1185 1185 comparing with ../dest
General Comments 0
You need to be logged in to leave comments. Login now