-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How come notes can only be added when checking in? #170
Comments
looks like you can use the edit command to add notes to a particular id. |
To me, this is a good point. Often, I don't have an official idea of what to note until after I'm finished with my task. I personally use Currently if you try the same syntax for
neither does this work:
I wouldn't want to disrupt anyone's workflow (if they actually use I would like to throw out two options, which I would I would be happy to try to make a PR for: A. Change B. Create a Or perhaps make both possible. Any thoughts? |
Related: #16 |
I too belive consistency between in/out would be a great UI improvement. In addition adding a config "require_note_out" to specify whether a not is needed at checkout or not would be good idea to mirror the "require_note" at checkin. For me it also makes more sense to at least have the option of adding a message at checkout (kind of mirroring the way you use -m with git afte making a change). If a note is added both at checkin and checkout the checkout note should just be appended. |
Hello,
I am just curious if there is a way to require notes when checking out rather than in? In the documentation it seems like this is an
in
only feature?Sorry if this is an obvious question and I am missing something.
Thanks!
The text was updated successfully, but these errors were encountered: