# HG changeset patch # User Dan Nicolaescu # Date 1214364405 0 # Node ID 343227fc64edddb98451e141ff00b57d21095eaa # Parent a56e02fe83fc330a0212ce88e07798b939dbc1f6 (vc-annotate-parent-rev): Pacify byte compiler. (vc-svn-parse-status): Do not set the vc-backend property. diff -r a56e02fe83fc -r 343227fc64ed lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 25 03:19:14 2008 +0000 +++ b/lisp/ChangeLog Wed Jun 25 03:26:45 2008 +0000 @@ -9,6 +9,7 @@ (vc-deduce-fileset): ... here. * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler. + (vc-svn-parse-status): Do not set the vc-backend property. 2008-06-25 Andreas Schwab diff -r a56e02fe83fc -r 343227fc64ed lisp/vc-svn.el --- a/lisp/vc-svn.el Wed Jun 25 03:19:14 2008 +0000 +++ b/lisp/vc-svn.el Wed Jun 25 03:26:45 2008 +0000 @@ -613,9 +613,6 @@ (setq status (char-after (line-beginning-position))) (if (eq status ??) (vc-file-setprop file 'vc-state 'unregistered) - ;; `vc-BACKEND-registered' must not set vc-backend, - ;; which is instead set in vc-registered. - (unless filename (vc-file-setprop file 'vc-backend 'SVN)) ;; Use the last-modified revision, so that searching in vc-print-log ;; output works. (vc-file-setprop file 'vc-working-revision (match-string 3))