]> git.pld-linux.org Git - packages/monotone.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Nov 2006 14:13:20 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monotone-cmd_list.patch -> 1.2

monotone-cmd_list.patch [deleted file]

diff --git a/monotone-cmd_list.patch b/monotone-cmd_list.patch
deleted file mode 100644 (file)
index a5bce78..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN monotone-0.30.orig/cmd.hh monotone-0.30/cmd.hh
---- monotone-0.30.orig/cmd.hh  2006-09-17 11:56:51.000000000 +0200
-+++ monotone-0.30/cmd.hh       2006-10-05 11:20:13.000000000 +0200
-@@ -207,7 +207,7 @@
- }                                                                    \
- std::string commands::cmd_ ## C::desc()                              \
- {                                                                    \
--  std:string result = _(desc_.c_str());                              \
-+  std::string result = _(desc_.c_str());                              \
-   result += "\n";                                                    \
-   result += (F("Alias for %s") % #realcommand).str();                \
-   return result;                                                     \
This page took 0.063778 seconds and 4 git commands to generate.