NSNBNI5SHINOBOYDEWGSLDRXSPMTPA2GSLU26WKVUO72TZUDUEYQC
((looking-at " * \\([^ \n]+\\) *-> *\\([^ \n]+\\)")
;; The paths printed by Pijul are relative to the root
(let* ((root (vc-pijul-root file))
(f (expand-file-name file))
(f1 (expand-file-name (match-string 1) root))
(f2 (expand-file-name (match-string 2) root)))
(cond
((equal f f1) 'removed)
((equal f f2) 'added)
(t nil))))
(t nil))))
((progn (forward-line 1) (looking-at "Error: Path not in repository: "))
nil)
(t 'up-to-date))))