Changeset 256


Ignore:
Timestamp:
26-05-07 12:52:14 (6 years ago)
Author:
thomas
Message:

Patch by: Andy Wingo <wingo at pobox dot com>

  • moap/vcs/Makefile.am:
  • moap/vcs/bzr.py (_getoutput, _getstatusoutput, detect, Bzr, Bzr.getNotIgnored, Bzr.ignore, Bzr.commit, Bzr.diff, Bzr.getFileMatcher, Bzr.update): Added Bazaar backend. Fixes #243.
Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r254 r256  
     12007-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 
    1112007-05-25  Thomas Vander Stichele  <thomas at apestaart dot org> 
    212 
  • trunk/moap/vcs/Makefile.am

    r227 r256  
    55moap_PYTHON = \ 
    66        __init__.py \ 
     7        bzr.py \ 
    78        cvs.py \ 
    89        svn.py \ 
Note: See TracChangeset for help on using the changeset viewer.