jj/cli/examples
Martin von Zweigbergk 8d090628c3 transaction: rename mut_repo() to idiomatic repo_mut()
We had both `repo()` and `mut_repo()` on `Transaction` and I think it
was easy to get confused and think that the former returned a
`&ReadonlyRepo` but both of them actually return a reference to
`MutableRepo` (the latter obviously returns a mutable reference). I
hope that renaming to the more idiomatic `repo_mut()` will help
clarify.

We could instead have renamed them to `mut_repo()` and
`mut_repo_mut()` but that seemed unnecessarily long. It would better
match the `mut_repo` variables we typically use, though.
2024-09-07 10:51:43 -07:00
..
custom-backend backend: make write methods async 2024-09-04 18:34:11 -07:00
custom-command transaction: rename mut_repo() to idiomatic repo_mut() 2024-09-07 10:51:43 -07:00
custom-commit-templater cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
custom-global-flag
custom-operation-templater cleanup: remove redundant ::{self} from use declarations 2024-08-23 13:05:27 +09:00
custom-working-copy