comparison tests/test-largefiles.t @ 17600:3a1c6b64e052 stable

largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command A status message is output if hg.clone() determines the default destination because None was provided. The previous code never passed None to hg.clone().
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 09 Sep 2012 12:09:53 -0400
parents 56136786000f
children 6e2ab601be3f
comparison
equal deleted inserted replaced
17599:56136786000f 17600:3a1c6b64e052
705 parent: -1:000000000000 (no revision checked out) 705 parent: -1:000000000000 (no revision checked out)
706 branch: default 706 branch: default
707 commit: (clean) 707 commit: (clean)
708 update: 8 new changesets (update) 708 update: 8 new changesets (update)
709 709
710 $ mkdir xyz
711 $ cd xyz
712 $ hg clone ../a
713 destination directory: a
714 updating to branch default
715 5 files updated, 0 files merged, 0 files removed, 0 files unresolved
716 getting changed largefiles
717 3 largefiles updated, 0 removed
718 $ cd ..
719
710 $ hg clone --all-largefiles a ssh://localhost/a 720 $ hg clone --all-largefiles a ssh://localhost/a
711 abort: --all-largefiles is incompatible with non-local destination ssh://localhost/a 721 abort: --all-largefiles is incompatible with non-local destination ssh://localhost/a
712 [255] 722 [255]
713 723
714 Test pulling with --all-largefiles flag 724 Test pulling with --all-largefiles flag