Bumped to version 1.0.0
[be.git] / libbe / storage / vcs / bzr.py
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2011-01-09 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-12-06 W. Trevor KingRun cmd.cleanup_now() after executing bzr commands.
2010-10-22 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-10-21 W. Trevor KingRan update_copyright.py.
2010-06-26 W. Trevor KingRemoved libbe.storage.vcs.base._get_version
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-08 W. Trevor KingMerged initial Sphinx documentation structure.
2010-02-07 W. Trevor KingFixed docstrings so only Sphinx errors are "autosummary...
2010-02-01 W. Trevor KingMade Bzr/Darcs.version_cmp() more robust in response...
2010-01-29 W. Trevor KingMerged some new bugs and be-xml-to-mbox extra_strings fix
2010-01-28 W. Trevor KingAdd some workarounds for older bzrlibs. Tested on...
2010-01-28 W. Trevor KingWork around "bzr ls --non-recursive PATH : no list...
2010-01-28 W. Trevor KingFix bzrlib.builtins.cmd_cat() output for pre 1.6.0...
2010-01-28 W. Trevor KingFix bzrlib.builtins.cmd_ls() recursion argument for...
2010-01-23 W. Trevor KingFixed some bugs in settings_object handling and got...
2010-01-22 W. Trevor KingAdd Bzr._vcs_exists() anyway :p
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-18 W. Trevor KingAdded VCS._u_find_id_from_manifest for faster id->path...
2010-01-18 W. Trevor KingAdd .changed() support to Bzr
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-29 W. Trevor KingHg storage now based off mercurial module, not 'hg...
2009-12-28 W. Trevor KingUpdated Git backend to support .children(revision).
2009-12-28 W. Trevor KingFixed VCS.children() and Bzr.children() for non-None...
2009-12-28 W. Trevor KingBzr storage now based off bzrlib module, not 'bzr'...
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-14 W. Trevor KingAdjust Bzr._vcs_revision_id for 1-indexed revision...
2009-12-13 W. Trevor KingFix Git._vcs_revision_id() offset bug.
2009-12-13 W. Trevor King.bzr transition.
2009-12-08 W. Trevor KingInitial directory restructuring to clarify dependencies