Store repo names and selected repo in state
This commit is contained in:
parent
427dce3e48
commit
3a3a2de8dc
4 changed files with 97 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ mod v1;
|
|||
|
||||
pub use self::{
|
||||
datadir::{LockedDataDir, UnlockedDataDir},
|
||||
v1::{State, VERSION, load_state, save_state},
|
||||
v1::{State, VERSION, load_state, tidy},
|
||||
};
|
||||
|
||||
fn migrate(dir: &LockedDataDir) -> anyhow::Result<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue