aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
Commit message (Expand)AuthorAgeFilesLines
* Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-2514-159/+363
* Oops, should be passing libbe.tree.Tree.sort() args to children. Fixed.W. Trevor King2008-11-251-1/+4
* Added becommands/merge to join duplicate bugs.W. Trevor King2008-11-242-17/+39
* Adjusted becommands/set to handle user_id properly.W. Trevor King2008-11-241-7/+10
* Fixed broken doctest and inconsitent indentation from not wrapping comments.W. Trevor King2008-11-241-2/+4
* Removed auto-wrapping from comment.Comment.string().W. Trevor King2008-11-241-2/+4
* Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().W. Trevor King2008-11-244-23/+33
* Replaced direct filesystem read from bugdir.py with RCS mediated read.W. Trevor King2008-11-243-60/+13
* Added 'allow_no_rcs' flag to RCS file system access methods.W. Trevor King2008-11-245-125/+204
* Created bugdir.MultipleBugMatches so bugdir no longer imports cmdutil.W. Trevor King2008-11-232-4/+9
* Removed outdated beuuid import from libbe/bugdir.pyW. Trevor King2008-11-231-1/+0
* libbe/diff.diff() was missing newly created bugs. Fixed.W. Trevor King2008-11-231-2/+5
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-234-38/+62
* Improved user-id saving/loading/caching & save user-id into duplicate bugdirs.W. Trevor King2008-11-231-16/+19
* Added bugdir user-id caching and save/load from settings file.W. Trevor King2008-11-232-1/+36
* Fixed "'NoneType' object is not callable" error in libbe/utility/Dir.__del__W. Trevor King2008-11-231-2/+5
* Added archive/project init code for `./test_usage.sh arch`.W. Trevor King2008-11-233-9/+1
* Explicit rcs.cleanup() in bugdir test.W. Trevor King2008-11-224-19/+15
* libbe.utility.Dir was complaining of a missing shutil in __del__().W. Trevor King2008-11-221-1/+2
* Created and fixed bug 496edad5-1484-413a-bc68-4b01274a65eb.W. Trevor King2008-11-224-34/+126
* Oops, these new submods are used by the new, classified Bug & BugDir.W. Trevor King2008-11-223-0/+602
* Another major rewrite. Now BugDir, Bug, and Comment are more distinct.W. Trevor King2008-11-2110-512/+477
* names.creator() replaced by rcs.get_user_id().W. Trevor King2008-11-191-6/+0
* Merged bug.new_comment into bug.Bug.new_comment.W. Trevor King2008-11-191-8/+4
* Moved bug.new_bug code into bugdir.BugDir.new_bug.W. Trevor King2008-11-192-8/+4
* Removed libbe/tests.pyW. Trevor King2008-11-191-31/+0
* 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