On Tuesday 24 November 2009 21:31:32 Anders Logg wrote: > On Tue, Nov 24, 2009 at 09:12:47PM +0100, Johan Hake wrote: > > Hello! > > > > A naive bzr question: > > > > Is it possible to update a working tree to another revision than the > > latest? In both hg and svn one can that. > > > > I see that one can use bzr checkout/branch -r XXX, but that would create > > an entire new working tree and also a new branch in the latter case. > > One should use bzr switch according to this: > > http://bazaar-vcs.org/FAQ
Its looks like it does not do the same thing. This should do the same thing as svn switch and cvs update --rev$REV, but not the same thing as hg up --rev$REV or svn up --rev$REV. > > Found some nice bash completion for bzr here: > > > > <http://linux.softpedia.com/get/Programming/Version-Control/bzr-bash- > > completion-51250.shtml> > > > > Probably need some editing in .bashrc to get them going. > > I have bash completion for bzr already in bash (without any special > tricks). Does this add some new cool features? I did not have bash completion. But now I have. You probably need to try it to see if it adds anything. Johan > -- > Anders > _______________________________________________ Mailing list: https://launchpad.net/~fenics Post to : [email protected] Unsubscribe : https://launchpad.net/~fenics More help : https://help.launchpad.net/ListHelp

