<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/clients/cave/cmd_execute_resolution.cc</filename>
    </added>
    <added>
      <filename>src/clients/cave/cmd_execute_resolution.hh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -79,6 +79,7 @@ libcave_a_SOURCES = \
 	command_command_line.cc command_command_line.hh \
 	command_factory.cc command_factory.hh \
 	cmd_display_resolution.cc cmd_display_resolution.hh \
+	cmd_execute_resolution.cc cmd_execute_resolution.hh \
 	cmd_help.cc cmd_help.hh \
 	cmd_perform.cc cmd_perform.hh \
 	cmd_print_categories.cc cmd_print_categories.hh \</diff>
      <filename>src/clients/cave/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -27,6 +27,7 @@
 #include &lt;map&gt;
 
 #include &quot;cmd_display_resolution.hh&quot;
+#include &quot;cmd_execute_resolution.hh&quot;
 #include &quot;cmd_help.hh&quot;
 #include &quot;cmd_perform.hh&quot;
 #include &quot;cmd_print_categories.hh&quot;
@@ -74,6 +75,7 @@ CommandFactory::CommandFactory() :
     PrivateImplementationPattern&lt;CommandFactory&gt;(new Implementation&lt;CommandFactory&gt;)
 {
     _imp-&gt;handlers.insert(std::make_pair(&quot;display-resolution&quot;, make_command&lt;DisplayResolutionCommand&gt;));
+    _imp-&gt;handlers.insert(std::make_pair(&quot;execute-resolution&quot;, make_command&lt;ExecuteResolutionCommand&gt;));
     _imp-&gt;handlers.insert(std::make_pair(&quot;help&quot;, make_command&lt;HelpCommand&gt;));
     _imp-&gt;handlers.insert(std::make_pair(&quot;perform&quot;, make_command&lt;PerformCommand&gt;));
     _imp-&gt;handlers.insert(std::make_pair(&quot;print-categories&quot;, make_command&lt;PrintCategoriesCommand&gt;));</diff>
      <filename>src/clients/cave/command_factory.cc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d85b70b6293b004fc315e2fa6d9c78c0961be89f</id>
    </parent>
  </parents>
  <author>
    <name>Ciaran McCreesh</name>
    <email>ciaran.mccreesh@googlemail.com</email>
  </author>
  <url>http://github.com/ciaranm/paludis-ciaranm/commit/1a300a6eec57dca2807f98071d2c5b1023eaf71a</url>
  <id>1a300a6eec57dca2807f98071d2c5b1023eaf71a</id>
  <committed-date>2009-09-04T15:50:43-07:00</committed-date>
  <authored-date>2009-09-03T11:47:10-07:00</authored-date>
  <message>start</message>
  <tree>a5856aebba5ba3eb7fd61f79f449df39beaf5ee4</tree>
  <committer>
    <name>Ciaran McCreesh</name>
    <email>ciaran.mccreesh@googlemail.com</email>
  </committer>
</commit>
