Comment 4 for bug 534787

Revision history for this message
Gordon Tyler (doxxx) wrote :

So Branch.get_parent() uses urlutils.join() to join the branch base dir and the parent location, I guess in case the parent location is a relative dir (e.g. ../trunk). However, urlutils.join() doesn't recognize lp:blah as an absolute URL, which it would treat specially and return without concatenating. The regex it uses to detect URLs assumes something like "scheme://path".