Changeset 4195
- Timestamp:
- 10/07/2016 04:33:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-svn-watcher.php
r3518 r4195 200 200 protected function get_head_rev() { 201 201 $log = SVN::log( self::SVN_URL, 'HEAD' ); 202 if ( $log['error '] || ! $log['log'] ) {202 if ( $log['errors'] || ! $log['log'] ) { 203 203 throw new Exception( "Unable to determine HEAD revision" ); 204 204 }
Note: See TracChangeset
for help on using the changeset viewer.