public void TestLogExecute()
 {
     RLogCommand command = new RLogCommand(_root, _connection);
      command.NameOnlyOption = true;
      command.LocalOption = true;
      command.Repository = _root.Module;
      command.File = "Program.cs";
      command.Execute();
      TestHelper.SaveCommandConversation(command, @"c:\_junk\RLogCommand.xml");
 }