summaryrefslogtreecommitdiff
path: root/doc/patchqueue/full_paths_in_recentchanges.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/patchqueue/full_paths_in_recentchanges.mdwn')
-rw-r--r--doc/patchqueue/full_paths_in_recentchanges.mdwn15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/patchqueue/full_paths_in_recentchanges.mdwn b/doc/patchqueue/full_paths_in_recentchanges.mdwn
deleted file mode 100644
index a42a2726b..000000000
--- a/doc/patchqueue/full_paths_in_recentchanges.mdwn
+++ /dev/null
@@ -1,15 +0,0 @@
-For my own refrence --[[Joey]]
-
- Index: CGI.pm
- ===================================================================
- --- CGI.pm (revision 2225)
- +++ CGI.pm (working copy)
- @@ -92,7 +92,7 @@
- delete @{$change->{pages}}[10 .. @{$change->{pages}}] if $is_excess;
- $change->{pages} = [
- map {
- - $_->{link} = htmllink("", "", $_->{page}, 1);
- + $_->{link} = htmllink("", "", $_->{page}, 1, 0, pagetitle($_->{page}));
- $_;
- } @{$change->{pages}}
- ];