summaryrefslogtreecommitdiff
path: root/test/git/test_submodule.py
Commit message (Expand)AuthorAgeFilesLines
* Added rest of submodule.add test code which should be pretty much 100% covera...Sebastian Thiel2010-11-171-4/+38
* The submodule's branch is now a branch instance, not a plain string anymoreSebastian Thiel2010-11-161-1/+1
* Added tests for all failure modes of submodule add ( except for one ), and fi...Sebastian Thiel2010-11-161-0/+24
* Initial implementation of submodule.add without any tests. These are to come ...Sebastian Thiel2010-11-161-7/+15
* Implemented deletion of submodules including proper testsSebastian Thiel2010-11-161-0/+50
* implemented update to_last_revision option including test. Its now possible t...Sebastian Thiel2010-11-161-0/+23
* Improved efficiency of the submodule.update process, improved testSebastian Thiel2010-11-161-1/+8
* Added a few utility methods and improved the test. Refs need an improvement t...Sebastian Thiel2010-11-161-0/+21
* Submodule now only supports branches to be given as hint that will svn-extern...Sebastian Thiel2010-11-161-7/+40
* Added partial implementation of update, but realized that using refs in gener...Sebastian Thiel2010-11-151-2/+4
* Optimized test-decorators, by completely removing with_bare_rw_repo, which wa...Sebastian Thiel2010-11-151-1/+1
* Repo: added submodule query and iteration methods similar to the ones provide...Sebastian Thiel2010-11-151-5/+28
* Objects: Constructor now manually checks and sets the input arguments to the ...Sebastian Thiel2010-11-151-3/+70
* Improved GitConfigurationParser to better deal with streams and the correspon...Sebastian Thiel2010-11-151-1/+5
* submodule: Fleshed out interface, and a partial test which is not yet usable....Sebastian Thiel2010-11-151-3/+31
* Implemented initial version of tree serialization which appears to work accor...Sebastian Thiel2010-06-141-0/+12