Bugs: |
|
---|
Warn users about a dirty working directory.
Review Request #5132 — Created Dec. 17, 2013 and submitted
Information | |
---|---|
david | |
RBTools | |
master | |
3120 | |
Reviewers | |
rbtools | |
Warn users about a dirty working directory.
If a user posts a change with no revision arguments, they probably want their
"current" state to be the change. We've had a little bit of confusion with Git
users who hadn't committed their changes to a branch and were upset that their
working tree wasn't posted (like it would be with svn, for example).This change adds a warning when the user invokes rbt post without explicit
revision arguments and has a dirty working directory.
Posted this change with some other stuff in my working directory and saw the
warning.
Description | From | Last Updated |
---|---|---|
We're using "review request" in other strings. Probably shouldn't capitalize it here. |
|
-
-
rbtools/clients/git.py (Diff revision 1) We're using "review request" in other strings. Probably shouldn't capitalize it here.