aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-1817-692/+1123
* Fixed another bug in git.strip_git() (bug 0cad).W. Trevor King2008-11-161-1/+1
* Merged in my git.py changed fixing Hubert Chathi's git set-root bug (0cad).W. Trevor King2008-11-161-2/+9
|\
| * 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
| * Updated imports to handle Python 2.5 ElementTree module.W. Trevor King2008-11-131-1/+4
| * Catch OSErrors from Popen()sW. Trevor King2008-11-132-7/+15
* | Fix Bug.string() handling of None times.W. Trevor King2008-11-161-3/+7
* | Removed the empty bugs 14c and 38b. Fixed bug.string() call in libbe/diff.py.W. Trevor King2008-11-161-1/+1
* | Added 'remove' command to remove bugs. Use __desc__ for command help.W. Trevor King2008-11-164-39/+49
* | Fixed some errors produced while moving bug_summary to Bug.string().W. Trevor King2008-11-151-15/+17
* | Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().W. Trevor King2008-11-154-30/+39
* | Removed libbe/template.W. Trevor King2008-11-151-48/+0
* | becommands/show.py gives more specific bug information.W. Trevor King2008-11-151-13/+19
* | Fixed a few more Comment.date->time calls.W. Trevor King2008-11-141-1/+1
* | Removerd the diff3 functions from mapfile.py.W. Trevor King2008-11-141-70/+0
* | Fixed some bug.py split effects in diff.pyW. Trevor King2008-11-142-5/+7
* | Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-145-259/+380
* | Changed __get/setattribute__ calls to get/setattr() calls.W. Trevor King2008-11-141-4/+4
* | Replaced libbe.arch.invoke() with general rcs.invoke()W. Trevor King2008-11-141-14/+3
* | Added caveat about using short bug names to unique_name().W. Trevor King2008-11-141-0/+4
* | Cleaned up and docstringed libbe.cmdutil.unique_name().W. Trevor King2008-11-141-3/+6
* | * use python2.4/2.5 compatible import of ElementTreeW. Trevor King2008-11-133-8/+19
|/
* Add GIT support, from Chris Ball and Michael Stone.Chris Ball2008-05-163-2/+154
* Add support for VISUALAaron Bentley2007-07-161-3/+14
* Ensure that Arch tests have a user id setAaron Bentley2007-07-162-0/+21
* Merge from panometricsAaron Bentley2007-07-155-16/+147
|\
| * Fix long linesAaron Bentley2007-02-051-2/+4
| * Add support for Mercurial (Steve Borho)Aaron Bentley2007-01-233-1/+120
| * Fix double-invocation bugAaron Bentley2006-09-051-1/+0
| * Merge changes from BelchenkoAaron Bentley2006-08-113-3/+22
| |\
| | * don't use std. commands module 'cause it's Linux-only. Grab code from this mo...Alexander Belchenko2006-08-111-2/+10
| | * win32: fix crash of 'be show' when bug don't have commentsAlexander Belchenko2006-07-191-1/+4
| | * 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-192-10/+3
| * | Use Popen.communicate instead of reading the individual streams (why needed?)Aaron Bentley2006-07-191-3/+2
| |/
* / Added prompt to commentsAaron Bentley2006-04-161-5/+27
|/
* Added copyright noticeAaron Bentley2006-04-071-0/+17
* Merge remaining fixes from ZwartAaron Bentley2006-04-062-4/+3
|\
| * Correctly interpret the "no merge location" message from bzr 0.7.Marien Zwart2006-04-051-1/+2
| * Determine plugin_path from the location of the plugin module, not from argv[0].Marien Zwart2006-04-051-3/+1
* | Add ReST support to web front endAaron Bentley2006-04-061-0/+108
* | Support for content-type in commentsAaron Bentley2006-04-061-1/+3
* | Merge both linesAaron Bentley2006-04-042-1/+69
|\|
| * Removed debugging codeAaron Bentley2006-04-031-1/+0
| * Added reply handling to commentsAaron Bentley2006-04-032-1/+70
* | Refactored the command listingAaron Bentley2006-04-011-0/+9
|/
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-5/+5
* Implemented basic comment diffAaron Bentley2006-03-311-2/+19
* Added a repr for BugAaron Bentley2006-03-311-0/+3