Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
de4708cb
Commit
de4708cb
authored
Nov 09, 2010
by
Glenn Morris
Browse files
Comments related to `bzr commit --fixes'.
parent
86520d8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
.dir-locals.el
.dir-locals.el
+2
-1
admin/notes/bugtracker
admin/notes/bugtracker
+4
-2
No files found.
.dir-locals.el
View file @
de4708cb
((
nil
.
((
tab-width
.
8
)
(
fill-column
.
70
)))
(
c-mode
.
((
c-file-style
.
"GNU"
)))
;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
;; See admin/notes/bugtracker.
(
log-edit-mode
.
((
log-edit-rewrite-fixes
" (bug#\\([0-9]+\\))"
.
"debbugs:\\1"
)))
(
change-log-mode
.
((
add-log-time-zone-rule
.
t
)
...
...
@@ -8,4 +10,3 @@
(
bug-reference-url-format
.
"http://debbugs.gnu.org/%s"
)
(
mode
.
bug-reference
))))
;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd
admin/notes/bugtracker
View file @
de4708cb
...
...
@@ -449,10 +449,12 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
**
Bazaar
stuff
***
You
can
use
`
bzr
commit
--
fixes
emac
s
:
123
' to mark that a commit fixes
***
You
can
use
`
bzr
commit
--
fixes
debbug
s
:
123
' to mark that a commit fixes
Emacs bug 123. You will first need to add a line to your bazaar.conf:
bugtracker_emacs_url = http://debbugs.gnu.org/{id}
bugtracker_debbugs_url = http://debbugs.gnu.org/{id}
See also log-edit-rewrite-fixes in .dir-locals.el.
Note that all this does is add some metadata to the commit, it doesn'
t
actually
mark
the
bug
as
closed
in
the
tracker
.
There
seems
to
be
no
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment