be.git
2008-11-25 W. Trevor Kingadded -u/uuids option to becommands/list
2008-11-25 W. Trevor KingAdded libbe/encoding.py to wrap input/output/file acces...
2008-11-25 W. Trevor KingOops, should be passing libbe.tree.Tree.sort() args...
2008-11-25 W. Trevor KingHack to fixe encoding bug in becommands/show
2008-11-25 W. Trevor KingAdded becommands/merge to join duplicate bugs.
2008-11-25 W. Trevor KingAdjusted becommands/set to handle user_id properly.
2008-11-25 W. Trevor KingAdded invalid-value checking to becommands/set.py.
2008-11-24 W. Trevor KingTweaked usage strings to increase consistency. Also...
2008-11-24 W. Trevor KingFixed broken doctest and inconsitent indentation from...
2008-11-24 W. Trevor KingMarked c45e5ece-63e3-4fd2-b33f-0bfd06820cf4 as fixed.
2008-11-24 W. Trevor KingRemoved auto-wrapping from comment.Comment.string().
2008-11-24 W. Trevor KingAdded Bug.comments(), BugDir.has_bug() & cleaned up...
2008-11-24 W. Trevor KingReplaced direct filesystem read from bugdir.py with...
2008-11-24 W. Trevor KingAdded 'allow_no_rcs' flag to RCS file system access...
2008-11-23 W. Trevor KingCreated bugdir.MultipleBugMatches so bugdir no longer...
2008-11-23 W. Trevor KingRemoved outdated beuuid import from libbe/bugdir.py
2008-11-23 W. Trevor Kinglibbe/diff.diff() was missing newly created bugs. ...
2008-11-23 W. Trevor KingGo back to lazy bug loading to get execution speed...
2008-11-23 W. Trevor KingImproved user-id saving/loading/caching & save user...
2008-11-23 W. Trevor KingAdded bugdir user-id caching and save/load from setting...
2008-11-23 W. Trevor King`be show` now supports showing multiple bugs with a...
2008-11-23 W. Trevor KingOops, dba25cfd-aa15-457c-903a-b53ecb5a3b2c was fixed...
2008-11-23 W. Trevor KingOops, dac91856-cb6a-4f69-8c03-38ff0b29aab2 was fixed...
2008-11-23 W. Trevor KingFixed "'NoneType' object is not callable" error in...
2008-11-23 W. Trevor KingAdded archive/project init code for `./test_usage.sh...
2008-11-23 W. Trevor KingExplicit rcs.cleanup() in bugdir test.
2008-11-22 W. Trevor Kinglibbe.utility.Dir was complaining of a missing shutil...
2008-11-22 W. Trevor KingOops, bug 8e83da06-26f1-4763-a972-dae7e7062233 was...
2008-11-22 W. Trevor KingCreated and fixed bug 496edad5-1484-413a-bc68-4b01274a65eb.
2008-11-22 W. Trevor KingOops, these new submods are used by the new, classified...
2008-11-21 W. Trevor KingAnother major rewrite. Now BugDir, Bug, and Comment...
2008-11-20 W. Trevor KingUpdated misc/gui/wxbe with wxPython -> wx changes.
2008-11-20 W. Trevor Kingnames.creator() replaced by rcs.get_user_id().
2008-11-19 W. Trevor KingSome more fixes to get BE-Web working with libbe changes.
2008-11-19 W. Trevor KingAdded identity discussion to BE-Web README.txt & requir...
2008-11-19 W. Trevor KingAdded BE-Web repo-access warning to Bugs-Everywhere...
2008-11-19 W. Trevor KingUpdated Bugs-Everywhere-Web to work with new architecture.
2008-11-19 W. Trevor KingMerged bug.new_comment into bug.Bug.new_comment.
2008-11-19 W. Trevor KingMoved bug.new_bug code into bugdir.BugDir.new_bug.
2008-11-19 W. Trevor KingAdded test_usage.sh pointer to the README.
2008-11-19 W. Trevor KingRemoved libbe/tests.py
2008-11-19 W. Trevor KingOne of my tests left my bzr name as John Doe. Seems...
2008-11-19 W. Trevor KingMajor rewrite of RCS backends. RCS now represented...
2008-11-16 W. Trevor KingAdded 'hg', 'arch', and 'none' RCS modes to test_usage.sh.
2008-11-16 W. Trevor KingFixed another bug in git.strip_git() (bug 0cad).
2008-11-16 W. Trevor KingOops, I'd forgotten to tell bzr about my becommands...
2008-11-16 W. Trevor KingMerged in my git.py changed fixing Hubert Chathi's...
2008-11-16 W. Trevor KingAdded ./test_usage.sh as an example usage scenario.
2008-11-16 W. Trevor KingRemoved dud bug 11e. Moved several bugs from 'closed...
2008-11-16 W. Trevor KingFix Bug.string() handling of None times.
2008-11-16 W. Trevor KingRemoved the empty bugs 14c and 38b. Fixed bug.string...
2008-11-16 W. Trevor KingAdded 'remove' command to remove bugs. Use __desc__...
2008-11-15 W. Trevor KingFixed '-' parsing bug for list --assigned option.
2008-11-15 W. Trevor KingFixed some errors produced while moving bug_summary...
2008-11-15 W. Trevor KingMoved libbe.cmdutil.bug_summary() to libbe.bug.Bug...
2008-11-15 W. Trevor KingRemoved libbe/template.
2008-11-15 W. Trevor Kingbecommands/show.py gives more specific bug information.
2008-11-15 W. Trevor KingGeneralized becommands/list.py to allow more specific...
2008-11-15 W. Trevor KingFixed a few more Comment.date->time calls.
2008-11-15 W. Trevor KingRemoverd the diff3 functions from mapfile.py.
2008-11-15 W. Trevor KingFixed some bug.py split effects in diff.py
2008-11-15 W. Trevor KingSplit Bug and Comment class out to bug.py from bugdir.py
2008-11-14 W. Trevor KingChanged __get/setattribute__ calls to get/setattr(...
2008-11-14 W. Trevor KingReplaced libbe.arch.invoke() with general rcs.invoke()
2008-11-14 W. Trevor KingAdded caveat about using short bug names to unique_name().
2008-11-14 W. Trevor KingCleaned up and docstringed libbe.cmdutil.unique_name().
2008-11-14 W. Trevor KingRemove blank lines from `be list' output
2008-11-14 W. Trevor KingClosed bug 210 (target options not parsed).
2008-11-13 W. Trevor KingOops... *Now* I've fixed 0cad
2008-11-13 W. Trevor KingFixed 0cad bug with smaller fix.
2008-11-13 W. Trevor KingAdded Hubert Chathi's git set-root bug report.
2008-11-13 W. Trevor KingMerge from main branch
2008-11-13 W. Trevor King* use python2.4/2.5 compatible import of ElementTree
2008-11-13 W. Trevor KingUpdated imports to handle Python 2.5 ElementTree module.
2008-11-13 W. Trevor KingCreated bug c4e. Wrote a simple (an hopefully correct...
2008-11-13 W. Trevor KingCreated late bug report for Popen OSError catches
2008-11-13 W. Trevor KingCatch OSErrors from Popen()s
2008-05-16 Chris BallDon't require python2.4 for "be".
2008-05-16 Chris BallRequire editbugs permission to edit bugs. Patch from...
2008-05-16 Chris BallApply patches from j@oil21.org, Ben Finney, Jelmer...
2008-05-16 Chris BallAdd GIT support, from Chris Ball and Michael Stone.
2008-05-14 Jelmer VernooijFix branding: Bazaar-NG -> Bazaar.
2008-05-14 Jelmer VernooijMake setup.py executable.
2008-04-18 Ben FinneyMakefile: Add with 'clean' target.
2008-04-14 j^Bugs-Everywhere-Web works with python2.5 do not hardcod...
2007-07-30 Aaron BentleyAssume commit messages are in utf-8 for now...
2007-07-16 Aaron BentleyAdd support for VISUAL
2007-07-16 Aaron BentleyEnsure that Arch tests have a user id set
2007-07-16 Aaron BentleyClarify VISUAL meaning
2007-07-15 Aaron BentleyAdd setup-tables script
2007-07-15 Aaron BentleyAdd bug report from Jelmer
2007-07-15 Aaron BentleyMerge from panometrics
2007-07-15 Jelmer VernooijNew bug.
2007-02-05 Aaron BentleyFix long lines
2007-02-05 Aaron BentleyMore Mercurial support
2007-02-05 Aaron BentleyGet beweb mostly working
2007-01-23 Aaron BentleyAdd support for Mercurial (Steve Borho)
2006-12-05 Aaron BentleyMostly upgrade to turbogears 1.0b1
2006-12-05 Aaron BentleyAdd top_level.txt
2006-10-17 Aaron BentleyDisable commit behavior because it's not reliable
next