lib/update.operations
changeset 57 d83a5e9be193
parent 52 b68b8615c512
child 59 b0c761c4d5f8
equal deleted inserted replaced
56:12e098a732ed 57:d83a5e9be193
   259     elif ! hg_modified; then
   259     elif ! hg_modified; then
   260         log_skip    "$msg: no changes"
   260         log_skip    "$msg: no changes"
   261 
   261 
   262     elif [ $COMMIT_SKIP ]; then
   262     elif [ $COMMIT_SKIP ]; then
   263         log_noop    "$msg: skipped"
   263         log_noop    "$msg: skipped"
   264 
   264         
       
   265         # still show diff, though
       
   266         [ $LOG_DIFF ] && indent "    " hg_diff
   265     else
   267     else
   266         log_update  "$msg..."
   268         log_update  "$msg..."
   267 
   269 
   268         do_commit "$commit_msg"
   270         do_commit "$commit_msg"
   269     fi
   271     fi