summaryrefslogtreecommitdiff
path: root/git/test/test_refs.py
Commit message (Collapse)AuthorAgeFilesLines
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-524/+524
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* refs: added constructor flag to allow refs to be instatiated from any path, ↵Sebastian Thiel2011-07-041-0/+5
| | | | including simple test
* relaxed implementation when comparing symbolic references against other ↵Sebastian Thiel2011-06-081-0/+9
| | | | items which don't have a path. Fixed test_refs to work in all cases - it was previously dependent on the order of items returned by the file system
* added test & fix for mangled tagger namesOrestis Markou2011-05-011-0/+10
|
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+521
adjusted