summaryrefslogtreecommitdiff
path: root/lib/git_python/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵Michael Trier2008-05-301-11/+0
| | | | up tests so they pass except for stderr test. Modified version information retrieval.
* utils: add a pop_key helper functionDavid Aguilar2008-05-291-0/+6
| | | | | | | pop_key removes a value from a dictionary and it in one step. This function will be used in the next integration. Signed-off-by: David Aguilar <davvid@gmail.com>
* made subprocess not use a shell...Florian Apolloner2008-05-201-3/+0
|
* initial projectMichael Trier2008-05-071-0/+8