aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/vcs.py
Commit message (Expand)AuthorAgeFilesLines
* Don't get VCS version in VCS.__init__().W. Trevor King2009-12-031-2/+6
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-282/+287
* Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).W. Trevor King2009-11-211-1/+8
* Adjusted test.py to use an installed vcs by default.W. Trevor King2009-11-201-6/+17
* Broke subprocess handling out into its own submodule libbe.subproc.W. Trevor King2009-11-201-41/+9
* 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-4/+1
* Cleanup temp. dir. in libbe.vcs tests.W. Trevor King2009-11-171-1/+2
* "CommandStderr" -> "CommandError" in VCS._u_invoke()W. Trevor King2009-11-171-1/+1
* Added unicode_output option to VCS._u_invoke()W. Trevor King2009-11-171-2/+8
* rename "output","error" -> "stdout","stderr" in VCS._u_invoke()W. Trevor King2009-11-171-4/+4
* Moved VCS detection from _vcs_help() to _vcs_version().W. Trevor King2009-10-061-10/+15
* Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-051-4/+2
* Include stdout in CommandError.W. Trevor King2009-09-191-6/+7
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+6
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-0/+931