aboutsummaryrefslogtreecommitdiffstats
path: root/README.dev
Commit message (Collapse)AuthorAgeFilesLines
* be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.W. Trevor King2009-12-071-1/+4
| | | | | | | | | | | | | | | | | 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
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-211-1/+9
| | | | | | | + associated adjustments in other files. See cmdutil.restrict_file_access.__doc__ for an explanation of the security hole this closes.
* Added cProfile notes to README.dev.W. Trevor King2009-07-211-0/+9
|
* Updated README to match current status.W. Trevor King2009-07-141-0/+1
| | | | | | Mostly updated the list of supported VCSs. Also corrected spacing inconsistency in README.dev.
* Removed unused libbe/restconvert.py and fixed a typo in README.devW. Trevor King2009-06-191-1/+1
|
* Command completion simplified and working for list, dummies for other cmds.W. Trevor King2008-11-271-0/+35
| | | | | | | | All the other commands currently use default_complete(), which has no effect other than catching the --complete option and effectively aborting execution. This closes 8e1bbda4-35b6-4579-849d-117b1596ee99
* Added becommands/merge to join duplicate bugs.W. Trevor King2008-11-241-0/+6
|
* Tweaked usage strings to increase consistency. Also added README.dev.W. Trevor King2008-11-241-0/+28
I tried to stick to CAPS for argument placeholders.