aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added the bug summary to the output of the 'be depend' commandGianluca2010-07-071-2/+2
|
* Fixed mnt -> mtn typos in doc/spam.txtThomas Keller2010-06-271-1/+1
|
* Ah, restored altered dirname code to Monotone's root method.W. Trevor King2010-06-271-1/+5
| | | | | | | | | | | | The previous implementation used cwd=path which would fail for non-directory paths. The implementation before that was missing the not from if not os.path.isdir(path): dirname = os.path.dirname(path) which meant it found the dirname when it didn't need to, and not when it did ;).
* Fixed Monotone driver rooting for interface versions >= 8.0.W. Trevor King2010-06-271-11/+8
| | | | | | | I'm not sure where the dirname manipulation came from, but it was screwing things up ;). Also some argument order and indentation cleanups.
* Use _invoke_client (vs. old _u_invoke_client) for Monotone get_workspace_root.W. Trevor King2010-06-261-1/+1
| | | | | | | | | | | | | | | | This fixes Chris' ====================================================================== ERROR: Adding entries with the same ID should not increase the number of children. ---------------------------------------------------------------------- Traceback (most recent call last): ... CommandError: Command failed (1): mtn: misuse: workspace required but not found while executing ['mtn', 'automate', 'get_workspace_root']
* Added CFBE invocation notes to doc/http.txt.W. Trevor King2010-06-265-5/+20
| | | | This closes #bea/c72# and its dependent tag #bea/e23#.
* Moved doc/html.txt -> doc/http.txt.W. Trevor King2010-06-262-2/+2
| | | | | `be html` is an HTML interface, but only CFBE (and `be serve`) use HTTP.
* Updated docs b/c of new Monotone backendW. Trevor King2010-06-264-23/+33
|
* Add a Storage driver for the Monotone VCSW. Trevor King2010-06-262-1/+371
|
* Fix failure message 'X.get' -> 'X.children' in VersionedStorage ↵W. Trevor King2010-06-261-1/+1
| | | | test_get_previous_children
* Removed libbe.storage.vcs.base._get_versionW. Trevor King2010-06-263-21/+14
| | | | | | | | It had been catching exceptions from ._vcs_version, but ._vcs_version should catch its own exceptions. Also use cached results from .version in Darcs and Bzr.version_cmp() rather than calling ._vcs_version directly.
* Remove `be open` and `be close` (again)W. Trevor King2010-06-262-122/+0
| | | | | | | | | | | This repeats: commit 5e769027075ce0f95d5cf9006d097f7fe7d8b38d Author: W. Trevor King <wking@drexel.edu> Date: Mon Dec 14 01:13:05 2009 -0500 Removed `be open` and `be close`. Alias `be status` instead. ... which somehow was clobbered in a merge.
* UsageError -> UserError in a few libbe.command.* submods.W. Trevor King2010-06-264-9/+9
| | | | | | | | | | | This catches them up with the removal of UsageError in commit bf3d434b244c57556bec979acbc658c30eb58221 Author: W. Trevor King <wking@drexel.edu> Date: Sat Dec 12 00:31:55 2009 -0500 Added libbe.command.base (with Command class) and moved list command to new format. I guess I don't make many mistakes entering those commands ;).
* Use bug.id.user() instead of bug.uuid many places in libbe.command.dependW. Trevor King2010-06-261-27/+27
|
* Fix Tree() calls in libbe.command.dependW. Trevor King2010-06-263-6/+5
|
* `be list` without --extra-strings now lists bugs with extra strings.W. Trevor King2010-06-261-1/+1
| | | | | The previous implementation would not show them unless an explicitly matching regexp was passed in with --extra-strings.
* Merge remote branch 'origin/master'W. Trevor King2010-06-263-1/+12
|\
| * Use fixed instead of closed; the bug's fixed.Chris Ball2010-06-251-1/+1
| |
| * Close cherrypy utf-8 handling bugChris Ball2010-06-253-1/+12
| |
* | Ran update_copyright.pyW. Trevor King2010-06-253-2/+36
| |
* | Added 'Gianluca <gian@grys.it>' alias to update_copyright.py.W. Trevor King2010-06-251-1/+2
| |
* | Restored clobbered update_copyright.W. Trevor King2010-06-251-203/+540
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During one of the recent merges, my updated update_copyright.py from commit bb382a6aba11eedeb380e2aaa9755bc0e47f9095 Author: W. Trevor King <wking@drexel.edu> Date: Tue Jun 22 21:11:52 2010 -0400 Updated update_copyright to work with git/hg/bzr. I'd added the extra VCS support when I took it over to Hooke. was clobbered. I've restored it, and merged in the intervening changes: commit 2dde7664df85e91d0f914025fd66d147c508f6ab Author: W. Trevor King <wking@drexel.edu> Date: Thu Jun 24 21:51:20 2010 -0400 Add aliases to update_copyright.py for some recent commits
* | Adjust update_copyright.py to handle _mailfilterrc and _procmailrcW. Trevor King2010-06-253-5/+5
|/ | | | | | | | | | | | | | | | | | | | | | | | | Gour re-released _mailfilterrc under GPLv2+ following Chris' suggestion: Date: Fri, 25 Jun 2010 14:23:46 -0400 From: Chris Ball Subject: Re: [Be-devel] procmail & maildrop ... As an aside, the Public Domain license on it is mildly concerning, but I think I'm willing to take it anyway since it's just a standalone file. There are guidelines against using Public Domain declarations for software, because they have different meaning in different areas, and some areas are even thought to deny disclaiming "moral rights" like this; I've heard that France is in this situation. ... Seems reasonable, so I'm doing that for my _procmailrc too. This also means that _mailfilterrc no longer needs to be in update_copyright.IGNORED_FILES, so I removed it. Actually, since it lackes a '^# Copyright' line, it never had to be there in the first place. Lazy me ;).
* Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-2539-58/+153
|\
| * Added _mailfilterrc to update_copyright.IGNORED_FILESW. Trevor King2010-06-251-1/+1
| | | | | | | | Gour released it to the Public Domain.
| * Merge remote branch 'gour/master'W. Trevor King2010-06-251-0/+22
| |\
| * | Reworked `be list --extra-strings REGEXP` logic.W. Trevor King2010-06-251-2/+8
| | | | | | | | | | | | | | | | | | Previous implementation only matched if *every* regexp matched *every* string. Current implementation matches is *any* regexp matches *any* string.
| * | Remove 'CFBE. ' prefix from bug summaries now that we're using tags.W. Trevor King2010-06-2535-35/+35
| | |
| * | Added --tags to `be list`.W. Trevor King2010-06-253-17/+64
| | | | | | | | | | | | | | | And broke out tagging functions in libbe.command.tag, so they are accessible to other commands.
| * | Added CFBE tags to all CFBE bugs.W. Trevor King2010-06-2535-8/+50
| | |
* | | Merge commit 'refs/merge-requests/2' of git://gitorious.org/be/beChris Ball2010-06-251-0/+22
|\ \ \ | |/ / |/| |
| * | Changed license for _mailfilterrc from Public Domain to GPLv2+Gour2010-06-251-1/+1
| |/
| * rc file for maildrop filterGour2010-06-251-0/+22
| |
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-253-1/+17
|\ \
| * | Configure CherryPy to use UTF-8W. Trevor King2010-06-253-1/+17
| | |
| * | 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-2442-538/+987
|\ | | | | | | | | | | | | Pull .be/ directory from cfbe. Conflicts: update_copyright.py
| * Add aliases to update_copyright.py for some recent commitsW. Trevor King2010-06-241-1/+3
| |
| * Merge CFBE bugs into the main BE bug repoW. Trevor King2010-06-2441-0/+784
| |\
| | * Remove stub interfaces/web/.bewking2010-06-222-3/+0
| | |
| | * Moved CFBE bugs from interfaces/web/.be into .be/wking2010-06-2248-0/+0
| | |
| | * Added 'CFBE' prefix to all CFBE bugs for claritywking2010-06-2234-34/+34
| | |
| | * Upgraded interfaces/web/.be to Bugs Everywhere Directory v1.4wking2010-06-2287-1578/+736
| | | | | | | | | | | | | | | | | | | | | | | | | | | be$ bzr mv .be .be-orig be$ bzr mv interfaces/web/.be .be be$ be list <go through upgrade process> be$ bzr mv .be interfaces/web/.be be$ bzr mv .be-orig .be
* | | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-2480-1065/+1493
|\ \ \
| * | | Converted Bzr -> Git references in README and doc/*.txtW. Trevor King2010-06-242-11/+11
| | | |