diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 16:40:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-01 16:40:14 +0000 |
commit | 1cb119fdbfad4ef7a6eab4c3f56ac842eacc13ce (patch) | |
tree | 726264cabd9b4ea26855f8b5a0babbe6f21d8d4a /lisp/vc-svn.el | |
parent | 18a083fd784a1b7b6a8c56b2ce3e713ddac48f80 (diff) | |
download | emacs-1cb119fdbfad4ef7a6eab4c3f56ac842eacc13ce.tar.gz |
Comment cleanup (no code change).
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r-- | lisp/vc-svn.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 51b49b84589..31d346ea87a 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -300,8 +300,6 @@ This is only possible if SVN is responsible for FILE's directory.") (vc-file-setprop file 'vc-working-revision nil) (apply 'vc-svn-command nil 0 file "update" - ;; default for verbose checkout: clear the sticky tag so - ;; that the actual update will get the head of the trunk (cond ((null rev) "-rBASE") ((or (eq rev t) (equal rev "")) nil) |