comparison mercurial/commands.py @ 8927:288ba6d6c5c7

Merge with i18n
author Matt Mackall <mpm@selenic.com>
date Tue, 23 Jun 2009 15:43:09 -0500
parents d403cf4eb32d 41ef9ea0ba66
children 4c99eafb101e
comparison
equal deleted inserted replaced
8907:e9ef409e6399 8927:288ba6d6c5c7
2313 If -r/--rev is used, the named revision and all its ancestors will 2313 If -r/--rev is used, the named revision and all its ancestors will
2314 be pushed to the remote repository. 2314 be pushed to the remote repository.
2315 2315
2316 Please see 'hg help urls' for important details about ssh:// 2316 Please see 'hg help urls' for important details about ssh://
2317 URLs. If DESTINATION is omitted, a default path will be used. 2317 URLs. If DESTINATION is omitted, a default path will be used.
2318 See 'hg help urls' for more information.
2319 """ 2318 """
2320 dest, revs, checkout = hg.parseurl( 2319 dest, revs, checkout = hg.parseurl(
2321 ui.expandpath(dest or 'default-push', dest or 'default'), opts.get('rev')) 2320 ui.expandpath(dest or 'default-push', dest or 'default'), opts.get('rev'))
2322 other = hg.repository(cmdutil.remoteui(repo, opts), dest) 2321 other = hg.repository(cmdutil.remoteui(repo, opts), dest)
2323 ui.status(_('pushing to %s\n') % url.hidepassword(dest)) 2322 ui.status(_('pushing to %s\n') % url.hidepassword(dest))