nixpkgs/pkgs/development/python-modules/pysvn/replace-python-first.patch
2022-11-15 08:44:59 -08:00

14 lines
497 B
Diff

Index: Extension/Tests/benchmark_diff.py
===================================================================
--- Extension/Tests/benchmark_diff.py (revision 2093)
+++ Extension/Tests/benchmark_diff.py (working copy)
@@ -115,7 +115,7 @@
if self.python:
python_re = LiteralCaseBlindSearch( self.python )
- self.replacement_list.append(
+ self.replacement_list.insert(0,
(python_re, '<PYTHON>') )
if self.svn_bin: