(vc-hg-diff): No need to duplicate vc-switches logic.
This commit is contained in:
parent
68159bc533
commit
0334426971
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ If you want to force an empty list of arguments, use t."
|
|||
(expand-file-name default-directory))
|
||||
"diff"
|
||||
(append
|
||||
(vc-switches (if vc-hg-diff-switches 'hg) 'diff)
|
||||
(vc-switches 'hg 'diff)
|
||||
(when oldvers
|
||||
(if newvers
|
||||
(list "-r" oldvers "-r" newvers)
|
||||
|
|
Loading…
Add table
Reference in a new issue