emacs-devel
[Top][All Lists]
Advanced

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

Re: AUCTeX 11.87 released (elpa)


From: Tassilo Horn
Subject: Re: AUCTeX 11.87 released (elpa)
Date: Wed, 05 Dec 2012 17:33:32 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

>>> Yes, a nightly cron job.  So you probably want to either fix it
>>> quickly, or revert the changes temporarily, work on a separate
>>> branch and merge the result when it's stable.
>
> I'll revert them.  Hm, what's the right bzr command for doing so?
> Naively, I'd do something like
>
>   $ bzr diff -r313..311 > backout.patch
>   $ bzr diff -r315..314 >> backout.patch
>   $ patch -p0 <backout.patch
>   $ bzr (add|rm) ...
>   $ bzr commit
>
> but I guess there's something better, right?

Ok, done using

  $ bzr revert -r311 packages/auctex
  $ bzr commit

Bye,
Tassilo



reply via email to

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