From: Giuseppe Bilotta Date: Mon, 9 Apr 2007 20:54:39 +0000 (+0000) Subject: rbot launcher: report local changes on more occasions X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=ad710dacfda0d260707f75e8998433602b5bc2c8;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git rbot launcher: report local changes on more occasions --- diff --git a/bin/rbot b/bin/rbot index b7a6207f..95076eb3 100755 --- a/bin/rbot +++ b/bin/rbot @@ -50,7 +50,7 @@ if $version =~ /svn/ rev = " (revision #{$1}" end svn_st = `svn st #{up}` - if svn_st =~ /^M / + if svn_st =~ /^[MDA] / rev << ", local changes" end rev << ")"