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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add __eq__ and __ne__ methods to Tree.
W. Trevor King
2009-12-05
1
-0
/
+6
*
Merged `be diff --dir DIR` functionality
W. Trevor King
2009-12-04
3
-6
/
+21
|
\
|
*
Updated NEWS
W. Trevor King
2009-12-04
1
-0
/
+3
|
*
Added --dir option to `be diff'.
W. Trevor King
2009-12-04
1
-3
/
+17
|
*
Fixed removed comment listing in libbe/diff.py.
W. Trevor King
2009-12-04
1
-2
/
+2
*
|
Updated NEWS
W. Trevor King
2009-12-04
1
-0
/
+10
|
/
*
Use __cmp__ instead of __eq__ for Tree comparison.
W. Trevor King
2009-12-04
1
-2
/
+2
*
Don't necessarily initialize a new VCS in BugDir.load_settings().
W. Trevor King
2009-12-03
1
-2
/
+3
*
Don't get VCS version in VCS.__init__().
W. Trevor King
2009-12-03
1
-2
/
+6
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
26
-1045
/
+1161
*
Added copyright blurbs to __init__.py files.
W. Trevor King
2009-12-03
2
-0
/
+32
*
Remove _test() functions from plugin.py and cmdutil.py.
W. Trevor King
2009-12-03
2
-15
/
+0
*
Merged completed be.email-bugs branch.
W. Trevor King
2009-11-30
13
-112
/
+593
|
\
|
*
Mark bug 565 as fixed: be email-bugs for bug submission from bzr-less users
W. Trevor King
2009-11-30
1
-1
/
+1
|
*
be-handle-mail uses more conservative --add-only for be-bugs:xml
W. Trevor King
2009-11-30
1
-1
/
+1
|
*
Generalized doctest string in subproc.py
W. Trevor King
2009-11-30
1
-1
/
+1
|
*
Added some thoughts on import_xml merge algorithms
W. Trevor King
2009-11-30
2
-0
/
+39
|
*
Fixed import_xml.py to live up to its longhelp description.
W. Trevor King
2009-11-30
1
-27
/
+188
|
*
Avoid redundant Comment.alt_ids
W. Trevor King
2009-11-30
1
-1
/
+3
|
*
Changed Bug and Comment.merge() kwargs.
W. Trevor King
2009-11-30
2
-25
/
+69
|
*
Minor BugDir docstring typo correction.
W. Trevor King
2009-11-30
1
-1
/
+1
|
*
Moved comment.list_to_root() to Bug.add_comments() with some cleanups.
W. Trevor King
2009-11-29
2
-65
/
+45
|
*
Added comment import to Bug.from_xml().
W. Trevor King
2009-11-28
2
-10
/
+93
|
*
test.py now uses unittest.TestSuite 'suite' in becommands if present.
W. Trevor King
2009-11-28
1
-1
/
+4
|
*
BugDir.list_uuids() -> BugDir.uuids()
W. Trevor King
2009-11-28
4
-9
/
+9
|
*
Added Bug.merge() and Comment.merge().
W. Trevor King
2009-11-28
2
-16
/
+185
*
|
Merged mostly completed `be email-bugs'.
W. Trevor King
2009-11-21
45
-478
/
+1340
|
\
|
|
*
Added restrict_file_access to becommands' execute() args.
W. Trevor King
2009-11-21
26
-27
/
+57
|
*
Fix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True,binary=True).
W. Trevor King
2009-11-21
1
-1
/
+8
|
*
Updated interfaces/email/interactive/README for [be-bug:xml] interface
W. Trevor King
2009-11-21
1
-2
/
+13
|
*
Added [be-tag:xml] processing to be-handle-mail.
W. Trevor King
2009-11-21
1
-4
/
+25
|
*
Adjusted `be import-xml` to properly handle croot_bug==None.
W. Trevor King
2009-11-21
1
-26
/
+31
|
*
Fixed bug in be-handle-mail.Message.parse_comment() for emails w/o Message-id.
W. Trevor King
2009-11-21
1
-2
/
+4
|
*
Added interfaces/email/interactive/examples/email_bugs
W. Trevor King
2009-11-21
1
-0
/
+37
|
*
`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
3
-55
/
+128
|
*
Broke `be comment --xml` out and extended into `be import-xml`.
W. Trevor King
2009-11-21
18
-126
/
+373
|
*
Added Bug.from_xml() + some .from_xml() fixups.
W. Trevor King
2009-11-20
3
-72
/
+152
|
*
Import os in libbe.subproc if _POSIX == True
W. Trevor King
2009-11-20
1
-0
/
+1
|
*
Fix typo in becommands.init's doctest
W. Trevor King
2009-11-20
1
-0
/
+1
|
*
Import select in libbe.subproc if _POSIX == True
W. Trevor King
2009-11-20
1
-0
/
+3
|
*
Adjusted test.py to use an installed vcs by default.
W. Trevor King
2009-11-20
5
-19
/
+30
|
*
Added becommands/email_bugs.py
W. Trevor King
2009-11-20
1
-0
/
+231
|
*
Broke subprocess handling out into its own submodule libbe.subproc.
W. Trevor King
2009-11-20
6
-186
/
+233
|
*
Removed superfluous 'import time' from becommands/commit.py doctest.
W. Trevor King
2009-11-20
1
-1
/
+1
|
*
Created bug 56506b73-36cc-4e32-a578-258a219edba8 describing problem
W. Trevor King
2009-11-20
3
-0
/
+43
*
|
Fixed bug 529c290e-b1cf-4800-be7e-68f1ecb9565c (howto version BE).
W. Trevor King
2009-11-20
13
-1
/
+304
|
/
*
Have release.py update copyrights as well.
W. Trevor King
2009-11-20
2
-15
/
+18
[next]