UbuntuIRC / 2014 /10 /15 /#bzr.txt
niansa
Initial commit
4aa5fce
=== FourDollars_ is now known as FourDollars
=== pjdc_ is now known as pjdc
=== wgrant_ is now known as wgrant
=== fredp` is now known as fredp
[15:29] <mark06> is this a message from bazaar? /d/Programas/Branches/git/MINGW-packages/mingw-w64-pidgin++/pidgin++ is not a branch of file:///D:/programas/branches/pidgin/pidgin++
[15:30] <mark06> ah it looks like no, nevermind
[15:59] <mark06> hi all, about this line: https://github.com/Alexpux/MSYS2-pacman/blob/master/scripts/makepkg.sh.in#L451
[15:59] <mark06> the comparison is too simplistic and fails for both local and remote branches
[16:00] <mark06> in my case, for a local branch I have two same branches but one with relative path and another without it
[16:01] <mark06> for a remote branch, one http url has a literal + while the other has the + in url-encoded form
[16:01] <mark06> in sum, a simple != won't do
[16:02] <mark06> question: how can the code above reliably tell whether a local branch (folder) is a branch from a given branch location?
[17:45] <mark06> .bzr/branch/branch.conf contains an absolute path, but bzr config parent_location returns a relative one... why?