aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/rcs.py
Commit message (Expand)AuthorAgeFilesLines
* 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