Mercurial > hg
comparison tests/test-dispatch.py @ 20977:a57dcd11be34
repair: make paths in "_bundle()" relative to ".hg"
This patch makes paths below in "_bundle()" relative to ".hg":
- backup directory ("strip-backup"), and
- bundle file under backup directory
"vfs" is passed to "changegroup.writebundle()" to use relative path
directly.
This patch applies "vfs.join()" on the value returned by "_bundle()",
because the caller expect it to return absolute path.
This will be changed by succeeding patch changing the caller side.
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Sun, 09 Mar 2014 01:03:28 +0900 |
parents | 08bfec2ef031 |
children | 06245740b408 |
comparison
equal
deleted
inserted
replaced
20976:c20f4898631e | 20977:a57dcd11be34 |
---|