[Bps-public-commit] r14795 - Prophet/branches/creator/lib/Prophet/CLI/Command

sartak at bestpractical.com sartak at bestpractical.com
Tue Aug 5 15:00:34 EDT 2008


Author: sartak
Date: Tue Aug  5 15:00:34 2008
New Revision: 14795

Modified:
   Prophet/branches/creator/lib/Prophet/CLI/Command/History.pm

Log:
Display changeset creator in the history command

Modified: Prophet/branches/creator/lib/Prophet/CLI/Command/History.pm
==============================================================================
--- Prophet/branches/creator/lib/Prophet/CLI/Command/History.pm	(original)
+++ Prophet/branches/creator/lib/Prophet/CLI/Command/History.pm	Tue Aug  5 15:00:34 2008
@@ -20,6 +20,7 @@
 
         # separate each changeset
         print "Changeset ".$changeset->original_sequence_no .'@'.$changeset->original_source_uuid."\n";
+        print "by " . $changeset->creator . '@' . $changeset->original_source_uuid."\n";
         print "\n";
 
         for my $prop_change (@prop_changes) {



More information about the Bps-public-commit mailing list