mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-31 00:12:06 +00:00
783e1f6512
I suspect that at least one reason that I didn't make `MutableRepo::base_repo` by an `Arc<ReadonlyRepo>` before was that I thought that that would mean that `start_transaction()` would need be moved off of `ReadonlyRepo` so it can be given an `&Arc<ReadonlyRepo>`, which would make it much less convenient to use. It turns out that a `self` argument can actually be of type `&Arc<ReadonlyRepo>`. |
||
---|---|---|
.. | ||
commands.rs | ||
diff_edit.rs | ||
graphlog.rs | ||
lib.rs | ||
main.rs | ||
styler.rs | ||
template.pest | ||
template_parser.rs | ||
templater.rs | ||
testutils.rs | ||
ui.rs |