Config.patch

Cory Donnelly, 12/05/2009 11:05 AM

Download (581 Bytes)

 
Config.cpp 2009-12-05 10:56:50.000000000 -0500
100 100
  // Create a sample .taskrc file.
101 101
  std::stringstream contents;
102 102
  contents << "# Task program configuration file.\n"
103
           << "# For more documentation, see http://taskwarrior.org\n"
103
           << "# For more documentation, see http://taskwarrior.org or the taskrc man page by executing `man taskrc`\n"
104 104
           << "\n"
105 105
           << "# Files\n"
106 106
           << "data.location=" << data << "\n"