mercurial/commands.py
changeset 3583 8ee579885d23
parent 3578 3b4e00cba57a
child 3621 8c4fd0de5de8
equal deleted inserted replaced
3582:9fb7d3a05882 3583:8ee579885d23
   912     This option implies --pull, even on local repositories.
   912     This option implies --pull, even on local repositories.
   913 
   913 
   914     See pull for valid source format details.
   914     See pull for valid source format details.
   915 
   915 
   916     It is possible to specify an ssh:// URL as the destination, but no
   916     It is possible to specify an ssh:// URL as the destination, but no
   917     .hg/hgrc will be created on the remote side. Look at the help text
   917     .hg/hgrc and working directory will be created on the remote side.
   918     for the pull command for important details about ssh:// URLs.
   918     Look at the help text for the pull command for important details
       
   919     about ssh:// URLs.
   919     """
   920     """
   920     setremoteconfig(ui, opts)
   921     setremoteconfig(ui, opts)
   921     hg.clone(ui, ui.expandpath(source), dest,
   922     hg.clone(ui, ui.expandpath(source), dest,
   922              pull=opts['pull'],
   923              pull=opts['pull'],
   923              stream=opts['uncompressed'],
   924              stream=opts['uncompressed'],