summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,