projects
/
be.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
be.git
2009-12-30
W. Trevor King
Correct for possible directory changes in mercurial...
|
commitdiff
2009-12-30
W. Trevor King
Disable mercurial.demandimport, since it breaks Bzr
|
commitdiff
2009-12-30
W. Trevor King
Use ._vcs_is_versioned() in VCS._children()
|
commitdiff
2009-12-30
W. Trevor King
Fixed make_*_testcase_subclasses() to avoid duplication.
|
commitdiff
2009-12-30
W. Trevor King
We don't do much with Mercurial's ui, so _dispatch...
|
commitdiff
2009-12-30
W. Trevor King
Don't chdir() in libbe/command/html.py doctests.
|
commitdiff
2009-12-30
W. Trevor King
Don't worry about whitespace in `be --help`
|
commitdiff
2009-12-30
W. Trevor King
Remove libbe.ui.util.cmdutil
|
commitdiff
2009-12-30
W. Trevor King
Propogate long_to_short_user() -> long_to_short_text...
|
commitdiff
2009-12-30
W. Trevor King
Restored post-colon spaces in doctests
|
commitdiff
2009-12-30
W. Trevor King
Fixed up the completion helpers in libbe.command.util
|
commitdiff
2009-12-29
W. Trevor King
Commented #bea/110/781# on why I'm not supporting Arch...
|
commitdiff
2009-12-29
W. Trevor King
Updated Darcs backend towards supporting .children...
|
commitdiff
2009-12-29
W. Trevor King
Added an additional VCS._u_rel_path() unittest.
|
commitdiff
2009-12-29
W. Trevor King
Added root directory handling to VCS._u_rel_path().
|
commitdiff
2009-12-29
W. Trevor King
Adjust Git._vcs_isdir() to Python-2.5-compatible syntax
|
commitdiff
2009-12-29
W. Trevor King
Updated Hg backend to support .children(revision).
|
commitdiff
2009-12-29
W. Trevor King
Hg storage now based off mercurial module, not 'hg...
|
commitdiff
2009-12-29
W. Trevor King
Adapted BugDir.duplicate_bugdir() to use revision-depen...
|
commitdiff
2009-12-28
W. Trevor King
Updated Git backend to support .children(revision).
|
commitdiff
2009-12-28
W. Trevor King
Fixed VCS.children() and Bzr.children() for non-None...
|
commitdiff
2009-12-28
W. Trevor King
Added VersionedStorage_commit_TestCase.test_commit_revi...
|
commitdiff
2009-12-28
W. Trevor King
Allow external use of Command.usage() and use CmdOption...
|
commitdiff
2009-12-28
W. Trevor King
Restore comment stripping to libbe.ui.util.editor.edito...
|
commitdiff
2009-12-28
W. Trevor King
Bzr storage now based off bzrlib module, not 'bzr'...
|
commitdiff
2009-12-28
W. Trevor King
VersionedStorage_commit_TestCase now allows for version...
|
commitdiff
2009-12-28
W. Trevor King
libbe.storage.vcs.base.VCS._init() now creates the...
|
commitdiff
2009-12-28
W. Trevor King
Add most comments with ignore_missing_references=True.
|
commitdiff
2009-12-28
W. Trevor King
Don't run pager for the 'comment' command.
|
commitdiff
2009-12-27
W. Trevor King
Moved InvalidStorageVersion from libbe.command to libbe...
|
commitdiff
2009-12-27
W. Trevor King
Added storage.Storage.storage_version() and command...
|
commitdiff
2009-12-27
W. Trevor King
Fixed libbe.storage.util.upgrade
|
commitdiff
2009-12-15
W. Trevor King
Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
|
commitdiff
2009-12-15
W. Trevor King
Fixed libbe.command.subscribe
|
commitdiff
2009-12-15
W. Trevor King
Fixed up libbe.diff
|
commitdiff
2009-12-15
W. Trevor King
Transition to Command-format complete.
|
commitdiff
2009-12-15
W. Trevor King
Transitioned set to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned target to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned tag to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned diff and subscribe to Command-format"
|
commitdiff
2009-12-15
W. Trevor King
Transitioned show to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned status to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned severity to Command-format, also added...
|
commitdiff
2009-12-15
W. Trevor King
Transitioned remove to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned new to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned html to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned help to Command-format
|
commitdiff
2009-12-15
W. Trevor King
Transitioned merge to Command-format
|
commitdiff
2009-12-14
W. Trevor King
Transitioned import_xml to Command-format
|
commitdiff
2009-12-14
W. Trevor King
Removed email_bugs, to be replaced by assorted storage...
|
commitdiff
2009-12-14
W. Trevor King
Transitioned due to Command format
|
commitdiff
2009-12-14
W. Trevor King
Transitioned depend to Command format
|
commitdiff
2009-12-14
W. Trevor King
Transitioned comment to Command format
|
commitdiff
2009-12-14
W. Trevor King
Transitioned init to Command format
|
commitdiff
2009-12-14
W. Trevor King
Added parse_user() calls to Assign
|
commitdiff
2009-12-14
W. Trevor King
Removed `be open` and `be close`. Alias `be status...
|
commitdiff
2009-12-14
W. Trevor King
Transitioned assign to Command format
|
commitdiff
2009-12-14
W. Trevor King
The VCS storage backends are all mostly working now.
|
commitdiff
2009-12-14
W. Trevor King
Moved Arch over to Storage format
|
commitdiff
2009-12-14
W. Trevor King
Move Darcs over to Storage format.
|
commitdiff
2009-12-14
W. Trevor King
Check for repo existence before initializing VCS
|
commitdiff
2009-12-14
W. Trevor King
Adjust Bzr._vcs_revision_id for 1-indexed revision...
|
commitdiff
2009-12-14
W. Trevor King
Adjust Hg._vcs_revision_id for 1-indexed revision ids.
|
commitdiff
2009-12-14
W. Trevor King
Don't require new revisions on empty commits.
|
commitdiff
2009-12-14
W. Trevor King
Work around mercurial (hg) issue 618.
|
commitdiff
2009-12-13
W. Trevor King
Don't regexp out the short-revid in Git._vcs_commit()
|
commitdiff
2009-12-13
W. Trevor King
Fix Git._vcs_revision_id() offset bug.
|
commitdiff
2009-12-13
W. Trevor King
Handle non-int args to VCS.revision_id at the VCS level.
|
commitdiff
2009-12-13
W. Trevor King
Adjust Hg._vcs_revision_id to bail cleanly on non-int...
|
commitdiff
2009-12-13
W. Trevor King
Use detect rather than catching errors in _vcs_root().
|
commitdiff
2009-12-13
W. Trevor King
.bzr transition.
|
commitdiff
2009-12-13
W. Trevor King
More fixes for libbe.storage.vcs.hg + .git transition.
|
commitdiff
2009-12-13
W. Trevor King
Fixes to get libbe.storage.vcs.hg passing tests.
|
commitdiff
2009-12-13
W. Trevor King
Converted libbe.storage.vcs.hg to new Storage format.
|
commitdiff
2009-12-13
W. Trevor King
Rearrange libbe.ui.command_line.CmdOptionParser._add_op...
|
commitdiff
2009-12-13
W. Trevor King
Converted libbe.storage.vcs.base to new Storage format.
|
commitdiff
2009-12-13
W. Trevor King
Moved be to libbe.ui.command_line and transitioned...
|
commitdiff
2009-12-12
W. Trevor King
Use get_input/output_encoding() in libbe.command.base...
|
commitdiff
2009-12-12
W. Trevor King
Added libbe.ui.util.user for managing user ids.
|
commitdiff
2009-12-12
W. Trevor King
Moved command completion from libbe.ui.util to libbe...
|
commitdiff
2009-12-12
W. Trevor King
Added libbe.command.base (with Command class) and moved...
|
commitdiff
2009-12-11
W. Trevor King
Moved bugdir, bug, and comment over to new id implement...
|
commitdiff
2009-12-09
W. Trevor King
Rethought libbe.util.id module
|
commitdiff
2009-12-09
W. Trevor King
Reworked test.py to handle deeper directory structure
|
commitdiff
2009-12-08
W. Trevor King
Moved properties.py and settings_object.py to libbe...
|
commitdiff
2009-12-08
W. Trevor King
Transitioned bugdir.py to new storage format.
|
commitdiff
2009-12-08
W. Trevor King
Transitioned bug.py to new storage format.
|
commitdiff
2009-12-08
W. Trevor King
Transitioned comment.py to new storage format.
|
commitdiff
2009-12-08
W. Trevor King
Use .storage.is_read/writeable() rather than .sync_with...
|
commitdiff
2009-12-08
W. Trevor King
Use mapfile to only create & parse mapfile strings...
|
commitdiff
2009-12-08
W. Trevor King
Extended libbe.storage.base for separate read/write...
|
commitdiff
2009-12-08
W. Trevor King
Extend libbe.util.id to handle id (path) creation.
|
commitdiff
2009-12-08
W. Trevor King
Added libbe.storage.base and test suite.
|
commitdiff
2009-12-08
W. Trevor King
Initial directory restructuring to clarify dependencies
|
commitdiff
2009-12-08
W. Trevor King
Reorganization bug created
|
commitdiff
2009-12-07
W. Trevor King
Added libbe.pager and --paginate/--no-pager options...
|
commitdiff
2009-12-07
W. Trevor King
Updated NEWS
|
commitdiff
2009-12-07
W. Trevor King
Added --paginate and --no-pager to be
|
commitdiff
2009-12-07
W. Trevor King
Use 'auto' for run_pager default rather than None
|
commitdiff
2009-12-07
W. Trevor King
be --dir DIR COMMAND now roots the bugdir in DIR withou...
|
commitdiff
next