X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/aceb2c7e13d16c317a5466e3e45c3aaf829a7736..1992d2881c6f522d3842ba4de42c0fd02c62b703:/doc/todo/smarter_chained_checkout.mdwn diff --git a/doc/todo/smarter_chained_checkout.mdwn b/doc/todo/smarter_chained_checkout.mdwn new file mode 100644 index 0000000..13e5d5a --- /dev/null +++ b/doc/todo/smarter_chained_checkout.mdwn @@ -0,0 +1,7 @@ +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)