summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-25 14:52:42 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:53 +0200
commitae52fdbda31a37b161189bcb8272a22ca8de33d3 (patch)
treee0d32681aa5fb9ecb24bc9ceac05b441ba28d505
parentf493d5aa886809786a43f4157beac37aa4305d75 (diff)
downloadnbb-ae52fdbda31a37b161189bcb8272a22ca8de33d3.tar.gz
nbb-ae52fdbda31a37b161189bcb8272a22ca8de33d3.tar.xz
nbb-ae52fdbda31a37b161189bcb8272a22ca8de33d3.zip
More TODOs
-rw-r--r--src/nbblib/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nbblib/main.py b/src/nbblib/main.py
index ad4821b..e9b20cd 100644
--- a/src/nbblib/main.py
+++ b/src/nbblib/main.py
@@ -45,6 +45,9 @@ TODO: (Large list)
* Use declarations for command line parsing, and help text generation.
* Add global --nick or similar option to determine the branch
name to use for composing the pathes.
+ * Find or implement @abstractmethod decorator.
+ * Test cases for proper handling of detecting (0, 1, >1) x (VCS, BS).
+ * Unify detect() methods.
* Store config in ${srcdir}/.nbb.conf instead of 'git config'?
More portable. bzr does not have a config interface, for example.
* Model different "stages" of e.g. automake builds as distinct objects,