From: Joey Hess Date: Fri, 26 Oct 2007 01:57:18 +0000 (-0400) Subject: * Add support for including one mrconfig file from another. Unlike chaining, X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/08e80ec74eafb9b4407d42c5334026bcffcfd839?hp=08e80ec74eafb9b4407d42c5334026bcffcfd839 * Add support for including one mrconfig file from another. Unlike chaining, this doesn't change the paths, and is not tied to a particular subdirectory. It's useful for loading up library mrconfig files. * Split git fake-bare support out into a mrconfig.git-fake-bare. Partly because it's a good example of how to add a new revision control type, and partly because it's currently too ugly to be in mr itself due to bugs and limitations in git. ---