=== wedgwood is now known as wedgwood_away === mmrazik is now known as mmrazik|lunch === mmrazik|lunch is now known as mmrazik === wedgwood_away is now known as wedgwood === mmrazik is now known as mmrazik|afk [16:14] i deleted some lines in a certain file and checked the changes in a number of revisions ago... now i'd like to restore those same lines to the same file... how can i do that? [16:14] You could reverse-merge that one file [16:14] where can i read about how to do that? [16:15] bzr help merge [16:15] thanks [16:15] Specifically something like bzr merge -r 20..19 . path/to/file [16:15] If the commit was -r20 [16:16] i see [16:16] what is the . there for? [16:17] Because you're mergeing from the current branch [16:17] bzr merge [OPTIONS...] BRANCH [FILES...] [16:17] ah [16:17] thank you [16:20] hmm [16:20] % bzr merge -r 976..975 . foo [16:20] bzr: ERROR: extra argument to command merge: foo [16:33] Oh, hang on maybe I'm thinking of a different one