From 75d5dfdae0de1453d65ec1ee353201755cd9a372 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 9 Dec 2011 17:26:58 -0800 Subject: [PATCH] Add TODO --- BRANCH_TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BRANCH_TODO b/BRANCH_TODO index cdf50d48a..bedcddb90 100644 --- a/BRANCH_TODO +++ b/BRANCH_TODO @@ -3,7 +3,8 @@ This is a TODO file for only this branch (config-overhaul) * Config validation * What happens if a configured box doesn't exist? * Separation of global vs VM configuration. -# Put VM-specific config directly into Vagrant::VM objects +* Put VM-specific config directly into Vagrant::VM objects * Only allow one kind of vagrantfile to be loaded (i.e. if both Vagrantfile and vagrantfile exist, throw an error) * Nicer error if can't setup home directory +* vagrant box add should error if box already exists \ No newline at end of file