##// END OF EJS Templates
pull-requests: properly save merge failure metadata. Before this change...
pull-requests: properly save merge failure metadata. Before this change when reference errors were saved the de-serialization lost some of the attributes resulting in bad formatting of merge failure messages.

File last commit:

r2252:dc922ddb stable
r4471:0186d5e2 default
Show More
hg_diff_no_newline.diff
9 lines | 266 B | text/x-diff | DiffLexer
diff --git a/server.properties b/server.properties
--- a/server.properties
+++ b/server.properties
@@ -1,2 +1,3 @@
property=value
-anotherProperty=value
\ No newline at end of file
+anotherProperty=value
+newProperty=super_important_value
\ No newline at end of file