-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix files in changelists don't appear in status(). Add changelist attribute to status() result. Since `svn status` includes files in changelists, it makes sense for status() to include them as well. Add a field to _STATUS_ENTRY for changelist. Files without a changelist have changelist=None and otherwise changelist is the name of the changelist. Rework the status test to use assertIsNotNone and assertEqual to give better error messages. Invalid filenames produce KeyError and are not None, so checking for None wasn't really preventing errors.
- Loading branch information
Showing
2 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters