[13:03] I have created a local repository. I want to use this for creating a branch on remote system. How to do that? [13:03] Note that local system doesn't have static ip. [13:55] vedic: `bzr push some/remote/location` [14:06] LarstiQ: yea, that has worked. [14:07] LarstiQ: How to allow files with certain extensions only (like .gz, .bz2, .tar ) but not any other files or directories to tracked [14:07] vedic: preventing tracking entirely is perhaps tricky [14:07] vedic: but you can ignore everything else [14:08] LarstiQ: How to ignore everything else? [14:08] vedic: see the "debian" example in `bzr help ignore` [14:09] so something like RE:(?!.*\.(gz|bz2|tar)) [14:10] vedic: may require some tinkering to get the regex exactly right [14:11] LarstiQ: so something like: bzr ignore "!.tz" bzr ignore "!.bz2" bzr ignore "!.tar" [14:11] would not that ignore every thing else? [14:11] and before that bzr ignore "*" [14:12] LarstiQ:^ [14:13] vedic: !*.tz, otherwise you will match only the exact file ".tz" [14:13] LarstiQ: oh yea [14:24] LarstiQ: Would these ignore apply on root directory? How to ignore inside a particular directory? [14:25] root => repo main direcotry === superfly is now known as me === me is now known as superfly [14:44] Hi!Don't [14:44] Don't you know when the next stable version of Bazaar will be released?