Changeset 256
- Timestamp:
- 26-05-07 12:52:14 (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
ChangeLog (modified) (1 diff)
-
moap/vcs/Makefile.am (modified) (1 diff)
-
moap/vcs/bzr.py (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r254 r256 1 2007-05-26 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 Patch by: Andy Wingo <wingo at pobox dot com> 4 5 * moap/vcs/Makefile.am: 6 * moap/vcs/bzr.py (_getoutput, _getstatusoutput, detect, Bzr, 7 Bzr.getNotIgnored, Bzr.ignore, Bzr.commit, Bzr.diff, 8 Bzr.getFileMatcher, Bzr.update): 9 Added Bazaar backend. Fixes #243. 10 1 11 2007-05-25 Thomas Vander Stichele <thomas at apestaart dot org> 2 12 -
trunk/moap/vcs/Makefile.am
r227 r256 5 5 moap_PYTHON = \ 6 6 __init__.py \ 7 bzr.py \ 7 8 cvs.py \ 8 9 svn.py \
Note: See TracChangeset
for help on using the changeset viewer.
