tests/test-clone.t
changeset 39489 f1186c292d03
parent 39323 c11e8894b9ca
child 39707 5abc47d4ca6b
equal deleted inserted replaced
39488:d629b6d2f05a 39489:f1186c292d03
    73   $ hg verify
    73   $ hg verify
    74   checking changesets
    74   checking changesets
    75   checking manifests
    75   checking manifests
    76   crosschecking files in changesets and manifests
    76   crosschecking files in changesets and manifests
    77   checking files
    77   checking files
    78   2 files, 11 changesets, 11 total revisions
    78   checked 11 changesets with 11 changes to 2 files
    79 
    79 
    80 Invalid dest '' must abort:
    80 Invalid dest '' must abort:
    81 
    81 
    82   $ hg clone . ''
    82   $ hg clone . ''
    83   abort: empty destination path is not valid
    83   abort: empty destination path is not valid
   144   $ hg verify
   144   $ hg verify
   145   checking changesets
   145   checking changesets
   146   checking manifests
   146   checking manifests
   147   crosschecking files in changesets and manifests
   147   crosschecking files in changesets and manifests
   148   checking files
   148   checking files
   149   2 files, 11 changesets, 11 total revisions
   149   checked 11 changesets with 11 changes to 2 files
   150 
   150 
   151 Default destination:
   151 Default destination:
   152 
   152 
   153   $ mkdir ../d
   153   $ mkdir ../d
   154   $ cd ../d
   154   $ cd ../d
   189   $ hg -R g verify
   189   $ hg -R g verify
   190   checking changesets
   190   checking changesets
   191   checking manifests
   191   checking manifests
   192   crosschecking files in changesets and manifests
   192   crosschecking files in changesets and manifests
   193   checking files
   193   checking files
   194   2 files, 11 changesets, 11 total revisions
   194   checked 11 changesets with 11 changes to 2 files
   195 
   195 
   196 Invalid dest '' with --pull must abort (issue2528):
   196 Invalid dest '' with --pull must abort (issue2528):
   197 
   197 
   198   $ hg clone --pull a ''
   198   $ hg clone --pull a ''
   199   abort: empty destination path is not valid
   199   abort: empty destination path is not valid