]> code.delx.au - gnu-emacs/commitdiff
* admin/notes/bzr: Finally got the right locations.conf syntax
authorGlenn Morris <rgm@gnu.org>
Fri, 7 Jun 2013 03:41:10 +0000 (20:41 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 7 Jun 2013 03:41:10 +0000 (20:41 -0700)
admin/notes/bzr

index 0dbae8992a462c9db044436bab01662980c41c4f..8f7d0d94fa8411f7cef35e7a00e06443f0d1cf82 100644 (file)
@@ -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.