[14:43] I've currently a bunch of python scripts for a project in a directory (with a few minor subdirectories). They're in bzr and up on launchpad, so all is good. Now I want to add a top level directory above it, with setup.py and other such necessary files for a proper project. Regarding bzr and keeping good history, is the best thing to treat the current directory as the new root directory, create a subdirectory (e.g. myyproject), and bzr mv all current files and [14:43] folders into the new subdirectory? [14:44] Conceptually, it may be best to pivot a new root into place. [14:44] But since there's no command to do that... [14:49] actually I have no idea how to do that, so moving all existing files is the best I can up with [14:58] Well, there really isn't one. Hence... :)