Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 17190:d99d0b559084
bookmarks: document behavior of -B/--bookmark in help
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 06 Jul 2012 14:12:42 -0500 |
parents | 76e55914c303 |
children | 5884812686f7 |
comparison
equal
deleted
inserted
replaced
17189:7199e82d6d8b | 17190:d99d0b559084 |
---|---|
4628 changesets on all branches. | 4628 changesets on all branches. |
4629 | 4629 |
4630 If -r/--rev is used, the specified revision and all its ancestors | 4630 If -r/--rev is used, the specified revision and all its ancestors |
4631 will be pushed to the remote repository. | 4631 will be pushed to the remote repository. |
4632 | 4632 |
4633 If -B/--bookmark is used, the specified bookmarked revision, its | |
4634 ancestors, and the bookmark will be pushed to the remote | |
4635 repository. | |
4636 | |
4633 Please see :hg:`help urls` for important details about ``ssh://`` | 4637 Please see :hg:`help urls` for important details about ``ssh://`` |
4634 URLs. If DESTINATION is omitted, a default path will be used. | 4638 URLs. If DESTINATION is omitted, a default path will be used. |
4635 | 4639 |
4636 Returns 0 if push was successful, 1 if nothing to push. | 4640 Returns 0 if push was successful, 1 if nothing to push. |
4637 """ | 4641 """ |