mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-28 23:32:41 +00:00
9ca6c99508
Some "operation" commands need a workspace, plus multiple repo views. We currently load WorkspaceCommandHelper twice for that reason. It works, but would be messy if "op log" loaded WorkspaceCommandHelper for each log entry. This patch starts splitting non-repo data from WorkspaceCommandHelper. The workspace object isn't owned by the environment object so the object can be freely discarded. |
||
---|---|---|
.. | ||
examples | ||
src | ||
testing | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |