emacs-devel
[Top][All Lists]
Advanced

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

Re: gnulib strftime imported into Emacs


From: Stefan Monnier
Subject: Re: gnulib strftime imported into Emacs
Date: Mon, 31 Jan 2011 11:56:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> It may still be possible to recover the lost information, by
> temporarily restoring the old src/strftime.c and then using "bzr mv"
> to replace it with the gnulib version.  If someone knows how to do
> that off-hand, please post the recipe.

I've done just that in the following way:

  % bzr merge -r 103037..103036
  % bzr revert <everything except {src,lib}/strftime.c
  % cp lib/strftime.c lib/strftime.c.gnulib
  % bzr rm lib/strftime.c
  % bzr mv src/strftime.c lib/strftime.c
  % mv lib/strftime.c.gnulib lib/strftime.c
  % bzr commit


-- Stefan



reply via email to

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