# HG changeset patch # User Mark Edgington # Date 1279235510 -7200 # Node ID 8fcd78da99f9001dcaef4f99dfc96b30c9a915a7 # Parent ee79f51c9bb1584cf414fd63e6a93eab854f7824 - 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) diff --git a/crecord/chunk_selector.py b/crecord/chunk_selector.py --- 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]? "