=== Spads_ is now known as Spads [14:13] hi [14:13] is there a frontend command to resolve "directory services" style repo locations to urls? === Spads_ is now known as Spads === Spads_ is now known as Spads === Spads_ is now known as Spads === Spads_ is now known as Spads === Spads_ is now known as Spads === Spads_ is now known as Spads [23:01] Hi, I have a question about branches. I'm a git user and it's been a while since I used Bazaar. I want to commit to a release branch, so I did bzr branch lp:project/version. I supposed I would just make a change, commit and push. But when I run git status right after the branch command, it shows me a ton of changed files. What am I missing? (I can commit to trunk just fine this way) [23:37] nevermind, I fetched the branch on a Samba share (don't ask) and all the files had +x file attr, that's why they showed as changes. I did a bzr revert and all is well now.