tests/test-largefiles.t
branchstable
changeset 17601 6e2ab601be3f
parent 17600 3a1c6b64e052
child 17602 ccd28eca37f6
child 17658 a02c1ffddae9
equal deleted inserted replaced
17600:3a1c6b64e052 17601:6e2ab601be3f
   715   5 files updated, 0 files merged, 0 files removed, 0 files unresolved
   715   5 files updated, 0 files merged, 0 files removed, 0 files unresolved
   716   getting changed largefiles
   716   getting changed largefiles
   717   3 largefiles updated, 0 removed
   717   3 largefiles updated, 0 removed
   718   $ cd ..
   718   $ cd ..
   719 
   719 
       
   720 Ensure base clone command argument validation
       
   721 
       
   722   $ hg clone -U -u 0 a a-clone-failure
       
   723   abort: cannot specify both --noupdate and --updaterev
       
   724   [255]
       
   725 
   720   $ hg clone --all-largefiles a ssh://localhost/a
   726   $ hg clone --all-largefiles a ssh://localhost/a
   721   abort: --all-largefiles is incompatible with non-local destination ssh://localhost/a
   727   abort: --all-largefiles is incompatible with non-local destination ssh://localhost/a
   722   [255]
   728   [255]
   723 
   729 
   724 Test pulling with --all-largefiles flag
   730 Test pulling with --all-largefiles flag