mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
cli: delete unimplemented jj debug writeworkingcopy
command
I deleted the implementtion a long time ago, but I forgot to remove it from the `clap::Command`.
This commit is contained in:
parent
bf62e1789f
commit
11afbc70f9
1 changed files with 0 additions and 3 deletions
|
@ -1612,9 +1612,6 @@ By default, all branches are pushed. Use `--branch` if you want to push only one
|
|||
.subcommand(
|
||||
Command::new("workingcopy").about("Show information about the working copy state"),
|
||||
)
|
||||
.subcommand(
|
||||
Command::new("writeworkingcopy").about("Write a tree from the working copy state"),
|
||||
)
|
||||
.subcommand(
|
||||
Command::new("template")
|
||||
.about("Parse a template")
|
||||
|
|
Loading…
Reference in a new issue