summaryrefslogtreecommitdiff
path: root/test/test_reflog.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-0/+107
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-107/+0
* tests: move to root dirKonrad Weihmann2020-07-121-0/+107
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-102/+0
* Fixed doc strings, improved error checking on RefLog.write methodSebastian Thiel2010-11-241-0/+3
* RefLog: added entry_at method, which is a faster way of reading single entrie...Sebastian Thiel2010-11-241-0/+13
* Fixed remaining issues, all tests work as expectedSebastian Thiel2010-11-241-1/+1
* Unified object and commit handling which should make the reflog handling much...Sebastian Thiel2010-11-241-1/+2
* Implemented revlog.append_entry as classmethod, to assure we will always actu...Sebastian Thiel2010-11-231-8/+3
* Actor: Moved it from git.objects.util to git.util, adjusted all imports accor...Sebastian Thiel2010-11-231-1/+17
* Implemented reflog reading and writingSebastian Thiel2010-11-231-2/+44
* Initial interface including some of the implementation of the RefLog. TestCas...Sebastian Thiel2010-11-231-0/+32