all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Glenn Morris <rgm@gnu.org>
Subject: bug#1384: marked as done (vc-diff-switches inconsistencies)
Date: Wed, 3 Dec 2008 00:10:05 -0800	[thread overview]
Message-ID: <handler.1384.D1384.12282912054698.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: E1Ki9KO-0007wu-G8@tucano.isti.cnr.it

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]


Your message dated Wed, 3 Dec 2008 02:59:34 -0500
with message-id <18742.15462.814713.128649@fencepost.gnu.org>
and subject line Re: Bug#1384
has caused the Emacs bug report #1384,
regarding vc-diff-switches inconsistencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1384: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1384
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3431 bytes --]

From: Francesco Potorti` <pot@gnu.org>
To: GNU emacs bug list <bug-gnu-emacs@gnu.org>
Subject: vc-diff for the hg backend ignore diff switches variables
Date: Tue, 23 Sep 2008 16:57:24 +0200
Message-ID: <E1Ki9KO-0007wu-G8@tucano.isti.cnr.it>

Three related problems:

1)
Apparently the hg backend of vc ignores both diff-switches and
vc-diff-switches.

2)
The vc-hg-diff-switches variables is not defined.

3)
The hg backend is special with respect to the vc-diff-switches
variable.  Its doc says:

  A string or list of strings specifying switches for diff under VC.
  When running diff under a given BACKEND, VC concatenates the values of
  `diff-switches', `vc-diff-switches', and `vc-BACKEND-diff-switches' to
  get the switches for that command.  Thus, `vc-diff-switches' should
  contain switches that are specific to version control, but not
  specific to any particular backend.

This behaviour assumes that the diff switches can be accumulated.
however, it does not allow for removing them for a particular backend.
For example, I have

(setq diff-switches "-pu"
      vc-diff-switches "-b")

which works for the cvs and rcs backends.  However, it would not work
for the hg backend, as 'hg diff' does not tolerate the -u option.  This
problem would require a different way of combining the diff switches.




[-- Attachment #3: Type: message/rfc822, Size: 1275 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 1384-done@emacsbugs.donarmstrong.com
Subject: Re: Bug#1384
Date: Wed, 3 Dec 2008 02:59:34 -0500
Message-ID: <18742.15462.814713.128649@fencepost.gnu.org>


I believe this is tidied up now.


      parent reply	other threads:[~2008-12-03  8:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ovmyfvi082.fsf@fencepost.gnu.org>
2008-09-23 14:57 ` bug#1017: vc-diff for the hg backend ignore diff switches variables Francesco Potorti`
2008-09-28  1:59   ` Glenn Morris
2008-10-04 20:31     ` Glenn Morris
2008-11-20  2:55   ` bug#1017: marked as done (vc-diff for the hg backend ignore diff switches variables) Emacs bug Tracking System
     [not found]   ` <handler.1017.D1017.122714916214022.notifdone@emacsbugs.donarmstrong.com>
2008-11-21 13:15     ` bug#1017: closed by Glenn Morris <rgm@gnu.org> (Re: bug#1017: vc-diff " Francesco Potortì
2008-12-03  8:10   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.1384.D1384.12282912054698.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.