mercurial/hg.py
changeset 2600 c4325f0a9b91
parent 2597 5ba8be56fa8f
child 2612 ffb895f16925
equal deleted inserted replaced
2599:e4b5e48052c6 2600:c4325f0a9b91
    86     .hg/hgrc file, as the default to be used for future pulls and
    86     .hg/hgrc file, as the default to be used for future pulls and
    87     pushes.
    87     pushes.
    88 
    88 
    89     If an exception is raised, the partly cloned/updated destination
    89     If an exception is raised, the partly cloned/updated destination
    90     repository will be deleted.
    90     repository will be deleted.
    91     
    91 
    92     Keyword arguments:
    92     Keyword arguments:
    93 
    93 
    94     dest: URL of destination repository to create (defaults to base
    94     dest: URL of destination repository to create (defaults to base
    95     name of source repository)
    95     name of source repository)
    96 
    96