projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c8a2c
)
(vc-hg-working-revision): Tweak previous change.
author
Nick Roberts
<nickrob@snap.net.nz>
Wed, 30 Dec 2009 06:53:47 +0000
(19:53 +1300)
committer
Nick Roberts
<nickrob@snap.net.nz>
Wed, 30 Dec 2009 06:53:47 +0000
(19:53 +1300)
lisp/vc-hg.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hg.el
b/lisp/vc-hg.el
index 9dc1d380b0a42b1e5a17ec8ceef6af358543e189..34a7806b8a8eba7e53dcf59670e49eb161d4c91b 100644
(file)
--- a/
lisp/vc-hg.el
+++ b/
lisp/vc-hg.el
@@
-209,11
+209,11
@@
If nil, use the value of `vc-diff-switches'. If t, use no switches."
;; Ignore all errors.
(process-file
"hg" nil t nil
- "parent" "--template" "
\"{rev}\"
" (file-relative-name file)))
+ "parent" "--template" "
{rev}
" (file-relative-name file)))
;; Some problem happened. E.g. We can't find an `hg'
;; executable.
(error nil)))))))
- (when (eq 0 status)
(read out)
)))
+ (when (eq 0 status)
out
)))
;;; History functions