Replies: 3 comments 5 replies
-
By trial and error I've found that double escaping like this works:
I'm not sure why this is. Probably the shell does something weird here. But the error message was a |
Beta Was this translation helpful? Give feedback.
-
The story continues. |
Beta Was this translation helpful? Give feedback.
-
Which |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My workflow looks like this:
jj git fetch
: This correctly shows the new branch with the umlautjj b t
:Now I'd like it to autocomplete after I've typed the issue number, this seems not to work. But I can still copy & paste the branch name and create a tracked bookmarkUpdate: Can't reproduce, this works at least sometimes.jj new 1234-my-issüe
: This doesn't work at all. Autocompleting the bookmark name doesn't work, pasting the bookmark name doesn't work, I tried to escape it with " and ' to no avail. It's alwaysError: Failed to parse revset: Syntax error
.Workarounds:
I think jujutsu should just be able to deal with umlauts.
Beta Was this translation helpful? Give feedback.
All reactions