fix: jjwcl function
788c3b2 parent: 32168ac modified
completions/jjwcl.fish +1 -1 | @@ -1 +1 @@ | ||
| 1 | -complete --command jjcl --description "View which commits can be cleaned up" | |
| 1 | +complete --command jjwcl --description "View which commits can be cleaned up" | |
| @@ -1 +1 @@ | |||
| 1 | -complete --command jjcl --description "View which commits can be cleaned up" | 1 | +complete --command jjwcl --description "View which commits can be cleaned up" |
modified
functions/jjwcl.fish +1 -1 | @@ -1,3 +1,3 @@ | ||
| 1 | -function jjcl | |
| 1 | +function jjwcl | |
| 2 | 2 | jj log -r 'mutable() ~ ancestors(develop@origin) ~ ancestors(remote_bookmarks())' |
| 3 | 3 | end |
| \ No newline at end of file | ||
| @@ -1,3 +1,3 @@ | |||
| 1 | -function jjcl | 1 | +function jjwcl |
| 2 | jj log -r 'mutable() ~ ancestors(develop@origin) ~ ancestors(remote_bookmarks())' | 2 | jj log -r 'mutable() ~ ancestors(develop@origin) ~ ancestors(remote_bookmarks())' |
| 3 | end | 3 | end |
| \ No newline at end of file | \ No newline at end of file | ||