Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Add progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Asselin committed Jan 13, 2015
1 parent 69a0fdf commit 1461591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ function processHistoryItem(history, index) {
var uuid = history[index].uuid;

// accept changes from RTC
console.log("\n=======================================");
console.log("Processing change set " + (index+1) + " of " + history.length + " (" + (history.length - index - 1) + " left)");
echoAndExec(null, scm + ' accept ' + uuid + userPass + ' --overwrite-uncommitted', {
maxBuffer: maxBuffer
}, function (err, stdout, stderr) {
Expand Down

0 comments on commit 1461591

Please sign in to comment.