[Bps-public-commit] r14763 - Prophet/branches/creator/lib/Prophet
sartak at bestpractical.com
sartak at bestpractical.com
Mon Aug 4 16:24:44 EDT 2008
Author: sartak
Date: Mon Aug 4 16:24:44 2008
New Revision: 14763
Modified:
Prophet/branches/creator/lib/Prophet/Replica.pm
Log:
Replicas know who is creating changesets
Modified: Prophet/branches/creator/lib/Prophet/Replica.pm
==============================================================================
--- Prophet/branches/creator/lib/Prophet/Replica.pm (original)
+++ Prophet/branches/creator/lib/Prophet/Replica.pm Mon Aug 4 16:24:44 2008
@@ -1029,6 +1029,8 @@
Carp::confess(@_);
}
+sub changeset_creator { $ENV{PROPHET_USER} || $ENV{USER} }
+
__PACKAGE__->meta->make_immutable;
no Moose;
More information about the Bps-public-commit
mailing list