lib/update.operations
changeset 57 d83a5e9be193
parent 52 b68b8615c512
child 59 b0c761c4d5f8
--- a/lib/update.operations	Tue Mar 20 14:25:05 2012 +0200
+++ b/lib/update.operations	Tue Mar 20 14:30:16 2012 +0200
@@ -261,7 +261,9 @@
 
     elif [ $COMMIT_SKIP ]; then
         log_noop    "$msg: skipped"
-
+        
+        # still show diff, though
+        [ $LOG_DIFF ] && indent "    " hg_diff
     else
         log_update  "$msg..."