comparison mercurial/commands.py @ 18476:1fb9890c55bd stable

help: update verbose 'clone' help to include '@' bookmark
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 25 Jan 2013 16:11:16 -0600
parents e031e10cdc06
children 0efd5686f80c
comparison
equal deleted inserted replaced
18475:075143f60807 18476:1fb9890c55bd
1186 c) the changeset specified with -u (if a branch name, this means the 1186 c) the changeset specified with -u (if a branch name, this means the
1187 latest head of that branch) 1187 latest head of that branch)
1188 d) the changeset specified with -r 1188 d) the changeset specified with -r
1189 e) the tipmost head specified with -b 1189 e) the tipmost head specified with -b
1190 f) the tipmost head specified with the url#branch source syntax 1190 f) the tipmost head specified with the url#branch source syntax
1191 g) the tipmost head of the default branch 1191 g) the revision marked with the '@' bookmark, if present
1192 h) tip 1192 h) the tipmost head of the default branch
1193 i) tip
1193 1194
1194 Examples: 1195 Examples:
1195 1196
1196 - clone a remote repository to a new directory named hg/:: 1197 - clone a remote repository to a new directory named hg/::
1197 1198