Removing the `Direction` argument in pijul::remote::Repository::remote
Dependencies
- [2]
4KJ45IJLImplement new identity management - [3]
H4AU6QRPNew config for HTTP remotes - [4]
76PCXGMLPushing to, and pulling from the local repository - [5]
ZSFJT4SFAllow remotes to have a different push and pull address - [6]
FVQYZQFLCreate dialoguer themes based on global config - [7]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [8]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [9]
2D7P2VKJChange completions (where the whole progress bar story started) - [10]
4OJWMSOWFully replace crate::Identity
Change contents
- edit in pijul/src/remote/mod.rs at line 49
direction: Direction, - edit in pijul/src/remote/mod.rs at line 54
/*unknown_remote(self_path,name.with_dir(direction),channel,no_cert_check,with_path,).await*/ - edit in pijul/src/identity/create.rs at line 4
use crate::config::Direction; - edit in pijul/src/identity/create.rs at line 310
Direction::Pull, - edit in pijul/src/config.rs at line 176
}#[derive(Clone, Copy, Debug)]pub enum Direction {Push,Pull, - edit in pijul/src/commands/pushpull.rs at line 15
use crate::config::Direction; - edit in pijul/src/commands/pushpull.rs at line 212
Direction::Push, - edit in pijul/src/commands/pushpull.rs at line 396
Direction::Pull,