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

jesse at bestpractical.com jesse at bestpractical.com
Fri Apr 11 09:39:28 EDT 2008


Author: jesse
Date: Fri Apr 11 09:39:28 2008
New Revision: 11679

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/ForeignReplica.pm

Log:
 r29594 at 104:  jesse | 2008-04-11 09:38:40 -0400
  * adding a die to foreign replicas for a feature they don't support by default


Modified: Prophet/trunk/lib/Prophet/ForeignReplica.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ForeignReplica.pm	(original)
+++ Prophet/trunk/lib/Prophet/ForeignReplica.pm	Fri Apr 11 09:39:28 2008
@@ -15,6 +15,9 @@
 
 sub conflicts_from_changeset              { return; }
 sub accepts_changesets                    {1}
+
+sub record_resolutions { die "not for foreign replicas" }
+
 sub import_resolutions_from_remote_source { warn 'no resdb'; return }
 
 sub record_changeset {



More information about the Bps-public-commit mailing list