doc/hg.1.txt
changeset 523 003df62ae39f
parent 509 98a2935c3d6c
child 552 2204311609a0
child 553 f2442a6a5893
equal deleted inserted replaced
522:2f1de824798a 523:003df62ae39f
    80     If no revision is given then the tip is used.
    80     If no revision is given then the tip is used.
    81 
    81 
    82 clone [-U] <source> [dest]::
    82 clone [-U] <source> [dest]::
    83     Create a copy of an existing repository in a new directory.
    83     Create a copy of an existing repository in a new directory.
    84 
    84 
    85     If the destination directory is specified but doesn't exist, it is
    85     If no destination directory name is specified, it defaults to the
    86     created. If no destination directory is specified, it defaults to the
    86     basename of the source.
    87     current directory.
       
    88 
    87 
    89     The source is added to the new repository's .hg/hgrc file to be used in
    88     The source is added to the new repository's .hg/hgrc file to be used in
    90     future pulls.
    89     future pulls.
    91 
    90 
    92     For efficiency, hardlinks are used for cloning whenever the
    91     For efficiency, hardlinks are used for cloning whenever the