diff mercurial/commands.py @ 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 113d0b23321a
children 844f72885fb9
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'))