mercurial/commands.py
changeset 17190 d99d0b559084
parent 17188 76e55914c303
child 17191 5884812686f7
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     """