chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs mode: handle "stg status" output with #
[stgit]
/
contrib
/
stgit.el
diff --git
a/contrib/stgit.el
b/contrib/stgit.el
index ba6df6ab65a2364d5a80d6a707706ec1f45e4b00..339ef13eb950de0cffc0e734cfea7ddaee514a28 100644
(file)
--- a/
contrib/stgit.el
+++ b/
contrib/stgit.el
@@
-107,7
+107,7
@@
(defun stgit-rescan ()
(cond ((looking-at "Branch: \\(.*\\)")
(put-text-property (match-beginning 1) (match-end 1)
'face 'bold))
(cond ((looking-at "Branch: \\(.*\\)")
(put-text-property (match-beginning 1) (match-end 1)
'face 'bold))
- ((looking-at "\\([>+-]\\)\\( \\)\\([^ ]+\\) *
|
\\(.*\\)")
+ ((looking-at "\\([>+-]\\)\\( \\)\\([^ ]+\\) *
[|#]
\\(.*\\)")
(let ((state (match-string 1))
(patchsym (intern (match-string 3))))
(put-text-property
(let ((state (match-string 1))
(patchsym (intern (match-string 3))))
(put-text-property