]> git.eshelyaron.com Git - emacs.git/commit
VC: CVS: Fix parsing of 'cvs -qn update' for missing files for 1.12
authorOlivier Certner <olce.emacs@certner.fr>
Thu, 6 Apr 2023 08:52:23 +0000 (10:52 +0200)
committerDmitry Gutov <dmitry@gutov.dev>
Wed, 19 Apr 2023 00:47:20 +0000 (03:47 +0300)
commit648f58294bbbcd2b439019e93c1dccac5d9cac9d
treedc4d4be097a5958aaf5968e184e17edf83773092
parent7a921b6b284a8b5755c61045f4db03f09ff0a386
VC: CVS: Fix parsing of 'cvs -qn update' for missing files for 1.12

* lisp/vc/vc-cvs.el (vc-cvs-after-dir-status): Fix the name reported
for missing files in the case of CVS 1.12.3+ where name is quoted in
the warning line (it was not before this version).  Use instead the
following U line, where the name is never quoted on all versions.
lisp/vc/vc-cvs.el