aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/rcs.py
Commit message (Expand)AuthorAgeFilesLines
* Added darcs support.W. Trevor King2009-06-301-7/+11
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-6/+12
* Fixed libbe.rcs.RCS.installed to handle missing backend binary.wking2009-06-251-3/+3
* Merge from Ben Finney's RCS unittest patchW. Trevor King2009-06-211-80/+258
|\
| * Conform new docstrings to PEP 257.John Doe2009-06-211-63/+21
| * Follow existing docstring whitespace convention.John Doe2009-06-151-21/+63
| * Distinguish tests for VCS which can't handle an uninitialised identity.John Doe2009-06-141-1/+9
| * Refactor mega-testcases into separate true-or-false testcases.John Doe2009-06-141-78/+229
| * Make RCS testcase subclasses dynamically.John Doe2009-06-141-3/+21
* | Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-15/+22
|/
* Added 'allow_no_rcs' flag to RCS file system access methods.W. Trevor King2008-11-241-23/+86
* Created bugdir.MultipleBugMatches so bugdir no longer imports cmdutil.W. Trevor King2008-11-231-1/+0
* Added bugdir user-id caching and save/load from settings file.W. Trevor King2008-11-231-1/+5
* Created and fixed bug 496edad5-1484-413a-bc68-4b01274a65eb.W. Trevor King2008-11-221-5/+11
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-211-22/+25
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-45/+533
* * use python2.4/2.5 compatible import of ElementTreeW. Trevor King2008-11-131-6/+10
* Add GIT support, from Chris Ball and Michael Stone.Chris Ball2008-05-161-0/+6
* Add support for Mercurial (Steve Borho)Aaron Bentley2007-01-231-0/+6
* Fix double-invocation bugAaron Bentley2006-09-051-1/+0
* Merge changes from BelchenkoAaron Bentley2006-08-111-0/+8
|\
| * subprocess: win32 don't have os.execvp() so have to run command in a shellAlexander Belchenko2006-07-191-1/+7
* | Use subprocess-native functionality for changing directoryAaron Bentley2006-07-191-2/+2
* | Use Popen.communicate instead of reading the individual streams (why needed?)Aaron Bentley2006-07-191-3/+2
|/
* Got commit basics working for bzrAaron Bentley2006-02-031-0/+16
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
* Support for bzr inventory operationsAaron Bentley2005-05-041-0/+6
* Added RCS configuration.Aaron Bentley2005-03-191-17/+15
* Switched tree format to mapfile-basedAaron Bentley2005-03-171-2/+6
* Added RCS integrationAaron Bentley2005-03-091-0/+14