Skip to content

Commit

Permalink
fix legit
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Jul 15, 2024
1 parent 44b01a4 commit ebd6acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/legit/porcelain.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ summary: test
(parse-integer
(str:trim (run-hg '("id" "--num" "--rev" "tip")))))
(:fossil
(length))
(fossil-commit-count))
(t
(porcelain-error "commit-count not implemented for VCS: ~a" *vcs*))))

Expand Down

0 comments on commit ebd6acb

Please sign in to comment.