~saccadic-masking/easybreezy/breezyseries

« back to all changes in this revision

Viewing changes to runrevert.sh

  • Committer: rwbl
  • Date: 2019-06-26 11:16:49 UTC
  • Revision ID: rwbl-20190626111649-qyimho9756cuz8rx
Fixing error messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
if [ -d "$1"/.bzr ]; then
6
6
    bzr qrevert  --ui-mode  "$1"
7
7
else
8
 
        zenity --error --text="Not a BZR directory. This directory ($1) is not bzr-controlled"
 
8
        zenity --error --text="Not a BZR directory. This directory ($1) is not bzr-controlled" --ellipsize
9
9
fi
10
10
 
11
11