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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
4
-38
/
+62
*
Improved user-id saving/loading/caching & save user-id into duplicate bugdirs.
W. Trevor King
2008-11-23
1
-16
/
+19
*
Added bugdir user-id caching and save/load from settings file.
W. Trevor King
2008-11-23
2
-1
/
+36
*
Fixed "'NoneType' object is not callable" error in libbe/utility/Dir.__del__
W. Trevor King
2008-11-23
1
-2
/
+5
*
Added archive/project init code for `./test_usage.sh arch`.
W. Trevor King
2008-11-23
3
-9
/
+1
*
Explicit rcs.cleanup() in bugdir test.
W. Trevor King
2008-11-22
4
-19
/
+15
*
libbe.utility.Dir was complaining of a missing shutil in __del__().
W. Trevor King
2008-11-22
1
-1
/
+2
*
Created and fixed bug 496edad5-1484-413a-bc68-4b01274a65eb.
W. Trevor King
2008-11-22
4
-34
/
+126
*
Oops, these new submods are used by the new, classified Bug & BugDir.
W. Trevor King
2008-11-22
3
-0
/
+602
*
Another major rewrite. Now BugDir, Bug, and Comment are more distinct.
W. Trevor King
2008-11-21
10
-512
/
+477
*
names.creator() replaced by rcs.get_user_id().
W. Trevor King
2008-11-19
1
-6
/
+0
*
Merged bug.new_comment into bug.Bug.new_comment.
W. Trevor King
2008-11-19
1
-8
/
+4
*
Moved bug.new_bug code into bugdir.BugDir.new_bug.
W. Trevor King
2008-11-19
2
-8
/
+4
*
Removed libbe/tests.py
W. Trevor King
2008-11-19
1
-31
/
+0
*
Major rewrite of RCS backends. RCS now represented as a class.
W. Trevor King
2008-11-18
17
-692
/
+1123
*
Fixed another bug in git.strip_git() (bug 0cad).
W. Trevor King
2008-11-16
1
-1
/
+1
*
Merged in my git.py changed fixing Hubert Chathi's git set-root bug (0cad).
W. Trevor King
2008-11-16
1
-2
/
+9
|
\
|
*
Oops... *Now* I've fixed 0cad
W. Trevor King
2008-11-13
1
-1
/
+5
|
*
Fixed 0cad bug with smaller fix.
W. Trevor King
2008-11-13
1
-1
/
+4
|
*
Updated imports to handle Python 2.5 ElementTree module.
W. Trevor King
2008-11-13
1
-1
/
+4
|
*
Catch OSErrors from Popen()s
W. Trevor King
2008-11-13
2
-7
/
+15
*
|
Fix Bug.string() handling of None times.
W. Trevor King
2008-11-16
1
-3
/
+7
*
|
Removed the empty bugs 14c and 38b. Fixed bug.string() call in libbe/diff.py.
W. Trevor King
2008-11-16
1
-1
/
+1
*
|
Added 'remove' command to remove bugs. Use __desc__ for command help.
W. Trevor King
2008-11-16
4
-39
/
+49
*
|
Fixed some errors produced while moving bug_summary to Bug.string().
W. Trevor King
2008-11-15
1
-15
/
+17
*
|
Moved libbe.cmdutil.bug_summary() to libbe.bug.Bug.string().
W. Trevor King
2008-11-15
4
-30
/
+39
*
|
Removed libbe/template.
W. Trevor King
2008-11-15
1
-48
/
+0
*
|
becommands/show.py gives more specific bug information.
W. Trevor King
2008-11-15
1
-13
/
+19
*
|
Fixed a few more Comment.date->time calls.
W. Trevor King
2008-11-14
1
-1
/
+1
*
|
Removerd the diff3 functions from mapfile.py.
W. Trevor King
2008-11-14
1
-70
/
+0
*
|
Fixed some bug.py split effects in diff.py
W. Trevor King
2008-11-14
2
-5
/
+7
*
|
Split Bug and Comment class out to bug.py from bugdir.py
W. Trevor King
2008-11-14
5
-259
/
+380
*
|
Changed __get/setattribute__ calls to get/setattr() calls.
W. Trevor King
2008-11-14
1
-4
/
+4
*
|
Replaced libbe.arch.invoke() with general rcs.invoke()
W. Trevor King
2008-11-14
1
-14
/
+3
*
|
Added caveat about using short bug names to unique_name().
W. Trevor King
2008-11-14
1
-0
/
+4
*
|
Cleaned up and docstringed libbe.cmdutil.unique_name().
W. Trevor King
2008-11-14
1
-3
/
+6
*
|
* use python2.4/2.5 compatible import of ElementTree
W. Trevor King
2008-11-13
3
-8
/
+19
|
/
*
Add GIT support, from Chris Ball and Michael Stone.
Chris Ball
2008-05-16
3
-2
/
+154
*
Add support for VISUAL
Aaron Bentley
2007-07-16
1
-3
/
+14
*
Ensure that Arch tests have a user id set
Aaron Bentley
2007-07-16
2
-0
/
+21
*
Merge from panometrics
Aaron Bentley
2007-07-15
5
-16
/
+147
|
\
|
*
Fix long lines
Aaron Bentley
2007-02-05
1
-2
/
+4
|
*
Add support for Mercurial (Steve Borho)
Aaron Bentley
2007-01-23
3
-1
/
+120
|
*
Fix double-invocation bug
Aaron Bentley
2006-09-05
1
-1
/
+0
|
*
Merge changes from Belchenko
Aaron Bentley
2006-08-11
3
-3
/
+22
|
|
\
|
|
*
don't use std. commands module 'cause it's Linux-only. Grab code from this mo...
Alexander Belchenko
2006-08-11
1
-2
/
+10
|
|
*
win32: fix crash of 'be show' when bug don't have comments
Alexander Belchenko
2006-07-19
1
-1
/
+4
|
|
*
subprocess: win32 don't have os.execvp() so have to run command in a shell
Alexander Belchenko
2006-07-19
1
-1
/
+7
|
*
|
Use subprocess-native functionality for changing directory
Aaron Bentley
2006-07-19
2
-10
/
+3
[prev]
[next]