X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/a8fbc68d97b36912fbc8f391b1afaf6aa69ebe4b..de9b0c0f225ab4b97eaea973e587d3c348b5297d:/TODO diff --git a/TODO b/TODO index 34ba317..e69de29 100644 --- a/TODO +++ b/TODO @@ -1,11 +0,0 @@ -* 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. (See #447553)