changeset 104:e1567c94274f

Backed out changeset 679dc6c2df5d
author Mark Edgington <edgimar@gmail.com>
date Thu, 26 Jun 2014 10:48:49 -0400
parents 679dc6c2df5d
children 565f0bc50257
files crecord/crecord_core.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/crecord/crecord_core.py
+++ b/crecord/crecord_core.py
@@ -76,7 +76,7 @@
         changed = changes[0] + changes[1] + changes[2]
         newfiles = [f for f in changed if f in contenders]
 
-        if not newfiles and not opts.get('amend'):
+        if not newfiles:
             ui.status(_('no changes to record\n'))
             return 0