diff options
| author | Glenn Morris | 2013-06-06 20:41:10 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-06 20:41:10 -0700 |
| commit | efb860883d622f9e440ddbc0b610bd2f0a1a4aec (patch) | |
| tree | d07dff900d501fa302fbbf57d2218198bd6f6f30 | |
| parent | a0eb10b32a013091db685f46f64a78917a40b8ca (diff) | |
| download | emacs-efb860883d622f9e440ddbc0b610bd2f0a1a4aec.tar.gz emacs-efb860883d622f9e440ddbc0b610bd2f0a1a4aec.zip | |
* admin/notes/bzr: Finally got the right locations.conf syntax
| -rw-r--r-- | admin/notes/bzr | 6 |
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 | |||
| 356 | branches, to override the server setting (untested; not sure this | 356 | branches, to override the server setting (untested; not sure this |
| 357 | works), or by adding an entry to ~/.bazaar/locations.conf: | 357 | works), or by adding an entry to ~/.bazaar/locations.conf: |
| 358 | 358 | ||
| 359 | FIXME: 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 | ||
| 364 | You have to use locations.conf rather than bazaar.conf because the | 362 | You have to use locations.conf rather than bazaar.conf because the |
| 365 | latter has a lower priority than branch.conf. | 363 | latter has a lower priority than branch.conf. |