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
96be1503
Commit
96be1503
authored
Jun 20, 2008
by
Stefan Monnier
Browse files
(vc-bzr-annotate-extract-revision-at-line):
Allow more than one space before the |.
parent
0667a132
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/vc-bzr.el
lisp/vc-bzr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
96be1503
2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
Allow more than one space before the |.
* textmodes/rst.el: Fix up docstring conventions.
Move vars to before their first use.
(rst-mode): Don't mess with font-lock-support-mode.
...
...
lisp/vc-bzr.el
View file @
96be1503
...
...
@@ -552,7 +552,7 @@ property containing author and date information."
Return nil if current line isn't annotated."
(save-excursion
(beginning-of-line)
(if (looking-at " *\\([0-9.]+\\) |
")
(if (looking-at " *\\([0-9.]+\\)
*
|
")
(match-string-no-properties 1))))
(defun vc-bzr-command-discarding-stderr (command &rest args)
...
...
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