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
...
*
|
|
becommands/show.py gives more specific bug information.
W. Trevor King
2008-11-15
2
-19
/
+19
*
|
|
Generalized becommands/list.py to allow more specific bug searches.
W. Trevor King
2008-11-15
1
-71
/
+120
*
|
|
Fixed a few more Comment.date->time calls.
W. Trevor King
2008-11-14
2
-2
/
+2
*
|
|
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
17
-300
/
+457
*
|
|
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
*
|
|
Remove blank lines from `be list' output
W. Trevor King
2008-11-14
1
-1
/
+1
*
|
|
Closed bug 210 (target options not parsed).
W. Trevor King
2008-11-14
3
-1
/
+23
|
|
/
|
/
|
*
|
* use python2.4/2.5 compatible import of ElementTree
W. Trevor King
2008-11-13
16
-9
/
+286
|
/
*
Don't require python2.4 for "be".
Chris Ball
2008-05-16
1
-1
/
+1
*
Require editbugs permission to edit bugs. Patch from j@oil21.org.
Chris Ball
2008-05-16
1
-0
/
+1
*
-
-
-
.
Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.
Chris Ball
2008-05-16
20
-8
/
+583
|
\
\
\
|
|
|
*
Makefile: Add with 'clean' target.
Ben Finney
2008-04-18
1
-0
/
+27
|
|
*
|
Fix branding: Bazaar-NG -> Bazaar.
Jelmer Vernooij
2008-05-14
1
-1
/
+1
|
|
*
|
Make setup.py executable.
Jelmer Vernooij
2008-05-14
1
-0
/
+0
|
|
|
/
|
*
/
Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4
j^
2008-04-14
4
-1
/
+60
|
|
/
*
/
Add GIT support, from Chris Ball and Michael Stone.
Chris Ball
2008-05-16
3
-2
/
+154
|
/
*
Assume commit messages are in utf-8 for now...
Aaron Bentley
2007-07-30
1
-0
/
+1
*
Add support for VISUAL
Aaron Bentley
2007-07-16
3
-5
/
+17
*
Ensure that Arch tests have a user id set
Aaron Bentley
2007-07-16
2
-0
/
+21
*
Clarify VISUAL meaning
Aaron Bentley
2007-07-16
2
-0
/
+30
*
Add setup-tables script
Aaron Bentley
2007-07-15
1
-0
/
+34
*
Add bug report from Jelmer
Aaron Bentley
2007-07-15
3
-0
/
+58
|
\
|
*
New bug.
Jelmer Vernooij
2007-07-15
3
-0
/
+58
*
|
Merge from panometrics
Aaron Bentley
2007-07-15
37
-271
/
+888
|
\
|
|
*
Fix long lines
Aaron Bentley
2007-02-05
1
-2
/
+4
|
*
More Mercurial support
Aaron Bentley
2007-02-05
3
-1
/
+120
|
|
\
|
|
*
Add support for Mercurial (Steve Borho)
Aaron Bentley
2007-01-23
3
-1
/
+120
|
*
|
Get beweb mostly working
Aaron Bentley
2007-02-05
3
-4
/
+8
|
|
/
|
*
Mostly upgrade to turbogears 1.0b1
Aaron Bentley
2006-12-05
24
-249
/
+599
|
*
Add top_level.txt
Aaron Bentley
2006-12-05
0
-0
/
+0
|
*
Disable commit behavior because it's not reliable
Aaron Bentley
2006-10-17
1
-3
/
+3
|
*
New bugs
Aaron Bentley
2006-10-17
6
-0
/
+127
|
*
Fix double-invocation bug
Aaron Bentley
2006-09-05
1
-1
/
+0
|
*
Merge changes from Belchenko
Aaron Bentley
2006-08-11
4
-5
/
+25
|
|
\
|
|
*
line-endings in .bzrignore
Alexander Belchenko
2006-08-11
1
-8
/
+8
|
|
*
don't use std. commands module 'cause it's Linux-only. Grab code from this mo...
Alexander Belchenko
2006-08-11
1
-2
/
+10
|
|
*
ignore .shelf
Alexander Belchenko
2006-07-19
1
-7
/
+8
|
|
*
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
|
|
*
.bzrignore
Alexander Belchenko
2006-07-18
1
-0
/
+3
|
*
|
Use subprocess-native functionality for changing directory
Aaron Bentley
2006-07-19
2
-10
/
+3
|
*
|
Use Popen.communicate instead of reading the individual streams (why needed?)
Aaron Bentley
2006-07-19
2
-3
/
+6
|
|
/
|
*
Handle UTF-8 comments
Aaron Bentley
2006-04-18
1
-1
/
+1
*
|
Merge from other BE
Aaron Bentley
2006-04-17
6
-7
/
+48
|
\
|
|
*
Note the dependencies/reverse-dependencies debate
Aaron Bentley
2006-04-17
2
-0
/
+26
[prev]
[next]