GNU bug report logs -
#37189
25.4.1: vc-hg-ignore implementation is missing
Previous Next
Full log
View this message in rfc822 format
On Jan 05 2020, Wolfgang Scherer wrote:
> diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
> index eac9a6f..db84a28 100644
> --- a/lisp/vc/vc-hg.el
> +++ b/lisp/vc/vc-hg.el
> @@ -142,9 +142,9 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
> If nil, use the value of `vc-annotate-switches'. If t, use no
> switches."
> :type '(choice (const :tag "Unspecified" nil)
> - (const :tag "None" t)
> - (string :tag "Argument String")
> - (repeat :tag "Argument List" :value ("") string))
> + (const :tag "None" t)
> + (string :tag "Argument String")
> + (repeat :tag "Argument List" :value ("") string))
> :version "25.1"
> :group 'vc-hg)
>
That contains a lot of spurious whitespace differences.
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
This bug report was last modified 4 years and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.