[Bps-public-commit] r11295 - in SVN-PropDB: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon Mar 31 05:25:58 EDT 2008
Author: jesse
Date: Mon Mar 31 05:25:58 2008
New Revision: 11295
Modified:
SVN-PropDB/ (props changed)
SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm
Log:
r28840 at 68-246-241-50: jesse | 2008-03-30 23:24:56 -1000
minor cleanup
Modified: SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm (original)
+++ SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm Mon Mar 31 05:25:58 2008
@@ -96,8 +96,8 @@
source_uuid => $self->uuid,
original_source_uuid => $revprops->{'prophet:original-source'} || $self->uuid,
original_sequence_no => $revprops->{'prophet:original-sequence-no'} || $entry->{'revision'},
- is_nullification => (($revprops->{'prophet:special-type'} || '') eq 'nullification')?1:0,
- is_resolution => (($revprops->{'prophet:special-type'} || '') eq 'resolution')?1:0,
+ is_nullification => (($revprops->{'prophet:special-type'} || '') eq 'nullification'),
+ is_resolution => (($revprops->{'prophet:special-type'} || '') eq 'resolution'),
});
More information about the Bps-public-commit
mailing list