mercurial/commands.py
changeset 27887 a30b582b8be4
parent 27885 2370c66110cb
child 27890 ce76c4d2b85c
equal deleted inserted replaced
27886:0288e63ea3be 27887:a30b582b8be4
  1500       f) the tipmost head specified with the url#branch source syntax
  1500       f) the tipmost head specified with the url#branch source syntax
  1501       g) the revision marked with the '@' bookmark, if present
  1501       g) the revision marked with the '@' bookmark, if present
  1502       h) the tipmost head of the default branch
  1502       h) the tipmost head of the default branch
  1503       i) tip
  1503       i) tip
  1504 
  1504 
       
  1505       When cloning from servers that support it, Mercurial may fetch
       
  1506       pre-generated data from a server-advertised URL. When this is done,
       
  1507       hooks operating on incoming changesets and changegroups may fire twice,
       
  1508       once for the bundle fetched from the URL and another for any additional
       
  1509       data not fetched from this URL. In addition, if an error occurs, the
       
  1510       repository may be rolled back to a partial clone. This behavior may
       
  1511       change in future releases. See :hg:`help -e clonebundles` for more.
       
  1512 
  1505       Examples:
  1513       Examples:
  1506 
  1514 
  1507       - clone a remote repository to a new directory named hg/::
  1515       - clone a remote repository to a new directory named hg/::
  1508 
  1516 
  1509           hg clone http://selenic.com/hg
  1517           hg clone http://selenic.com/hg