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
09c5aa7c
Commit
09c5aa7c
authored
Jan 09, 2008
by
Dan Nicolaescu
Browse files
(vc-hg-diff): Don't pass an empty string.
parent
60618039
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/vc-hg.el
lisp/vc-hg.el
+1
-2
No files found.
lisp/ChangeLog
View file @
09c5aa7c
2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
* vc-hg.el (vc-hg-diff): Don't pass an empty string.
2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el (top-level): Fix spacing.
lisp/vc-hg.el
View file @
09c5aa7c
...
...
@@ -286,8 +286,7 @@
(
if
oldvers
(
if
newvers
(
list
"-r"
oldvers
"-r"
newvers
)
(
list
"-r"
oldvers
))
(
list
""
))))))
(
list
"-r"
oldvers
)))))))
(
defun
vc-hg-revision-table
(
file
)
(
let
((
default-directory
(
file-name-directory
file
)))
...
...
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