From e6ebdac66fd9bebdfba630b4c348f4fa7ed0a997 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 16 Jul 2010 17:30:28 +0200 Subject: [PATCH] Big TODO: Refactor the code for less code duplication --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 16b3c0a..a569e9e 100644 --- a/TODO +++ b/TODO @@ -129,6 +129,11 @@ Maybe for a 4.3 or 5.0 release "type" of configuration you want, and a set of options specific to that flag could be parsed from xen-tools.conf +* Refactor the code for less code duplication + + Like e.g. readConfigurationFile in xen-create-image and + xen-resize-image which are not completely identical. + Stuff from Steve's TODO list / Generic TODOs --------------------------------------------