With Pijul, it is not possible to get the set of changes resulting from the diff between a local repository and a remote repository (or vice-versa).
In darcs, this is done thanks to the commands darcs push --dry-run and darcs pull --dry-run.
darcs push --dry-run
darcs pull --dry-run
Such an --dry-run option in pijul would be useful.
--dry-run
With Pijul, it is not possible to get the set of changes resulting from the diff between a local repository and a remote repository (or vice-versa).
In darcs, this is done thanks to the commands
darcs push --dry-run
anddarcs pull --dry-run
.Such an
--dry-run
option in pijul would be useful.