projects
/
be.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
be.git
2011-09-08
W. Trevor King
Add the BE_ENCODING environmental variable to override...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Adjust encoding detection (using sys.getfilesystemencod...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Won't fix #/03d07e61# (bad permission crash).
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Fixed #/bc1e6ff4# (extra argument crash).
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Oops, that forgot the equals part of Mercurial 1.9...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Merge remote branch 'tanguy/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Adjust Mercurial execution so it works with version...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Move Bzr.version_cmp to VCS.version_cmp.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Merge remote branch 'pschumms/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Add Jinja to the dependency documentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
W. Trevor King
Remove redundant re import from previous bzr version_cm...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
Michel Alexandre...
Enhance Bzr.version_cmp to handle non-numeric versions
commit
|
commitdiff
|
tree
|
snapshot
2011-07-30
Phil Schumm
Minor fix to doctest for command.base.get_command(...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-30
W. Trevor King
Add ImportError to UnknownCommand output in get_command...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-30
W. Trevor King
bugseverywhere.org has changed URL handling, so use...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
Phil Schumm
Fixed problem with Hg support under version 1.9 (mercur...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-06
Tanguy LE CARROUR
Report bug: crash on permission problems
commit
|
commitdiff
|
tree
|
snapshot
2011-06-06
Tanguy LE CARROUR
Report bug in arguments processing
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
W. Trevor King
Raise UserError if summary is not given to `be commit`.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
W. Trevor King
Attach ImportError message to UnknownCommand to aid...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
W. Trevor King
Add 'Power features' page to the docs.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
W. Trevor King
Rework summary handling in `be commit`.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
W. Trevor King
Run update_copyright.py.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
W. Trevor King
Move Tim Guirgies' help for status/severity overrides...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Tim Guirgies
Remove "be set" reference in favour of actual help
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Tim Guirgies
Teach be status --help to load per tree config
commit
|
commitdiff
|
tree
|
snapshot
2011-05-25
Tim Guirgies
Restructure severity help function to match status
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Use open() instead of file() in CachedPathID doctests...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Remove form feeds (for compatibility with 2to3).
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Convert tabs to spaces in a libbe.bug indention.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Update libbe.util.id other_uuids documentation (may...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Mention Stats.print_callees() in doc/hacking.txt.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Mention Stats.print_callers() in doc/hacking.txt.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Make BugDir._uuids_cache a set.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-12
W. Trevor King
Cache Bug.time by hand to avoid lots of redundant calls...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
W. Trevor King
Fix links to libbe.util.id from doc/tutorial.txt.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
W. Trevor King
Fix test_log_request (broken by commit 36699d82).
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
W. Trevor King
Add extra strings to Bug.string() output.
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
W. Trevor King
Revive the UserError/UsageError distinction
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
W. Trevor King
Add summary line to the Serve command.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
"X or ''|e" -> "(X or '')|e" for proper escaping.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Correct <tdata> -> <tbody> typo in `be html` templates.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Ensure comment div ids start with a letter (per validat...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Correct <tbody> -> </tbody> typo in `be html` templates.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Rework `be html` to use Jinja2 templates.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
`be serve --notify` is a partial solution to /5fb ...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Revert 54801289, which makes it impossible to save...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Fix /64c by installing with `--user` by default (vs...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Remove old exception types from libbe.bug and libbe...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-17
W. Trevor King
Raise exceptions if bug or comment value files are...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Raise an exception for unrecognized errors in send_pgp_...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Temporarily disable writing in `be new` to avoid repeat...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Add --notify to `be serve`.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Fix typo libbe.storage.serve -> libbe.command.serve...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Add version releases to NEWS.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Update NEWS, mentioning recent command options for...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Add --preserve-uuids to `be import-xml`.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Import ElementTree in libbe.util.utility for InvalidXML.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Mark /4bc as fixed.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Import bea/5a1 from bugs.bugseverywhere.org/ as bea...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Import /bea/c3f from bugs.bugseverywhere.org/ as /bea...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Mark /35a as fixed.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Import /bea/b39 from bugs.bugseverywhere.org/ as /bea...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Centralize assigned processing in parse_assigned &...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Merge remote branch 'cooper/master'
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
Valtteri Kokkoniemi
Fix bd->bugdir typo in import_xml.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
W. Trevor King
Fix doctest after Valtteri's import-xml patch.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-16
Valtteri Kokkoniemi
fixed created tag handling in import-xml
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
W. Trevor King
Cleanup libbe.util.subproc.Pipe docstring.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
W. Trevor King
get_fallback_fullname falls back to get_fallback_userna...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
W. Trevor King
get_output_encoding falls back to get_encoding if sys...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-15
W. Trevor King
get_fallback_email() now uses the EMAIL environmental...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-14
W. Trevor King
Add libbe.ui.util.user.get_fallback_fullname() and...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-08
W. Trevor King
Fix command-line encoding processing.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Andrew Cooper
Add support for 'none' and '-' with --assigned like...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Andrew Cooper
Add options --status and --severity to `be new`
commit
|
commitdiff
|
tree
|
snapshot
2011-03-06
W. Trevor King
Closed /773 (1.0) since we've made a 1.0.0 release.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
W. Trevor King
Work around bzr filelocking issue on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
W. Trevor King
Fix `IDs` and `Mercurial guide` links in docs.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
W. Trevor King
Local imports and better missing-client detection in...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
W. Trevor King
Remove `--complete` from command-line completion unit...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
W. Trevor King
Correct version for recent bzrlib fix.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
W. Trevor King
Don't call cmd.cleanup_now() for recent Bazaar versions.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Chris Ball
Remove commented code from html.py
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Chris Ball
Merge commit 'refs/merge-requests/4' of git://gitorious...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
Gianluca Montecchi
Left aligned the table cells
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
Gianluca Montecchi
New html output for html command
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
W. Trevor King
Numpydoc is distributed in Gentoo's science overlay.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
W. Trevor King
Update link to Numpy docstring guidelines.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
W. Trevor King
Use Docutils' rst2doc instead of DocBook XML to generat...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Chris Ball
Merge commit 'refs/merge-requests/3' of git://gitorious...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Chris Ball
Bumped to version 1.0.0
1.0.0
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Chris Ball
Merge branch 'master' of physics.drexel.edu/~wking...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
W. Trevor King
Fix unittest for `be show` after 22dd202ff4c0a1893f6e9f...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
W. Trevor King
Make libbe.storage.vcs.darcs.Darcs._vcs_listdir() more...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
W. Trevor King
Run cmd.cleanup_now() after executing bzr commands.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
W. Trevor King
Adjust `be show --xml` since changes to version_info...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
W. Trevor King
Update release.py to generate .be/id-cache and remove...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
W. Trevor King
Cleanup linking from doc/tutorial.txt to email and...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Robert Lehmann
Respected all sorting criteria, not only the last.
commit
|
commitdiff
|
tree
|
snapshot
next