From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: vc-svn and svn:externals Date: Wed, 13 Sep 2017 15:18:55 -0400 Message-ID: References: <83o9qly29j.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1505330382 22625 195.159.176.226 (13 Sep 2017 19:19:42 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 13 Sep 2017 19:19:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 13 21:19:38 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsDCE-0005nF-9P for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2017 21:19:38 +0200 Original-Received: from localhost ([::1]:44234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsDCL-0000cS-KC for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2017 15:19:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsDBY-0000cD-EK for emacs-devel@gnu.org; Wed, 13 Sep 2017 15:18:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsDBX-0006GC-Lm for emacs-devel@gnu.org; Wed, 13 Sep 2017 15:18:56 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsDBX-0006G4-Hy for emacs-devel@gnu.org; Wed, 13 Sep 2017 15:18:55 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dsDBX-0003CS-80; Wed, 13 Sep 2017 15:18:55 -0400 In-reply-to: <83o9qly29j.fsf@gnu.org> (message from Eli Zaretskii on Fri, 08 Sep 2017 12:21:12 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:218211 Archived-At: > This makes sure that vc-svn handles the svn:externals property so that > vc-diff/vc-log/... etc work on files that are pulled in via that > mechanism. > > 2017-09-02 Alfred M. Szmidt (tiny change) > > * lisp/vc/vc-svn.el (vc-svn-parse-status): Don't ignore files > marked with the svn:externals property. Thanks, pushed to the master branch. Thanks! One can close #18975, which I just stumbled upon.