=== slank is now known as slank_away === yofel_ is now known as yofel [13:52] Easiest way (in a shell script) to obtain the branch path for a lightweight checkout? [13:57] Probably something under 'config' to spit it out? [13:58] config doesn't seem to know, but info has what I guess you want, just not in a simple form [13:59] Yah; I know I could use bzr info | sed -n s/...../p [13:59] but that's a bit icky [14:01] not seeing a nicer way unfortunately [14:01] well, you could poke internals [14:01] cat .bzr/branch/location should be reasonably safe [14:03] Oh, that looks good enough [14:03] It's just a script wrapper of mine.. I just want to check if it is "TRUNK" for sanity purposes, and bail out if not. So that sohuld be fine [14:04] grep /TRUNK `bzr root`/.bzr/branch/location >/dev/null || .... === slank_away is now known as slank === slank is now known as slank_away === slank_away is now known as slank