diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-09 20:54:39 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-09 20:54:39 +0000 |
commit | ad710dacfda0d260707f75e8998433602b5bc2c8 (patch) | |
tree | 6a65ee39cf15e06b0655c3108acad4da4a9839e1 /bin | |
parent | 5f1c92ac9eb22f8b977d66147af663f12000338e (diff) |
rbot launcher: report local changes on more occasions
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 << ")" |