[Bps-public-commit] r14070 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Jul 14 12:34:12 EDT 2008


Author: sartak
Date: Mon Jul 14 12:34:08 2008
New Revision: 14070

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Update.pm

Log:
 r64201 at onn:  sartak | 2008-07-14 12:32:54 -0400
 Found the bug! Having defaults in update is bad because changing "foo" to "foo" gets an entry in the changeset


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Update.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Update.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Update.pm	Mon Jul 14 12:34:08 2008
@@ -7,7 +7,7 @@
     my $self   = shift;
     my $record = shift;
 
-    return $self->edit_props('edit', $record->get_props);
+    return $self->edit_props('edit');
 }
 
 sub run {



More information about the Bps-public-commit mailing list