GNU bug report logs - #18359
Macro expansion failure [MSYS2-MinGW64]

Previous Next

Package: emacs;

Reported by: Angelo Graziosi <angelo.graziosi <at> alice.it>

Date: Fri, 29 Aug 2014 20:51:01 UTC

Severity: normal

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Angelo Graziosi <angelo.graziosi <at> alice.it>
Cc: 18359 <at> debbugs.gnu.org
Subject: bug#18359: Macro expansion failure [MSYS2-MinGW64]
Date: Mon, 01 Sep 2014 05:45:35 +0300
> Date: Sun, 31 Aug 2014 23:51:31 +0200
> From: Angelo Graziosi <angelo.graziosi <at> alice.it>
> CC: 18359 <at> debbugs.gnu.org
> 
> I have created my local repo with:
> 
> $ bzr branch bzr://bzr.sv.gnu.org/emacs/trunk emacs-trunk
> 
> but
> 
> $ cd emacs-trunk
> $ bzr up
> 
> prints always it is updated to revision 117783, instead the current 
> trunk is at revision 117790.. So my question is : How is this repo 
> updated? It needs a different command? 'bzr up' does not work anymore?

"bzr up" synchronizes with upstream in bound branches and lightweight
checkouts.  Your branch is not bound.  You can either make it bound,
like this:

  cd emacs-trunk && bzr bind bzr://bzr.sv.gnu.org/emacs/trunk

or you can continue using your un-bound branch, and use "bzr pull" to
synchronize with upstream.




This bug report was last modified 9 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.