Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3018)

Unified Diff: python/convertrules.py

Issue 323040043: Response to Issue #4603: Syntax change from all instances "partcombine" to "partCombine" and conver…
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ly/property-init.ly ('k') | scm/define-context-properties.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: python/convertrules.py
diff --git a/python/convertrules.py b/python/convertrules.py
index b3000400da3848a799ce35aec09116dcca2efba8..442cf552f18e600c37a048cf8270305a414e3dfd 100644
--- a/python/convertrules.py
+++ b/python/convertrules.py
@@ -3926,6 +3926,11 @@ def conv (str):
str = re.sub (automatic, r"\1output-attributes.id", str)
return str
+@rule ((2, 1, 62), "syntax change \\partcombine -> \\partCombine")
+def conv(str):
+ str = re.sub (r"\\partcombine", r"\\partCombine", str)
+ return str
+
# Guidelines to write rules (please keep this at the end of this file)
#
# - keep at most one rule per version; if several conversions should be done,
« no previous file with comments | « ly/property-init.ly ('k') | scm/define-context-properties.scm » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b