[18:38] how can i check whether i am in a bazaar repo/checkout (whatever the appropriate term may be) in a script? [18:40] qsuscs, sure, using bzrlib [18:42] beuno: how? i’m looking for something easy, such as: bzr status || die "not in a repo" [18:43] qsuscs, is this from a python script? [18:43] beuno: no, makefile [18:44] qsuscs, then yes, call bzr status [20:06] May wanna use 'bzr root' or the like instead, since status would have to scan the whole tree. Not that it'd matter on smaller projects, but... === _thumper_ is now known as thumper [21:50] hi. can i define additional location aliases to more easily push/pull to/from a secondary/backup location? like somehow define :backup ? why not?