# Run in subshell because require_clean_work_tree can die.
- if ! (require_clean_work_tree)
+ if ! (require_clean_work_tree "rebase")
then
warn "Commit or stash your changes, and then run"
That will make a duplicate "commit or stash your changes" message.
Otherwise, the patch seems OK.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/