Show More
@@ -5784,6 +5784,9 b' def pull(ui, repo, source="default", **o' | |||||
5784 | If SOURCE is omitted, the 'default' path will be used. |
|
5784 | If SOURCE is omitted, the 'default' path will be used. | |
5785 | See :hg:`help urls` for more information. |
|
5785 | See :hg:`help urls` for more information. | |
5786 |
|
5786 | |||
|
5787 | Specifying bookmark as ``.`` is equivalent to specifying the active | |||
|
5788 | bookmark's name. | |||
|
5789 | ||||
5787 | Returns 0 on success, 1 if an update had unresolved files. |
|
5790 | Returns 0 on success, 1 if an update had unresolved files. | |
5788 | """ |
|
5791 | """ | |
5789 | source, branches = hg.parseurl(ui.expandpath(source), opts.get('branch')) |
|
5792 | source, branches = hg.parseurl(ui.expandpath(source), opts.get('branch')) |
General Comments 0
You need to be logged in to leave comments.
Login now