bzr-git question

Gordon Tyler gordon at doxxx.net
Thu Nov 19 16:11:51 GMT 2009


>> The first that springs to mind is the URL fragment. For example:
>> git://github.com/python-git/python.git#py3k for the py3k branch of the
>> Python SVN mirror on github.
> 
> I think the issue is that # is meant to be evaluated client-side, so a
> smart http server can't do much with it.
> 
> I believe the best-liked one was parameters, so:
> 
> http://path/to/base;branch
> or was it
> http://path/to/base;branch=foo
> 
> That would require escaping or quoting in the terminal, but at least it
> gets sent to the server.

I see what you mean. Yes, parameters do look like a better choice.

Ciao,
Gordon




More information about the bazaar mailing list