Enhancement
- Stop consider new tasks after quitting a bulk change.
This commit is contained in:
committed by
Paul Beckingham
parent
e5d142a468
commit
1d99260cb9
@@ -119,6 +119,8 @@ int CmdPrepend::execute (std::string& output)
|
||||
std::cout << STRING_CMD_PREPEND_NO << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
if (_permission_quit)
|
||||
break;
|
||||
}
|
||||
|
||||
// Now list the project changes.
|
||||
|
||||
Reference in New Issue
Block a user