[07:59] is there a good way to make a repo of subdirs named "debian" of multiple external repos? === Quintasan_ is now known as Quintasan === yofel_ is now known as yofel [16:19] how do i get the initial version of a file using bzr? [16:20] if i've messed around it in and i want to undo and get the last revision of that particular file [19:39] Wiz_KeeD: initial or more recent? they are quite different usually ;) [19:39] Wiz_KeeD: bzr revert filename will restore filename to the state at the last commit. [19:39] Wiz_KeeD: bzr revert -r filename will restore filename to its state as of [19:40] lifeless, so i can do bzr revert file.py and it will have the state frm the last commit registered [19:40] yes [19:40] and if i do -r revno i get the version from that revision? [19:40] yes [19:41] that is wonderful, thank you! :D [19:41] bzr help revert will tell you all the things it can do :) [19:43] nice man