Bug or Feature?
David Muir
davidkmuir at gmail.com
Wed Feb 16 01:28:20 UTC 2011
On 16/02/11 07:51, Martin Pool wrote:
> On 16 February 2011 06:44, Brian de Alwis <briandealwis at gmail.com> wrote:
>> Out of curiosity, why is this happening? Why would 'bzr mv' treat the file names as a URL? Is bzr expected to manipulate remote repositories directly rather than through a local branch or checkout?
> Well you could potentially say
>
> bzr mv file:///home/mbp/foo file:///home/mbp/bar
>
> I'm not saying you'd necessarily want to type that, but that's the
> code path it's hitting.
>
> I would have thought that saying ./10:4 would be enough to make it not
> look like a URL.
>
It shouldn't have been recognised as a uri scheme name since it did not
begin with a letter, and contained an underscore:
2010-11__2010-12-17:
http://tools.ietf.org/html/rfc3986#section-3.1
Cheers,
David
More information about the bazaar
mailing list