Mercurial > hg
changeset 29384:c75c8ea2f573
pull: add help information about pulling active bookmark
author | liscju <piotr.listkiewicz@gmail.com> |
---|---|
date | Mon, 20 Jun 2016 23:24:55 +0200 |
parents | f3dca85bd2d1 |
children | aa1d56003872 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Jun 10 10:31:42 2016 +0200 +++ b/mercurial/commands.py Mon Jun 20 23:24:55 2016 +0200 @@ -5784,6 +5784,9 @@ If SOURCE is omitted, the 'default' path will be used. See :hg:`help urls` for more information. + Specifying bookmark as ``.`` is equivalent to specifying the active + bookmark's name. + Returns 0 on success, 1 if an update had unresolved files. """ source, branches = hg.parseurl(ui.expandpath(source), opts.get('branch'))