Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

README.md
# vc-pijul

[Pijul](https://pijul.org/) integration for [Emacs](https://www.gnu.org/software/emacs/)’ [VC](https://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html) version control interface.

## configuration

Add the following to your Emacs init file:

```elisp
(add-to-list 'vc-handled-backends 'Pijul)
```

Executing a [VC](https://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html) command from (or with) a directory in a Pijul repository will load vc-pijul on demand (as long as it is in your `load-path`).

## status

working on Emacs >=28 (and possibly as far back as 24):

![screenshot of a vc-dir buffer](resources/vc-dir.png)

- vc-annotate
- vc-checkin
- vc-diff
- vc-dir
- vc-ignore
- vc-pull
- vc-push
- vc-print-log
- vc-revert