Changeset 7280
- Timestamp:
- 02/29/08 11:16:49 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/misc/rswatch.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/misc/rswatch.rb
r7278 r7280 256 256 if ( do_act ) 257 257 if ( (@ignore_first and first) or 258 (!@max_repeat.nil? and alerts > @max_repeat) )258 (!@max_repeat.nil? and alerts >= @max_repeat) ) 259 259 ; 260 260 else 261 261 action.send( @action, log.path, backlog ) 262 alerts += 1 262 263 end 263 264 first = false 264 265 backlog = Array.new( @backline, '' ) 265 alerts += 1266 266 end 267 267 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)