mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-15 16:53:25 +00:00
c3b45b6fd1
This add support for custom `jj` binaries to use custom working-copy backends. It works in the same way as with the other backends, i.e. we write a `.jj/working_copy/type` file when the working copy is initialized, and then we let that file control which implementation to use (see previous commit). I included an example of a (useless) working-copy implementation. I hope we can figure out a way to test the examples some day. |
||
---|---|---|
.. | ||
custom-backend | ||
custom-command | ||
custom-global-flag | ||
custom-working-copy |