# # # patch "asciik.cc" # from [d6e2122ca26ce509862799328430a47a56992a2f] # to [b1a9fa1de0c7dff476ff00e112bb19cb3af3f4fc] # # patch "commands.cc" # from [36e28627d32f6f08100c167b5b6052b49104eba8] # to [bcb6398ecd2a30e771549f532493728dfbb84c43] # # patch "simplestring_xform.hh" # from [665f3f66eafbcaed9598620630695b2af614d709] # to [79e8cd9358a80d05db87ffd1759ac705ea942d3e] # ============================================================ --- asciik.cc d6e2122ca26ce509862799328430a47a56992a2f +++ asciik.cc b1a9fa1de0c7dff476ff00e112bb19cb3af3f4fc @@ -366,9 +366,9 @@ CMD(asciik, "", CMD_REF(debug), N_("SELE } CMD(asciik, "", CMD_REF(debug), N_("SELECTOR"), - N_("Prints an ASCII representation of the revisions' graph"), - N_(""), - options::opts::none) + N_("Prints an ASCII representation of the revisions' graph"), + N_(""), + options::opts::none) { N(args.size() == 1, F("wrong argument count")); ============================================================ --- commands.cc 36e28627d32f6f08100c167b5b6052b49104eba8 +++ commands.cc bcb6398ecd2a30e771549f532493728dfbb84c43 @@ -412,9 +412,6 @@ namespace std }; }; -// XXX -CMD_FWD_DECL(automate); - namespace commands { command_id ============================================================ --- simplestring_xform.hh 665f3f66eafbcaed9598620630695b2af614d709 +++ simplestring_xform.hh 79e8cd9358a80d05db87ffd1759ac705ea942d3e @@ -1,11 +1,9 @@ #ifndef __SIMPLESTRING_XFORM_HH__ #define __SIMPLESTRING_XFORM_HH__ #include #include -class utf8; - std::string uppercase(std::string const & in); std::string lowercase(std::string const & in);