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
/
libbe
/
diff.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bumped to version 1.0.0
1.0.0
Chris Ball
2011-01-08
1
-1
/
+1
*
Ran update_copyright.py
W. Trevor King
2010-06-22
1
-12
/
+13
*
Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"
W. Trevor King
2010-02-07
1
-9
/
+23
*
Fix Diff.comment_body_change_string's difflib.unified_diff call
W. Trevor King
2010-01-24
1
-1
/
+4
*
Fix modified ID reference in libbe.diff.Diff._changed_bugs
W. Trevor King
2010-01-18
1
-1
/
+1
*
Optimized libbe.diff.Diff._changed when old bugdir is a RevisionedBugDir
W. Trevor King
2010-01-18
1
-21
/
+57
*
Updated copyright information
W. Trevor King
2010-01-01
1
-1
/
+1
*
Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation
W. Trevor King
2009-12-15
1
-2
/
+2
*
Fixed up libbe.diff
W. Trevor King
2009-12-15
1
-85
/
+83
*
Transition to Command-format complete.
W. Trevor King
2009-12-15
1
-4
/
+0
*
Transitioned diff and subscribe to Command-format"
W. Trevor King
2009-12-15
1
-8
/
+9
*
Fix libbe.diff.Diff._changed_bugs() to handle subscriptions by bug shortname.
W. Trevor King
2009-12-05
1
-3
/
+8
*
Adjust libbe.diff.DiffTree to fix failed doctest.
W. Trevor King
2009-12-05
1
-2
/
+5
*
Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.
W. Trevor King
2009-12-05
1
-4
/
+9
*
Added libbe.diff.Diff.full_report() for speed with several subscription lists.
W. Trevor King
2009-12-05
1
-2
/
+67
*
Created diff.subscriptions_from_string()
W. Trevor King
2009-12-05
1
-0
/
+23
*
Added BUGDIR_TYPE_MOD and BUGDIR_TYPE_REM to libbe.diff.
W. Trevor King
2009-12-05
1
-8
/
+19
*
Adjusted diff.Subscription.__init__() to guess type_root if required.
W. Trevor King
2009-12-05
1
-2
/
+7
*
Added subscriptions option to diff.Diff.report_tree().
W. Trevor King
2009-12-05
1
-20
/
+77
*
Moved subscription types from becommands/subscribe.py to libbe/diff.py.
W. Trevor King
2009-12-05
1
-0
/
+46
*
Fixed removed comment listing in libbe/diff.py.
W. Trevor King
2009-12-04
1
-2
/
+2
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
1
-2
/
+5
*
BugDir.list_uuids() -> BugDir.uuids()
W. Trevor King
2009-11-28
1
-2
/
+2
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
1
-0
/
+1
*
Added docstrings to libbe submodules.
W. Trevor King
2009-08-31
1
-3
/
+7
*
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
1
-2
/
+2
*
Improved unittest cleanup by adding BugDir.cleanup().
W. Trevor King
2009-07-31
1
-1
/
+2
*
Fixed indent spacing in libbe.diff.report().
W. Trevor King
2009-07-31
1
-20
/
+22
*
Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).
W. Trevor King
2009-07-27
1
-20
/
+20
*
Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.
W. Trevor King
2009-07-27
1
-1
/
+3
*
Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.
W. Trevor King
2009-07-27
1
-6
/
+14
*
Cache data strings in libbe.diff.DiffTree.
W. Trevor King
2009-07-27
1
-0
/
+3
*
Major rewrite of libbe.diff introduces DiffTree and Diff classes.
W. Trevor King
2009-07-27
1
-94
/
+368
*
Added bugdir setting comparision to libbe.diff.
W. Trevor King
2009-07-23
1
-20
/
+29
*
Updated GPLv2 to current GPLv2.
W. Trevor King
2009-07-14
1
-11
/
+11
*
Removed <abentley@panoramicfeedback.com> from copyright blurbs.
W. Trevor King
2009-07-11
1
-1
/
+0
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
1
-1
/
+2
*
Per-tree status levels working.
W. Trevor King
2008-12-04
1
-9
/
+8
*
Added libbe/encoding.py to wrap input/output/file access appropriately.
W. Trevor King
2008-11-25
1
-11
/
+15
*
Added Bug.comments(), BugDir.has_bug() & cleaned up diff.diff().
W. Trevor King
2008-11-24
1
-7
/
+6
*
libbe/diff.diff() was missing newly created bugs. Fixed.
W. Trevor King
2008-11-23
1
-2
/
+5
*
Go back to lazy bug loading to get execution speed back up.
W. Trevor King
2008-11-23
1
-6
/
+10
*
Explicit rcs.cleanup() in bugdir test.
W. Trevor King
2008-11-22
1
-2
/
+2
*
Another major rewrite. Now BugDir, Bug, and Comment are more distinct.
W. Trevor King
2008-11-21
1
-21
/
+12
*
Major rewrite of RCS backends. RCS now represented as a class.
W. Trevor King
2008-11-18
1
-3
/
+8
*
Removed the empty bugs 14c and 38b. Fixed bug.string() call in libbe/diff.py.
W. Trevor King
2008-11-16
1
-1
/
+1
*
Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().
W. Trevor King
2008-11-15
1
-3
/
+3
*
Fixed some bug.py split effects in diff.py
W. Trevor King
2008-11-14
1
-4
/
+5
*
Implemented basic comment diff
Aaron Bentley
2006-03-31
1
-2
/
+19
*
Added appropriate copyright notices, GPLed.
Aaron Bentley
2005-05-16
1
-0
/
+16
[next]