index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
becommands
Commit message (
Expand
)
Author
Age
Files
Lines
*
be --dir DIR COMMAND now roots the bugdir in DIR without changing directories.
W. Trevor King
2009-12-07
24
-57
/
+104
*
Set BugDir(root=X) instead of os.chdir(X) in
W. Trevor King
2009-12-06
1
-4
/
+2
*
becommands.target.bug_target(TARGET-BUG) now returns TARGET-BUG
W. Trevor King
2009-12-06
1
-0
/
+2
*
Updated becommands/due.py copyright.
W. Trevor King
2009-12-06
1
-1
/
+15
*
Added becommands/due.py to manage bug due dates.
W. Trevor King
2009-12-06
1
-0
/
+92
*
`be target` gains --resolve and loses --list.
W. Trevor King
2009-12-05
1
-29
/
+98
*
Docstring clarification in becommands.depend.get_blocked_by()
W. Trevor King
2009-12-05
1
-1
/
+1
*
Removed target stuff from becommands/list.py and tweaked options.
W. Trevor King
2009-12-05
2
-37
/
+26
*
Moved becommands.depend._allowed_values() to cmdutil.select_values()
W. Trevor King
2009-12-05
1
-48
/
+11
*
Remove Bug.target references from several becommands (all but target.py).
W. Trevor King
2009-12-05
4
-7
/
+4
*
Added --limit-status and --limit-severity to `be depend'.
W. Trevor King
2009-12-05
1
-12
/
+79
*
Fixed shortname -> bugname in becommands/show.py.
W. Trevor King
2009-12-05
1
-1
/
+1
*
Cleanup Dir in becommands/init.py doctest.
W. Trevor King
2009-12-05
1
-0
/
+1
*
Merged be.diff-subscribe
W. Trevor King
2009-12-05
2
-126
/
+92
|
\
|
*
More 'DIR'->diff.BUGDIR_ID updates
W. Trevor King
2009-12-05
2
-8
/
+8
|
*
Created diff.subscriptions_from_string()
W. Trevor King
2009-12-05
1
-11
/
+5
|
*
Added --subscribe option to `be diff`
W. Trevor King
2009-12-05
1
-9
/
+25
|
*
Added subscriptions option to diff.Diff.report_tree().
W. Trevor King
2009-12-05
1
-2
/
+3
|
*
Moved subscription types from becommands/subscribe.py to libbe/diff.py.
W. Trevor King
2009-12-05
1
-69
/
+36
|
*
Replaced `be diff` options --new, --removed, --modified, and --all with --uuids.
W. Trevor King
2009-12-05
1
-22
/
+7
|
*
`be diff` raises UsageError if required revision control not possible.
W. Trevor King
2009-12-05
1
-34
/
+37
*
|
Set boolean options default to False in becommands/list.py
W. Trevor King
2009-12-05
1
-1
/
+1
|
/
*
Added --dir option to `be diff'.
W. Trevor King
2009-12-04
1
-3
/
+17
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
1
-124
/
+128
*
Added copyright blurbs to __init__.py files.
W. Trevor King
2009-12-03
1
-0
/
+16
*
Fixed import_xml.py to live up to its longhelp description.
W. Trevor King
2009-11-30
1
-27
/
+188
*
BugDir.list_uuids() -> BugDir.uuids()
W. Trevor King
2009-11-28
2
-2
/
+2
*
Added restrict_file_access to becommands' execute() args.
W. Trevor King
2009-11-21
23
-23
/
+27
*
Adjusted `be import-xml` to properly handle croot_bug==None.
W. Trevor King
2009-11-21
1
-26
/
+31
*
`be email-bugs` now uses `be show` internals to produce consistent XML.
W. Trevor King
2009-11-21
3
-66
/
+78
*
Upgraded `be show --xml` to new <be-xml> format.
W. Trevor King
2009-11-21
2
-41
/
+111
*
Broke `be comment --xml` out and extended into `be import-xml`.
W. Trevor King
2009-11-21
14
-99
/
+285
*
Fix typo in becommands.init's doctest
W. Trevor King
2009-11-20
1
-0
/
+1
*
Adjusted test.py to use an installed vcs by default.
W. Trevor King
2009-11-20
1
-7
/
+6
*
Added becommands/email_bugs.py
W. Trevor King
2009-11-20
1
-0
/
+231
*
Removed superfluous 'import time' from becommands/commit.py doctest.
W. Trevor King
2009-11-20
1
-1
/
+1
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
17
-9
/
+22
*
- Merged Trevor branch
Gianluca Montecchi
2009-10-22
1
-83
/
+93
|
\
|
*
Merged Gianluca's recent `be html` work.
W. Trevor King
2009-10-21
1
-49
/
+97
|
|
\
|
*
|
Save non-text/ comments as separate files. Inline images.
W. Trevor King
2009-10-20
1
-29
/
+57
|
*
|
Pass content_type to Comment.new_reply() to fix error adding non-text/ comments
W. Trevor King
2009-10-20
1
-3
/
+1
|
*
|
Restructured becommands/html to make templating more flexible + general clean...
W. Trevor King
2009-10-20
1
-437
/
+363
|
*
|
General cleanup of becommands/html.py
W. Trevor King
2009-10-19
1
-172
/
+141
|
*
|
Merged Gianluca's html becommand with templates.
W. Trevor King
2009-10-19
1
-367
/
+415
|
|
\
\
|
*
|
|
Moved from *.__del__() to exclusive use of *.cleanup().
W. Trevor King
2009-10-05
1
-1
/
+1
|
*
|
|
Fixed invalid TAG error in becommands.subscribe.get_subscribers()
W. Trevor King
2009-09-26
1
-0
/
+2
|
*
|
|
Added -a and -l options to be subscribe.
W. Trevor King
2009-09-26
1
-11
/
+29
|
*
|
|
Use Bug.active to decide active status in becommands/html.py
W. Trevor King
2009-09-23
1
-1
/
+1
|
*
|
|
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
4
-25
/
+25
|
*
|
|
Oops, update comment.From->author and .time_string->.date in becommands/html.py
W. Trevor King
2009-08-08
1
-2
/
+2
[next]