About the only thing that's stopping me experimenting with the new version control system pijul is that it's not integrated with myrepos (which I use on a daily basis). This doesn't look like it should be impossible to rectify!
About the only thing that's stopping me experimenting with the new version control system pijul is that it's not integrated with myrepos (which I use on a daily basis). This doesn't look like it should be impossible to rectify!
None of the myrepos committers have experience with Pijul, but if you can provide a patch to the default config in
mr
then we will happily review it and merge it into myrepos. You will need to fill in at least these things:pijul_test
: a perl snippet that detects pijul checkoutspijul_register
: a shell snippet that detects the pijul remote URL and saves it in ~/.mrconfigmr
as possible; especiallyfetch
,commit
andpush
.graph
remote
upgrade
vis
extensions in thelib/
directory and try to add pijul support for them if that is feasible, where it isn't feasible then add a comment about why. ```Once you are done, please post a link to the repository and we will review it.