##// END OF EJS Templates
files: add pre-commit checks on file operations to prevent loosing content while editing when repositories change....
files: add pre-commit checks on file operations to prevent loosing content while editing when repositories change. - fixes #5607

File last commit:

r2252:dc922ddb stable
r4302:4c157b04 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