From: Joey Hess Date: Thu, 18 Oct 2007 22:35:01 +0000 (-0400) Subject: a todo item based on one from madduck, plus my own experiences with chained updates X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/2fb44fdf7e0628dec30162a1660ea607551cb586 a todo item based on one from madduck, plus my own experiences with chained updates --- diff --git a/TODO b/TODO index 69fab7d..442ee43 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,11 @@ * a way to detect repos in a tree that are not registered, and warn about or even auto-register them. (svn externals make this quite difficult!) + +* When there are chained mrconfig files, mr could be smarter about + checkouts and updates. Ie, when a new version of an mrconfig file is + checked out or updated, throw all the info from the old one away, and + process the new one. + + Until this is fixed, checkouts and updates need to be manually repeated + after mrconfig files have changes.