tests/test-largefiles.t
changeset 17466 d5a3bda6e170
parent 17439 fbb732a8f2b9
child 17468 8fea378242e3
equal deleted inserted replaced
17465:2d4a096e213c 17466:d5a3bda6e170
   198   
   198   
   199   -rw-r--r-- 41 large4
   199   -rw-r--r-- 41 large4
   200   -rw-r--r-- 9 normal4
   200   -rw-r--r-- 9 normal4
   201   
   201   
   202   
   202   
   203   $ "$TESTDIR/killdaemons.py"
   203   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
   204 #endif
   204 #endif
   205 
   205 
   206 Test archiving the various revisions.  These hit corner cases known with
   206 Test archiving the various revisions.  These hit corner cases known with
   207 archiving.
   207 archiving.
   208 
   208 
  1164   
  1164   
  1165   Please enable it in your Mercurial config file.
  1165   Please enable it in your Mercurial config file.
  1166   [255]
  1166   [255]
  1167 
  1167 
  1168 used all HGPORTs, kill all daemons
  1168 used all HGPORTs, kill all daemons
  1169   $ "$TESTDIR/killdaemons.py"
  1169   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
  1170 #endif
  1170 #endif
  1171 
  1171 
  1172 vanilla clients locked out from largefiles ssh repos
  1172 vanilla clients locked out from largefiles ssh repos
  1173   $ hg --config extensions.largefiles=! clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/r4 r5
  1173   $ hg --config extensions.largefiles=! clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/r4 r5
  1174   abort: remote error:
  1174   abort: remote error:
  1250   remote: adding file changes
  1250   remote: adding file changes
  1251   remote: added 1 changesets with 1 changes to 1 files
  1251   remote: added 1 changesets with 1 changes to 1 files
  1252   $ rm -rf empty
  1252   $ rm -rf empty
  1253 
  1253 
  1254 used all HGPORTs, kill all daemons
  1254 used all HGPORTs, kill all daemons
  1255   $ "$TESTDIR/killdaemons.py"
  1255   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
  1256 
  1256 
  1257 #endif
  1257 #endif
  1258 
  1258 
  1259 
  1259 
  1260 #if unix-permissions
  1260 #if unix-permissions