summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-04 11:19:46 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-04 11:19:46 +0000
commit2101ce238f5ecf05a5260486d5af892996f27c68 (patch)
tree6fcc74173f38eaf63f9256b7e1b7c1dc43379716
parent603e42bc5edc51b3ffb8b4d6c2bbdb5c2550e79b (diff)
downloadimport-2101ce238f5ecf05a5260486d5af892996f27c68.tar.gz
Add TODO item
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index c81ef52..03049b1 100644
--- a/TODO
+++ b/TODO
@@ -9,3 +9,11 @@ It's ugly to have the version number in every chunk name, and it makes it more
time-consuming to do version updates of individual components in a stratum.
The chunk name should default to '$chunkname', except when multiple versions
of the chunk are found.
+
+It's useful to be able to patch some chunks in the checkouts/ subdirectory
+so that the tool can process them. Right now there's no way to tell the
+tool 'use this ref that I created instead of whatever tag you chose based on
+the version number'. It'd be nice if this were possible. Doing this on
+the commandline would get overly verbose, but it'd be possible to add a
+section in the config file such as [ref-overrides] and allow the user to
+list them there.