# HG changeset patch # User Martin Geisler # Date 1245604323 -7200 # Node ID 41ef9ea0ba66d7eb1b0d1c1dc966aa1b4a1dff69 # Parent 3df8dbf706b0192118443307e0a1e14bd25b0233 commands: removed redundant line from push docstring diff -r 3df8dbf706b0 -r 41ef9ea0ba66 mercurial/commands.py --- 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'))