changeset 71:8fcd78da99f9

- add warning about removing / adding new lines to patch when reviewing in an external editor. (maybe this limitation could be removed sometime in the future with some more intelligent code)
author Mark Edgington <edgimar@gmail.com>
date Fri, 16 Jul 2010 01:11:50 +0200
parents ee79f51c9bb1
children f9655697ea60
files crecord/chunk_selector.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/crecord/chunk_selector.py
+++ b/crecord/chunk_selector.py
@@ -896,6 +896,9 @@
 save the changes if you wish to change the patch.  Otherwise, you can just
 close the editor without saving to accept the current patch as-is.
 
+NOTE: don't add/remove lines unless you also modify the range information.
+      Failing to follow this rule will result in the commit aborting.
+
 Are you sure you want to review/edit and commit the selected changes [yN]? """
         else:
             confirmText = "Are you sure you want to commit the selected changes [yN]? "