Commits
User selector
Commit History
Commits on Mar 4, 2010
Commits on Feb 19, 2010
index: added move method including test
Show description for f96ee74committed
Commits on Dec 3, 2009
Commits on Nov 5, 2009
helper: repo creation functions now handle errors on windows during os.remove by changing the mode to 777 and delete the file again. Otherwise the whole operation would fail on read-only files. Why…
Show description for 179a1dccommittedrepo.clone: Added plenty of special handling to allow drive letters to work as expected. Its quite terrible to see a two-line method inflate to 20
Show description for 555b0efcommittedcmd: added clear_cache method now used by test repo decorators to be sure persistent commands are killed before trying to remove the directory. Unfortunately, it still claims someone has opened the…
Show description for 46c9a0dcommitted
Commits on Nov 4, 2009
Commits on Oct 28, 2009
Commits on Oct 27, 2009
put _make_file helper method into TestBase class
Show description for 22757edcommitted
Commits on Oct 22, 2009
- committed
Fixed decorator issue that would cause a function to be passed even though there is a default argument. This feels inconsistent as the 'argument passer' wrapper function can be called with a functi…
Show description for 3c770f8committed- committed
- committed
Commits on Oct 14, 2009
cmd: added option to return the process directly, allowing to read the output directly from the output stream
Show description for ead94f2committed
Commits on Oct 12, 2009
Commits on Oct 11, 2009
Fixed remaining tests to deal with the changes
Show description for b01824bcommitted- committed
- committed
Commits on Jan 24, 2009
Commits on Jul 17, 2008
Commits on Jun 2, 2008
style: remove spaces around parens per PEP8
Show description for bf20839authored andcommitted
Commits on May 29, 2008
tests: add a test for git.foo( istream=fh )
Show description for dc922f3committed
Commits on May 8, 2008
Loading