• R/O
  • SSH
  • HTTPS

fsvn: Commit


Commit MetaInfo

Revision310 (tree)
Time2014-02-07 22:23:03
Authormhayashi1120

Log Message

fix priority

Change Summary

Incremental Difference

--- trunk/fsvn-deps.el (revision 309)
+++ trunk/fsvn-deps.el (revision 310)
@@ -821,14 +821,15 @@
821821 (let ((ctl (fsvn-file-control-directory file)))
822822 (cond
823823 ((null ctl) nil)
824+ ((file-exists-p (fsvn-expand-file "wc.db" ctl)) ; prior than "entries"
825+ (and (require 'esqlite nil t)
826+ (esqlite-sqlite-installed-p)
827+ (fsvn-meta--get-database-format ctl)))
824828 ((file-exists-p (fsvn-expand-file "entries" ctl))
825829 (with-temp-buffer
826830 (insert-file-contents (fsvn-expand-file "entries" ctl) nil 0 16)
827831 (and (looking-at "^\\([0-9]+\\)$")
828832 (string-to-number (match-string 1)))))
829- ((and (and (require 'esqlite nil t) (esqlite-sqlite-installed-p))
830- (file-exists-p (fsvn-expand-file "wc.db" ctl)))
831- (fsvn-meta--get-database-format ctl))
832833 (t nil))))
833834
834835
Show on old repository browser