diff i18n/zh_CN.po @ 21694:c08a22bfa16e

bundlerepo: backout dbf292f65b09 According to foozy: This patch should be backed out, because "bundlename" and "bundle" in this case are not relative paths to the root of repositories. The former is specified via "hg incoming --bundle BUNDLENAME" (relative path to cwd, or absolute one), and the latter is generated in "changegroup.writebundle" by "tempfile.mkstemp" for internal temporary usage (absolute path). To be exact, the latter hunk in this patch can be applied, because "os.join" for two absolute paths can generate correct result. But the former hunk can't, because it may unexpected result, if specified path is relative to cwd and cwd != root.
author Matt Mackall <mpm@selenic.com>
date Fri, 30 May 2014 11:53:10 -0700
parents 863d4838066a
children 41269d862c26
line wrap: on
line diff