aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-06-06 20:41:10 -0700
committerGlenn Morris2013-06-06 20:41:10 -0700
commitefb860883d622f9e440ddbc0b610bd2f0a1a4aec (patch)
treed07dff900d501fa302fbbf57d2218198bd6f6f30
parenta0eb10b32a013091db685f46f64a78917a40b8ca (diff)
downloademacs-efb860883d622f9e440ddbc0b610bd2f0a1a4aec.tar.gz
emacs-efb860883d622f9e440ddbc0b610bd2f0a1a4aec.zip
* admin/notes/bzr: Finally got the right locations.conf syntax
-rw-r--r--admin/notes/bzr6
1 files changed, 2 insertions, 4 deletions
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
356branches, to override the server setting (untested; not sure this 356branches, to override the server setting (untested; not sure this
357works), or by adding an entry to ~/.bazaar/locations.conf: 357works), or by adding an entry to ~/.bazaar/locations.conf:
358 358
359FIXME: Don't do this, it doesn't work right. 359 [bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/*/]
360 360 post_commit_to = ""
361 [bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/*]
362 post_commit_to = False
363 361
364You have to use locations.conf rather than bazaar.conf because the 362You have to use locations.conf rather than bazaar.conf because the
365latter has a lower priority than branch.conf. 363latter has a lower priority than branch.conf.