[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18359: Macro expansion failure [MSYS2-MinGW64]
From: |
Eli Zaretskii |
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@alice.it>
> CC: 18359@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.
- bug#18359: Macro expansion failure [MSYS2-MinGW64], (continued)
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Angelo Graziosi, 2014/08/30
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Eli Zaretskii, 2014/08/30
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Angelo Graziosi, 2014/08/30
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Stefan Monnier, 2014/08/31
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Eli Zaretskii, 2014/08/31
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Stefan Monnier, 2014/08/31
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Angelo Graziosi, 2014/08/31
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Stefan Monnier, 2014/08/31
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Eli Zaretskii, 2014/08/31
- bug#18359: Macro expansion failure [MSYS2-MinGW64], Angelo Graziosi, 2014/08/31
- bug#18359: Macro expansion failure [MSYS2-MinGW64],
Eli Zaretskii <=