Skip to content

Instantly share code, notes, and snippets.

@simonmichael
Forked from anonymous/gist:6525360
Last active December 22, 2015 20:19
Show Gist options
  • Save simonmichael/6525372 to your computer and use it in GitHub Desktop.
Save simonmichael/6525372 to your computer and use it in GitHub Desktop.
darcs diff shows correct change, darcs whatsnew does not
$ darcs diff lib/smarty.inc
diff -rN -u lib/smarty.inc lib/smarty.inc
--- lib/smarty.inc 2013-09-11 08:36:05.000000000 -0700
+++ lib/smarty.inc 2013-09-11 08:36:05.000000000 -0700
@@ -26,6 +27,7 @@
}
}
+global $__template_register_outputfilter;
$__template_register_outputfilter = array();
function template_register_outputfilter( $filter )
{
$ darcs wh lib/smarty.inc
What's new in "lib/smarty.inc":
hunk ./lib/smarty.inc 30
-$__template_register_outputfilter = array();
+global $__template_register_outputfilter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment