Skip to content

Instantly share code, notes, and snippets.

@keisisqrl
Created September 6, 2017 19:02
Show Gist options
  • Save keisisqrl/d09226a270ff4e63e88a9b12d68ce185 to your computer and use it in GitHub Desktop.
Save keisisqrl/d09226a270ff4e63e88a9b12d68ce185 to your computer and use it in GitHub Desktop.
vc-fossil patch for emacs 25
150c150
< (vc-fossil-dir-status-files dir nil nil update-function))
---
> (vc-fossil-dir-status-files dir nil update-function))
152c152
< (defun vc-fossil-dir-status-files (dir files default-state update-function)
---
> (defun vc-fossil-dir-status-files (dir files update-function)
207c207
< (defun vc-fossil-register (files &optional rev comment)
---
> (defun vc-fossil-register (files &optional comment)
219c219
< (defun vc-fossil-checkin (files rev comment)
---
> (defun vc-fossil-checkin (files comment &optional rev)
235c235
< (defun vc-fossil-checkout (file &optional editable rev)
---
> (defun vc-fossil-checkout (file &optional rev)
321c321
< (defun vc-fossil-diff (files &optional rev1 rev2 buffer)
---
> (defun vc-fossil-diff (files &optional rev1 rev2 buffer async)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment