Issue15

Title hg pull default in a subdir doesn't work, if it is a relative path
Priority wish Status resolved
Superseder Nosy List tonfa
Assigned To Topics

Created on 2005-10-20.23:52:48 by mpm, last changed 2005-11-18.18:33:54 by ThomasAH.

Files
File name Uploaded Type Edit Remove
pull-in_subdir.patch tonfa, 2005-10-21.17:35:35 text/x-patch
Messages
msg220 (view) Author: ThomasAH Date: 2005-11-18.18:33:53
Works fine now, even with 'hg in -R path/to/bar'.
And it does not break 'cd subdir && hg pull ../../rela/tive/path'
msg20 (view) Author: tonfa Date: 2005-10-21.17:33:10
This patch should fix it.
Please comment
History
Date User Action Args
2005-11-18 18:33:54ThomasAHsetstatus: testing -> resolved
messages: + msg220
2005-10-25 00:42:25mpmsetstatus: in-progress -> testing
2005-10-21 18:03:04tonfasetnosy: + tonfa
2005-10-21 17:35:50tonfasetmessages: - msg22
2005-10-21 17:35:35tonfasetfiles: + pull-in_subdir.patch
messages: + msg22
2005-10-21 17:33:10tonfasetstatus: unread -> in-progress
messages: + msg20
2005-10-20 23:52:48mpmcreate