Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| * | Fix help printing (Lee Braiden) | Aaron Bentley | 2006-04-17 | 2 | -2/+3 | |
| * | Revert change, because it messes up stripey tables | Aaron Bentley | 2006-04-12 | 1 | -7/+3 | |
| * | Hide closed using display:None | Aaron Bentley | 2006-04-12 | 1 | -3/+7 | |
| * | Remember search value | Aaron Bentley | 2006-04-12 | 1 | -1/+1 | |
| * | Tweaked colours of odd/even rows in tables | Aaron Bentley | 2006-04-12 | 2 | -4/+18 | |
* | | Added prompt to comments | Aaron Bentley | 2006-04-16 | 2 | -6/+28 | |
|/ | ||||||
* | Teach PrestHandler to handle bad paths cleanly | Aaron Bentley | 2006-04-12 | 1 | -1/+10 | |
* | Use relative path to database | Aaron Bentley | 2006-04-12 | 2 | -2/+2 | |
* | Merge with other be | Aaron Bentley | 2006-04-11 | 10 | -28/+57 | |
|\ | ||||||
| * | Used identity for new comments and bugs | Aaron Bentley | 2006-04-11 | 2 | -1/+7 | |
| * | Use people listings from identity framework, not config, on bug pages. | Aaron Bentley | 2006-04-11 | 3 | -2/+7 | |
| * | Enable identity tracking | Aaron Bentley | 2006-04-11 | 3 | -10/+10 | |
| * | Fixed up config a bit | Aaron Bentley | 2006-04-11 | 3 | -16/+17 | |
| * | Merge from home (TurboGears 0.9) | Aaron Bentley | 2006-04-11 | 72 | -115/+663 | |
| |\ | ||||||
| * | | Added copyright notice | Aaron Bentley | 2006-04-07 | 1 | -0/+17 | |
* | | | Updated NEWS | Aaron Bentley | 2006-04-10 | 1 | -0/+14 | |
| |/ |/| | ||||||
* | | removed unused files | Aaron Bentley | 2006-04-10 | 1 | -0/+0 | |
* | | Got rid of machine-specific paths | Aaron Bentley | 2006-04-10 | 1 | -4/+3 | |
* | | Updated beweb to use TurboGears 0.9 | Aaron Bentley | 2006-04-10 | 70 | -115/+587 | |
* | | Noted bug | Aaron Bentley | 2006-04-10 | 3 | -0/+77 | |
|/ | ||||||
* | Adjust version number in setup.py, so we don't hit 205 prematurely :-) | Aaron Bentley | 2006-04-06 | 2 | -1/+2 | |
* | Add Zwart to AUTHORS list | Aaron Bentley | 2006-04-06 | 1 | -0/+1 | |
* | Merge remaining fixes from Zwart | Aaron Bentley | 2006-04-06 | 7 | -12/+36 | |
|\ | ||||||
| * | Friendlier error message on "inprogress" or "open" with no arguments. | Marien Zwart | 2006-04-05 | 2 | -2/+4 | |
| * | Friendlier error message on "close" with no arguments. | Marien Zwart | 2006-04-05 | 1 | -1/+2 | |
| * | Correctly interpret the "no merge location" message from bzr 0.7. | Marien Zwart | 2006-04-05 | 1 | -1/+2 | |
| * | Determine plugin_path from the location of the plugin module, not from argv[0]. | Marien Zwart | 2006-04-05 | 1 | -3/+1 | |
| * | Install the be script. | Marien Zwart | 2006-04-05 | 1 | -0/+1 | |
| * | Exit with a nonzero status if the tests fail. | Marien Zwart | 2006-04-05 | 1 | -5/+15 | |
| * | Add setup.py | Marien Zwart | 2006-04-05 | 1 | -0/+11 | |
* | | Merge test case fixes without trailing commas | Aaron Bentley | 2006-04-06 | 7 | -12/+12 | |
|\| | ||||||
| * | unbreak some tests. | Marien Zwart | 2006-04-05 | 7 | -20/+20 | |
* | | New bug reports: | Aaron Bentley | 2006-04-06 | 3 | -0/+63 | |
|\ \ | ||||||
| * \ | Merge from upstream | Aaron Bentley | 2006-04-06 | 7 | -53/+241 | |
| |\ \ | |/ / |/| | |