Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-27 | Add tests for Repository constructor parameters | 1 | -1/+18 | ||
2016-07-18 | Reverse leading dot logic | 1 | -5/+5 | ||
2016-01-22 | Simplify test fixtures into a single repository | 1 | -59/+55 | ||
2016-01-21 | Allow globs in ignore patterns | 1 | -3/+5 | ||
2016-01-20 | Finish basic repository unit tests | 1 | -31/+62 | ||
2016-01-18 | Make flake8 happy again | 1 | -0/+7 | ||
2016-01-18 | Remove class wrapper from repository tests | 1 | -46/+44 | ||
2016-01-18 | Fix typo | 1 | -1/+1 | ||
2016-01-18 | Fix unit tests to match recent changes | 1 | -9/+12 | ||
2016-01-17 | Split tests into separate files | 1 | -0/+62 | ||
2016-01-03 | Consolidate tests into a single file | 1 | -72/+0 | ||
2016-01-02 | Update repository tests to match recent changes | 1 | -106/+29 | ||
2016-01-01 | Implement dotfile state management | 1 | -10/+18 | ||
2015-12-31 | Add tests for new repository implementation | 1 | -20/+123 | ||
2015-12-30 | Strip leading newline from list output | 1 | -4/+4 | ||
2015-12-29 | Add repository class rework | 1 | -0/+38 | ||
This version of the repository class uses py.path.local and I have an idea for packages that should simplify the code substantially and address the remaining issues with prefixes. |