Changeset 554


Ignore:
Timestamp:
12/16/2011 17:24:44 (5 months ago)
Author:
blee
Message:

Handle nocommit logic in commit_repo_only.

See #122

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.in

    r551 r554  
    233233 
    234234    if status=$(get_status "${abswork}"); then 
     235        nocommit=false 
    235236        msg=$(get_log "$status") || conf_cleanExit 
    236237        rm -f "$status" 
     
    239240    echo "Commit operation started" >&2 
    240241 
    241     conf_commit_file $msg "${WORK_PATH}" || return $? 
     242    $nocommit || conf_commit_file $msg "${abswork}" || return $? 
    242243 
    243244    echo "Commit operation finished successfully" >&2 
Note: See TracChangeset for help on using the changeset viewer.