Add Bzr._vcs_exists() anyway :p
[be.git] / libbe / storage / vcs / bzr.py
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