jj/cli
Ilya Grigoriev aa08de30c7 cli new: Make -r, --before, and --after repeatable
Repeating these is a no-op. This allows:

```shell
jj new -r a -r b # Equivalent to jj new a b
jj new --before a --before b  # Equivalent to jj new a b --before
```

I keep typing the latter and getting an annoying error.
2023-11-23 11:15:38 -08:00
..
examples git_backend: pass UserSettings to GitBackend constructors 2023-11-11 22:35:54 +09:00
src cli new: Make -r, --before, and --after repeatable 2023-11-23 11:15:38 -08:00
testing
tests cli new: Make -r, --before, and --after repeatable 2023-11-23 11:15:38 -08:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE