aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/git.py
Commit message (Expand)AuthorAgeFilesLines
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-151/+0
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-4/+7
* Broke subprocess handling out into its own submodule libbe.subproc.W. Trevor King2009-11-201-1/+1
* Ran the new update_copyright.pyW. Trevor King2009-11-191-1/+2
* Use unicode_output=False in some Darcs._u_invoke_client() calls.W. Trevor King2009-11-171-5/+4
* Moved VCS detection from _vcs_help() to _vcs_version().W. Trevor King2009-10-061-2/+2
* Include stdout in CommandError.W. Trevor King2009-09-191-1/+1
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-4/+8
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-23/+23
* Now libbe.git.Git handles missing name/email and guesses instead.W. Trevor King2009-08-041-4/+12
* Corrected some problems with revision_id() before an initial commit.W. Trevor King2009-07-291-1/+6
* Added .revision_id() to all the VCSs.W. Trevor King2009-07-231-1/+12
* Added --allow-empty to "be commit"W. Trevor King2009-07-191-3/+12
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* Added darcs support.W. Trevor King2009-06-301-1/+8
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-2/+2
* Merge from Ben Finney's RCS unittest patchW. Trevor King2009-06-211-5/+8
|\
| * Make RCS testcase subclasses dynamically.John Doe2009-06-141-5/+8
* | Merge from main branch.W. Trevor King2009-06-191-1/+1
|\ \
| * | Use a more general regex to test GIT commits; GIT's output has changed.Chris Ball2009-06-131-1/+1
| |/
* / Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-1/+1
|/
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-136/+82
* Fixed another bug in git.strip_git() (bug 0cad).W. Trevor King2008-11-161-1/+1
* Oops... *Now* I've fixed 0cadW. Trevor King2008-11-131-1/+5
* Fixed 0cad bug with smaller fix.W. Trevor King2008-11-131-1/+4
* Add GIT support, from Chris Ball and Michael Stone.Chris Ball2008-05-161-0/+146