aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_tree.py
AgeCommit message (Expand)Author
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos
2016-10-03Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos
2015-12-14fix(tree): remove Tree.cache - use IndexFile.write_tree() insteadSebastian Thiel
2015-12-14fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel
2015-12-13fix(tree): tree item sort now uses git-styleSebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_tree worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel