-
Notifications
You must be signed in to change notification settings - Fork 145
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
svn status can now include changelists' items #133
base: master
Are you sure you want to change the base?
Conversation
1 similar comment
Please fix the coverage drop and drop the version bump, squash your changes and make sure those exclamation points dont stay in the commit messages (and capitalized the initial while you're at it), and we can review. Sorry about the delay. I thought I'd already asked about the coverage drop. |
544f7da
to
230a2cd
Compare
…re mutualy inclusive
#162 is an alternative implementation: instead of an argument to add changelists, it always gets changelists and adds the changelist to the returned status object. This makes it possible to see which files are in which changelists. |
# Conflicts: # svn/__init__.py # svn/common.py
update from origin
Idea products often create SVN changelists while performing basic file operations. Your SVN status only parses the files not included in any changelist. This is 'svn status --xml' output for such case:
I added an option to include changelist/entry xml blocks in parsing svn status.