aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_repo.py
AgeCommit message (Expand)Author
2010-11-21flattened test folder structure, didn't adjust any file content yetSebastian Thiel
2010-11-19test_submodule: fixed failures that arose due to changes of the original subm...Sebastian Thiel
2010-11-18Added test-setup which can test all aspects of the (smart) update methodSebastian Thiel
2010-11-17repo: Added create_submodule method which fits into the tradition of offering...Sebastian Thiel
2010-11-17Inital implementation of Submodule.move including a very simple and to-be-imp...Sebastian Thiel
2010-11-15Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...Sebastian Thiel
2010-11-15Repo: added submodule query and iteration methods similar to the ones provide...Sebastian Thiel
2010-07-09Added python 2.4 support: Repo will now use the original GitCmdObjectDB in py...Sebastian Thiel
2010-07-07Adjusted clone method to allow static classmethod clone ( using clone_from ) ...Sebastian Thiel
2010-07-07Adjusted previous object creators to use the rev_parse method directly. rev_p...Sebastian Thiel
2010-07-07Initially working implementation of short-sha parsing and interpretation, tha...Sebastian Thiel
2010-07-06Implemented main rev-parsing, including long hexshas, tags and refs. Short Sh...Sebastian Thiel
2010-07-06RevParse now generally works, but there are still some more specialized tests...Sebastian Thiel
2010-07-06Initial version of the rev-parse routine, which doesn't work too bad, but its...Sebastian Thiel
2010-07-02win32 compatability adjustmentsunknown
2010-06-29Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel
2010-06-29Removed repo tests which for some reason left the 'repos' directory around, r...Sebastian Thiel
2010-06-28All tests adjusted to work with the changed internal sha representationSebastian Thiel
2010-06-03Fixed compatability issues with python 2.5, made sure all tests runSebastian Thiel
2010-06-02git.cmd: added test for stream section constraint used in git command, found ...Sebastian Thiel
2010-06-02commit: redesigned revlist and commit parsing, commits are always retrieved f...Sebastian Thiel
2010-06-02commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel
2010-05-12Repo: Added comparison operators and hash operator including testSebastian Thiel
2010-05-10repo: added test with some basic assertions for empty repositories theseSebastian Thiel
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2010-02-13IndexFile: unmerged_blobs lists are now sortedSebastian Thiel
2009-12-03repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel
2009-12-03repo: fixed incorrect path handling thta could lead to issues if the reposito...Sebastian Thiel
2009-11-05fixed test_repo to work on windowsSebastian Thiel
2009-11-04Improved cmd error handling in case an invalid revision is specified for an o...Sebastian Thiel
2009-11-03object: renamed id attribute to sha as it in fact is always being rewritten a...Sebastian Thiel
2009-11-03repo: added create_* and delete_* methods for refs ( head, tag, remote ) as a...Sebastian Thiel
2009-11-03repo.is_dirty: is a method now - the property based interface didn't allow al...Sebastian Thiel
2009-10-23Added repo.index property including simple test, and additional ideas in the ...Sebastian Thiel
2009-10-22Adjusted tests to deal with API changesSebastian Thiel
2009-10-22Adjusted all remaining test suites to use the new TestBase class where approp...Sebastian Thiel
2009-10-22Git.cmd: removed with_raw_output optionSebastian Thiel
2009-10-20repo.alternates test cheked for correctness and bugfixed - totally mocked tes...Sebastian Thiel
2009-10-20Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel
2009-10-20Moved specialized methods like dashify, touch and is_git_dir to module to the...Sebastian Thiel
2009-10-20Improved is_dirty including testSebastian Thiel
2009-10-19Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel
2009-10-19commit.count: is an instance method nowSebastian Thiel
2009-10-19added additional testing for the configuration, concurrent access and config ...Sebastian Thiel
2009-10-18Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel
2009-10-17Removed a few diff-related test cases that fail now as the respective method ...Sebastian Thiel
2009-10-16Fixed object bug that would cause object ids not to be resolved to sha's as t...Sebastian Thiel
2009-10-16repo.untracked_files added including testSebastian Thiel
2009-10-15Improved archive function by allowing it to directly write to an output strea...Sebastian Thiel
2009-10-15repo: made init and clone methods less specific, previously they wanted to do...Sebastian Thiel