[01:47] i'm hearing in some other channels that "bzr is not maintained" [01:47] is this true? if so, is there somewhere i can read about the reasons for this? [01:52] now the person who told me this is backpeddaling [01:52] hypnocat: it's maintained, but not actively developed. [01:52] why not? [01:52] hypnocat: the mailing list archives from the last few months are probably the best place to read about it [01:52] thanks [01:53] (and see just how much the volume of discussion has dropped off…) [02:20] Volume of discussion? I think I remember having that... === mmrazik is now known as mmrazik|afk === mmrazik|afk is now known as mmrazik === vorpalbunny is now known as thumper === alexlist` is now known as alexlist === mmrazik is now known as mmrazik|afk [10:42] fullermd: oh, you're one of those loud people, are you? === bradm_ is now known as bradm === mmrazik|afk is now known as mmrazik === wedgwood_away is now known as wedgwood === wedgwood is now known as Guest21017 === wedgwood_ is now known as wedgwood [15:45] hi. I'm having a problem with Bazaar in windows. I can't find any reference to the problem on the internet [15:46] running bzr from whithin a repo directory, I get the following: [15:46] bzr: ERROR: Not a branch: "C:/Program Files (x86)/Bazaar/". [15:47] (note that the period is part of the result I get) [15:47] so it seems to pass the installation directory of bazaar before passing the '.' (or something like that) [16:01] okay, well, in case anybody is interested, I seem to have fixed it by removing "C:/Program Files (x86)/Bazaar/" from the PATH variable, and making a new shortcut with an empty "start in" field, putting that in a directory that is already in PATH [16:02] seems to work :) === mmrazik is now known as mmrazik|afk [20:16] Hello [20:17] I tried to pull a specific revision from another branch and ended up pulling all the changes, i.e. switching to that other branch [20:17] Can I undo this? [20:17] command I used: bzr pull -r1406 ../revtex/ [20:18] this put me on revision 1406 of the other branch, and now I have its history in the current directory [20:44] I have reverted to the merged branch and gotten back the original branch nick, but I still have the history of the other (undesired) branch [20:53] I wanted to keep the branches parallel and make certain changes to one and pull some to the other branch but not others [20:53] now they're totally mixed up [20:54] I don't want to push changes in branch X to the parent of branch Y [23:27] do you mean "I want to cherrypick"