aboutsummaryrefslogtreecommitdiff
path: root/git/test/refs/test_refs.py
AgeCommit message (Collapse)Author
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel
Needs plenty of work
2011-07-04refs: added constructor flag to allow refs to be instatiated from any path, ↵Sebastian Thiel
including simple test
2011-06-08symbolic reference handles different types for comparison more gracefully. ↵Sebastian Thiel
Fixed possible issue in test_refs, which occurred in 0.3 previously
2011-06-08pre-emptively moved all reference related tests into own package, to ↵Sebastian Thiel
resemble their actual location a little more. Renamed test_git to test_cmd as it tests the git cmd located in git.cmd (not in git.git)