emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What have the Romans done for us? (Bazaar)


From: Stefan Monnier
Subject: Re: What have the Romans done for us? (Bazaar)
Date: Mon, 05 Apr 2010 15:44:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> Yes.  But remember: https://savannah.gnu.org/support/?107077
>> (which is actively being worked on).
> Thanks.  Any ETA?  It's really annoying to wait 2-3 minutes each time
> I do a simple "bzr up", and similarly for "bzr ci" to the public
> repository.

FWIW, it will be an improvement, but don't expect it to become
zippy either.

> Well, yes, but the quality of the Bazaar docs leaves a lot to be
> desired.  E.g., I just learned (through a question posted to the
> Bazaar list) that to fully revert a tree to a certain old revision,
> one needs to do a "bzr update -rNNN" rather than "bzr revert -rNNN".

Of course, this actually depends on what you define as "fully revert
a tree to a certain old revision".  If the intention is to undo the
changes since that revision, then "bzr revert -rNNN" is the right
answer, IIUC.  Whereas if you want to revert to revision NNN to
reproduce a bug there, then "bzr update -rNNN" is probably what
you want.

"bzr revert" is kind of like "cvs update -p", whereas "bzr update" is
kind of like "cvs update".


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]