aboutsummaryrefslogtreecommitdiffstats
path: root/.be
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'CFBE. ' prefix from bug summaries now that we're using tags.W. Trevor King2010-06-2535-35/+35
|
* Added CFBE tags to all CFBE bugs.W. Trevor King2010-06-2535-8/+50
|
* Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-252-0/+12
|\
| * Configure CherryPy to use UTF-8W. Trevor King2010-06-252-0/+12
| |
| * Merged Chris' response bea/275/672W. Trevor King2010-06-252-0/+15
| |
* | Reply to wkingChris Ball2010-06-252-0/+15
| |
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-255-1/+33
|\|
| * Marked bea/d99 (CFBE inclusion) as fixedW. Trevor King2010-06-253-1/+10
| |
| * Commented on Chris' bea/275/27cW. Trevor King2010-06-252-0/+23
| |
* | Rename cfbe bug to match "CFBE. " style used elsewhereChris Ball2010-06-241-1/+1
|/
* Merge branch 'master' of wking.cfbeChris Ball2010-06-2441-0/+784
|\ | | | | | | | | | | | | Pull .be/ directory from cfbe. Conflicts: update_copyright.py
| * Merge CFBE bugs into the main BE bug repoW. Trevor King2010-06-2441-0/+784
| |\
| | * Moved CFBE bugs from interfaces/web/.be into .be/wking2010-06-2248-0/+793
| |/
* / Add a 1.0 target (/773) and assign a cfbe Unicode bug to it (/275)Chris Ball2010-06-244-0/+51
|/
* Merge with Trevor.Chris Ball2010-06-20565-165/+1894
|\
| * Fixed Eric Kow's _darcs/prefs/author bug.W. Trevor King2010-05-193-1/+15
| |
| * Merged Eric Kow's _darcs/prefs/author bug.W. Trevor King2010-05-193-0/+29
| |\
| | * Created bug 592 (_darcs/prefs/author).Eric Kow2010-03-293-0/+29
| |/ |/|
| * Created a bug (wontfix) for Anton Batenev's default-EDITOR comments.W. Trevor King2010-03-197-0/+80
| | | | | | | | Also fixed a UserError typo in import_xml.py.
| * Merged Anton Batenev's report of Nicolas Alvarez' unicode-in-be-new bugW. Trevor King2010-03-195-0/+97
| |\
| | * Reported bug with utf-8 stringsAnton Batenev2010-03-163-0/+65
| |/ |/|
| * Merged Gianluca's truncated-IDs in `be html` output patch.W. Trevor King2010-02-203-1/+18
| |\ | | | | | | | | | | | | Or at least merged the general idea. Changes in the implementation listed in #bea/01e/2f9#.
| * | Merged Gianluca's fix of my version of Eric's patch ;)W. Trevor King2010-02-101-0/+17
| |\|
| | * Merged Trevor's treeGianluca Montecchi2010-02-10546-164/+1647
| | |\ | | |/ | |/|
| * | Clearer UnicodeDecodeError message in command_line.dispatch().W. Trevor King2010-02-019-0/+131
| | | | | | | | | | | | | | | See #bea/e30# ("Where should the vcs-name and encoding configuration options live?") for details.
| * | Added #bea/169# : Generating per-bugdir/bug/comment change logsW. Trevor King2010-01-283-0/+47
| | |
| * | Removed taglines other cruft from #bea/d99# commentsW. Trevor King2010-01-2813-192/+10
| | |
| * | Add #bea/9c2# : Can comment punt functionality to email.Message?W. Trevor King2010-01-283-0/+34
| | |
| * | Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-273-0/+37
| | |
| * | Fixed #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-241-1/+1
| | | | | | | | | | | | Also explicitly avoid loading or saving settings for root comments.
| * | Added bug #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-245-0/+78
| | |
| * | Added some bugs (and fixed typo) noticed while rewriting documentationW. Trevor King2010-01-249-7/+100
| | |
| * | Use _get_user_id() in New, remove unused 'user-id' prop. from Commit.W. Trevor King2010-01-215-0/+15
| | | | | | | | | | | | | | | Added creator field to bugs without creator information. Mostly this is due to the recent lack of creator-setting in `be new`.
| * | Strip footers (signatures) in be-mail-to-xmlW. Trevor King2010-01-205-0/+134
| | |
| * | Marked #bea/ed5# as fixedW. Trevor King2010-01-191-1/+1
| | |
| * | Added #bea/343# : Attach tests to bugsW. Trevor King2010-01-033-0/+30
| | |
| * | Add #bea/814# : Add Roundup-like flexibilityW. Trevor King2010-01-035-0/+111
| | |
| * | Add #bea/ed5# : Slow and ugly diff implementationW. Trevor King2010-01-037-0/+92
| | |
| * | Updated NEWS and closed #bea/110#W. Trevor King2009-12-311-1/+1
| | |
| * | Commented #bea/110/781# on why I'm not supporting Arch.child(revision)W. Trevor King2009-12-292-0/+25
| | |
| * | Updated Git backend to support .children(revision).W. Trevor King2009-12-281-288/+0
| | | | | | | | | | | | | | | | | | | | | + some minor fixes to vcs/base.py and vcs/bzr.py Also removed .be/id-cache, which should never have been versioned in the first place.
| * | Restore comment stripping to libbe.ui.util.editor.editor_string()W. Trevor King2009-12-283-0/+313
| | |
| * | Fixed libbe.storage.util.upgradeW. Trevor King2009-12-273-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that it only upgrades on-disk versions, so you can't use a non-VCS storage backend whose version isn't your command's current storage version. See #bea/110/bd1# for reasoning. To see the on-disk storage version, look at .be/version To see your command's supported storage version, look at be --full-version I added test_upgrade.sh to exercise the upgrade mechanism on BE's own repository.
| * | Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-13485-0/+0
| | |
| * | Reorganization bug createdW. Trevor King2009-12-073-0/+55
| | |
| * | be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-072-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, for the directory structure A |-- X `-- Y You could do something like A$ be --dir X diff --dir ../Y Now it's A$ be --dir X diff --dir Y The --root option to `be init` has been removed as redundant. Replace calls like be init --root DIR with be --dir DIR init
| * | Marked as fixed 22b: Sorting targets chronologicallyW. Trevor King2009-12-063-1/+20
| | |
| * | Added retroactive dependencies between the legacy targets.W. Trevor King2009-12-053-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug uuid created resolved target ee681951-f254-43d3-a53a-1b36ae415d5c revno: 45 revno: 51 patch-52 f51dc5a7-37b7-4ce1-859a-b7cb58be6494 revno: 41 revno: 41 0.1 f5c06914-dc64-4658-8ec7-32a026a53f55 revno: 45 revno: 93 0.2 reasonable target blockage: 0.1 ------------| 0.2 `-| patch-52 --| Here are the old targets $ be list --severity target --status all 4fc:ct: patch-52 47c:ft: 0.1 bd0:ft: 0.2 And here is the implemented dependency tree $ be depend -t -1 bd0 bd0ebb56-fb46-45bc-af08-1e4a94e8ef3c blocked by: 47c:ft: 0.1 f51:ff: Can't create bugs 4fc:ct: patch-52 47c:ft: 0.1 f51:ff: Can't create bugs ee6:cm: Support rcs configuration f5c:fm: Implement bug tree diff
| * | Updated the new target bugs' status to match blockersW. Trevor King2009-12-053-3/+3
| | |
| * | Upgraded to Bugs Everywhere Directory v1.3W. Trevor King2009-12-057-10/+67
| | |