You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hg commit hello -m Add hello
abort: no username supplied
(use 'hg config --edit' to set your username)
We can at least display a button to hg config --edit
hdpoliveira
changed the title
Allow user to specify username instead of error "Hg: no username supplied"
Enhancement: Allow user to specify username instead of error "Hg: no username supplied"
Jun 21, 2020
I dig it. There's a function errorPromptOpenLog in interaction.ts that we'll want to use for this. It corresponds to the error-handling section of createCommand in the Git extension. I am refactoring it a little for #18, so let me finish that before you start this (assuming you want to take it, of course).
When doing the first commit, if the username is not specified, we issue an error:
We could prompt the user to enter a username instead.
The text was updated successfully, but these errors were encountered: