diff -r 12e098a732ed -r d83a5e9be193 lib/update.operations --- 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..."