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