From: Glenn Morris Date: Fri, 7 Jun 2013 03:41:10 +0000 (-0700) Subject: * admin/notes/bzr: Finally got the right locations.conf syntax X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efb860883d622f9e440ddbc0b610bd2f0a1a4aec;p=emacs.git * admin/notes/bzr: Finally got the right locations.conf syntax --- diff --git a/admin/notes/bzr b/admin/notes/bzr index 0dbae8992a4..8f7d0d94fa8 100644 --- a/admin/notes/bzr +++ b/admin/notes/bzr @@ -356,10 +356,8 @@ branches. You can do this either by editing branch.conf in your Emacs branches, to override the server setting (untested; not sure this works), or by adding an entry to ~/.bazaar/locations.conf: -FIXME: Don't do this, it doesn't work right. - - [bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/*] - post_commit_to = False + [bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/*/] + post_commit_to = "" You have to use locations.conf rather than bazaar.conf because the latter has a lower priority than branch.conf.