aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/vcs.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix darcs testsuite failureChris Ball2009-10-061-10/+15
|\
| * Moved VCS detection from _vcs_help() to _vcs_version().W. Trevor King2009-10-061-10/+15
| | | | | | | | | | | | | | The version string is useful information to have around, while the help string is probably not. For example, we use it in darcs.Darcs._vcs_get_file_contents() to construct an incantation appropriate to the version we're dealing with.
* | Silence testsuite warnings, from W. Trevor King.Chris Ball2009-10-051-4/+2
|\|
| * Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-051-4/+2
| | | | | | | | | | | | | | | | | | *.__del__() is run some unspecified time after the refcount for an object is reduced to zero. Sometimes that means that the rest of the world has already been deallocated, which makes life difficult, especially when Python won't attempt to construct stack traces inside *.__del__(). We were always (hopefully ;) calling del(*) anyway, so we just replace those calls with *.cleanup()
* | Large merge from W. Trevor King, including Gianluca's HTML export.Chris Ball2009-10-051-0/+1
|/
* Include stdout in CommandError.W. Trevor King2009-09-191-6/+7
|
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+6
| | | | Also a few minor tweaks to the module imports.
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-0/+931