# HG changeset patch # User liscju <piotr.listkiewicz@gmail.com> # Date 2016-06-20 21:24:55 # Node ID c75c8ea2f5737e589bd4f1047df25b91941241b9 # Parent f3dca85bd2d10a921fb735f945d1dbbc6198cfd1 pull: add help information about pulling active bookmark diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -5784,6 +5784,9 @@ def pull(ui, repo, source="default", **o 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'))