summaryrefslogtreecommitdiff
path: root/debian/patches/last-changed-date-charset
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2013-12-30 06:09:40 +0000
committerJames McCoy <jamessan@debian.org>2013-12-30 06:09:40 +0000
commit20d9177e7520d5a27eb88b27329290e699c9255a (patch)
tree5527ca87abf8f8c1d9b6d5ebe5b519f9643b8942 /debian/patches/last-changed-date-charset
parent3b5d723489561260bacba5757359a4bf8f2253ea (diff)
Import 1.8.5 and refresh patches
Diffstat (limited to 'debian/patches/last-changed-date-charset')
-rw-r--r--debian/patches/last-changed-date-charset6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/last-changed-date-charset b/debian/patches/last-changed-date-charset
index 02b2f5f..d4a518c 100644
--- a/debian/patches/last-changed-date-charset
+++ b/debian/patches/last-changed-date-charset
@@ -5,7 +5,7 @@ Not accepted upstream: http://svn.haxx.se/dev/archive-2006-04/0730.shtml
--- a/subversion/libsvn_subr/subst.c
+++ b/subversion/libsvn_subr/subst.c
-@@ -200,8 +200,12 @@
+@@ -209,8 +209,12 @@
break;
case 'D': /* long format of date of this revision */
if (date)
@@ -18,5 +18,5 @@ Not accepted upstream: http://svn.haxx.se/dev/archive-2006-04/0730.shtml
+ svn_stringbuf_appendcstr(value, date_keyword);
+ }
break;
- case 'r': /* number of this revision */
- if (rev)
+ case 'P': /* relative path of this file */
+ if (repos_root_url && *repos_root_url != '\0' && url && *url != '\0')