Date: Thu, 14 Oct 2010 23:13:07 -0300
From: Vinicius Jose Latorre<address@hidden>
Cc: address@hidden
bzr branch bzr+ssh://address@hidden/emacs/trunk
That's what is said in
https://savannah.gnu.org/bzr/?group=emacs
But I'm not getting to update.
Probably because the branch was not bound to upstream. If you want to
leave it unbound, use "bzr merge --pull" instead of "bzr update". But
that's not the recommended workflow. If you want to go by the
recommended workflow, do this:
bzr bind bzr+ssh://address@hidden/emacs/trunk
This is needed only once; thereafter you will be able to use "bzr up".