[00:53] I have a file under VC... which I deleted... but the right version was there in the last commit [00:54] at current $bzr status ... its listed under removed [00:54] how can I get it back [01:06] delinquentme: try 'bzr revert FILE' [01:07] yeah got it [01:08] so do I have to commit changes to .bzrignore before they're reflected in bzr status? [01:09] * Guest1177 has only very basic knowledge about Bazaar [01:10] delinquentme: no [01:11] delinquentme: .bzrignore isn't used if you explicitly specify a filename to 'bzr add' or 'bzr revert' [01:11] it's just used by 'bzr status' to determine what files to list as unknown, and by 'bzr add' (without arguments) to determine what files to add [01:19] bzr shelve ... how get the total number of shelve operations shelved [01:32] delinquentme: bzr shelf list === yofel_ is now known as yofel [17:45] mortrca: exaxt regex syntax also depends on the engine. Apache uses pcre, and then something like '/(?!robots.txt)' would work [17:46] mortrca: ?! comes from "negative assertion" in `man pcrepattern` === Guest1177 is now known as Enlik [18:21] LarstiQ: Do you mean like this? [18:21] [18:21] ProxyPass http://127.0.0.1:8080/ [18:21] ProxyPassReverse http://127.0.0.1:8080/ [18:21] [18:22] That is what I have currently, but it isn't passing any requests to 127.0.0.1:8080 [18:42] removing a file from bzr version control... but NOT deleteing it? [19:47] delinquentme: bzr rm --keep