jj/src
Martin von Zweigbergk 783e1f6512 repo: make MutableRepo have an Arc<ReadonlyRepo> instead of a reference
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>`.
2021-04-11 13:42:31 -07:00
..
commands.rs commands: remove unnecessary owned_wc business 2021-04-11 13:03:58 -07:00
diff_edit.rs trees: make tree diff return an iterator instead of taking a callback 2021-04-07 23:18:00 -07:00
graphlog.rs graphlog: propagate error from failure to write output 2021-04-07 09:35:56 -07:00
lib.rs commands: add an interactive mode for jj restore 2020-12-26 01:16:19 -08:00
main.rs cargo: rename crates to names available on crates.io 2021-01-03 10:16:00 -08:00
styler.rs cli: terminate gracefully on broken pipe 2021-04-07 23:26:19 -07:00
template.pest import commit 0f15be02bf4012c116636913562691a0aaa7aed2 from my hg repo 2020-12-12 00:23:38 -08:00
template_parser.rs repo: make MutableRepo have an Arc<ReadonlyRepo> instead of a reference 2021-04-11 13:42:31 -07:00
templater.rs repo: make MutableRepo have an Arc<ReadonlyRepo> instead of a reference 2021-04-11 13:42:31 -07:00
testutils.rs tests: set $HOME in a few tests to avoid depending in developer's ~/.gitignore 2021-03-16 22:05:36 -07:00
ui.rs cli: terminate gracefully on broken pipe 2021-04-07 23:26:19 -07:00