(vc-backend-diff): Undo "-q" change. This was fixed instead by adding
-q support to vcdiff.
This commit is contained in:
parent
61c6b658a9
commit
d64ca902f7
1 changed files with 1 additions and 1 deletions
|
@ -1517,7 +1517,7 @@ Return nil if there is no such person."
|
|||
(or (vc-backend-dispatch file "vcdiff" "rcsdiff")
|
||||
(vc-registration-error file))
|
||||
file
|
||||
(vc-backend-dispatch file nil "-q")
|
||||
"-q"
|
||||
(and oldvers (concat "-r" oldvers))
|
||||
(and newvers (concat "-r" newvers))
|
||||
(if (listp diff-switches)
|
||||
|
|
Loading…
Add table
Reference in a new issue