summaryrefslogtreecommitdiffstats
path: root/src/nbblib/vcs.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some issues found by pylint/pycheckerHans Ulrich Niedermann2008-07-161-10/+13
| | | | | | | | Includes real issues like wrong argument numbers and missing ancestor __init__() calls, whitespace and comment cleanups. Cannot "fix" everything because of a good amount of the warnings raised by pylint/pychecker are false alarms.
* Add logging to BS and VCS detectionHans Ulrich Niedermann2008-07-151-4/+9
|
* Fix detect() method return for BS and VCS pluginsHans Ulrich Niedermann2008-07-151-1/+1
|
* Add context info to plugin validate() classmethodHans Ulrich Niedermann2008-07-151-1/+1
|
* Document detect() plugin methodsHans Ulrich Niedermann2008-07-151-0/+8
|
* Define __all__ in nbblib.*Hans Ulrich Niedermann2008-07-151-0/+4
|
* Replace list.append with itertools.chain() callHans Ulrich Niedermann2008-07-151-3/+4
|
* Use @plugins.abstractmethod decoratorHans Ulrich Niedermann2008-07-151-2/+4
|
* Rename newplugins to pluginsHans Ulrich Niedermann2008-07-151-2/+1
|
* Removed all 'from <module> import *' instancesHans Ulrich Niedermann2008-07-151-11/+11
|
* Unified new plugin architectureHans Ulrich Niedermann2008-07-151-38/+50
| | | | | | Changes required on the way: - New nbb commands detect-vcs and detect-bs including tests. - misc small fixes
* Migrate VCS plugins to use newpluginsHans Ulrich Niedermann2008-07-151-26/+10
|
* Introduce logging moduleHans Ulrich Niedermann2008-07-151-2/+2
|
* Add basic logging supportHans Ulrich Niedermann2008-07-151-3/+3
|
* Converging plugin detect() methodsHans Ulrich Niedermann2008-07-151-4/+6
|
* Iterate over dict.iteritems() instead of .items()Hans Ulrich Niedermann2008-07-151-1/+1
|
* Got rid of all strings used as exceptionsHans Ulrich Niedermann2008-07-151-1/+1
|
* Rename nbb/ subdir to src/Hans Ulrich Niedermann2008-07-151-0/+217