Mercurial > hg
changeset 8917:41ef9ea0ba66
commands: removed redundant line from push docstring
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 21 Jun 2009 19:12:03 +0200 |
parents | 3df8dbf706b0 |
children | c9a01a7798d8 |
files | mercurial/commands.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Jun 21 19:06:57 2009 +0200 +++ b/mercurial/commands.py Sun Jun 21 19:12:03 2009 +0200 @@ -2282,7 +2282,6 @@ Please see 'hg help urls' for important details about ssh:// URLs. If DESTINATION is omitted, a default path will be used. - See 'hg help urls' for more information. """ dest, revs, checkout = hg.parseurl( ui.expandpath(dest or 'default-push', dest or 'default'), opts.get('rev'))