[Bps-public-commit] r14460 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jul 24 01:25:32 EDT 2008
Author: sartak
Date: Thu Jul 24 01:25:31 2008
New Revision: 14460
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/CLI/Command/Pull.pm
sd/trunk/lib/App/SD/CLI/Command/Push.pm
Log:
r64985 at onn: sartak | 2008-07-24 01:25:17 -0400
Set the default db_uuid so we can avoid having to specify database uuid in push/pull
Modified: sd/trunk/lib/App/SD/CLI/Command/Pull.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Pull.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Command/Pull.pm Thu Jul 24 01:25:31 2008
@@ -10,6 +10,7 @@
local $ENV{PROPHET_RESOLVER} = 'Prompt';
$self->set_arg(to => $self->cli->app_handle->default_replica_type.":file://".$self->cli->app_handle->handle->fs_root);
+ $self->set_arg(db_uuid => $self->app_handle->handle->db_uuid);
super();
};
Modified: sd/trunk/lib/App/SD/CLI/Command/Push.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Push.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Command/Push.pm Thu Jul 24 01:25:31 2008
@@ -10,6 +10,7 @@
local $ENV{PROPHET_RESOLVER} = 'Prompt';
$self->set_arg(from => $self->app_handle->default_replica_type.":file://".$self->app_handle->handle->fs_root);
+ $self->set_arg(db_uuid => $self->app_handle->handle->db_uuid);
super();
};
More information about the Bps-public-commit
mailing list