summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-09 20:54:39 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-09 20:54:39 +0000
commitad710dacfda0d260707f75e8998433602b5bc2c8 (patch)
tree6a65ee39cf15e06b0655c3108acad4da4a9839e1 /bin
parent5f1c92ac9eb22f8b977d66147af663f12000338e (diff)
rbot launcher: report local changes on more occasions
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
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 << ")"