nick dennis - 2015-06-09
  • summary: fix transform of w state for call within return --> handle _("literal") within function arg
  • Description has changed:

Diff:

--- old
+++ new
@@ -1 +1,7 @@
 eg global\apache\subversion-1.7.10\subversion\svnsync\main.c 449
+~~~~~~~~~~~~
+    return svn_error_createf
+      (APR_EINVAL, NULL,
+       _("Session is rooted at '%s' but the repos root is '%s'"),
+       url, sess_root);
+~~~~~~~~~