From ae52fdbda31a37b161189bcb8272a22ca8de33d3 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 25 Jun 2008 14:52:42 +0200 Subject: More TODOs --- src/nbblib/main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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, -- cgit