[Bps-public-commit] Prophet branch, master, updated. 0.73-41-gb94ebbb

spang at bestpractical.com spang at bestpractical.com
Tue Jan 12 22:57:17 EST 2010


The branch, master has been updated
       via  b94ebbbd29d20ae623819477eca3610ad47a1422 (commit)
       via  776db2f456438e3dc22e82eca7f420b4bebbfe40 (commit)
      from  8703f2e49df659b29880ce961bb94cbd1dde502a (commit)

Summary of changes:
 Changes        |    7 +++++++
 MANIFEST       |    4 ++++
 lib/Prophet.pm |    2 +-
 t/usage.t      |    2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 776db2f456438e3dc22e82eca7f420b4bebbfe40
Author: Christine Spang <spang at mit.edu>
Date:   Tue Jan 12 22:54:40 2010 -0500

    Fix test since I changed this message

diff --git a/t/usage.t b/t/usage.t
index 6eabd95..8e7557e 100644
--- a/t/usage.t
+++ b/t/usage.t
@@ -56,7 +56,7 @@ my @cmds = (
     },
     {
         cmd     => [ 'clone', '-h' ],
-        error   => [ 'usage: usage.t clone --from <url> [--as <alias>]| --local' ],
+        error   => [ 'usage: usage.t clone --from <url> [--as <alias>] | --local' ],
         comment => 'clone usage',
     },
     {

commit b94ebbbd29d20ae623819477eca3610ad47a1422
Author: Christine Spang <spang at mit.edu>
Date:   Tue Jan 12 22:56:37 2010 -0500

    Checking in changes prior to tagging of version 0.741.  Changelog diff is:
    
    diff --git a/Changes b/Changes
    index f304480..345ef11 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,3 +1,10 @@
    +0.741
    +
    + * Actually ship all the javascript and css files for the web frontend.
    +   (Christine Spang)
    + * bash and zsh completion, see doc/tab-completion for how to enable
    +   (Shawn Moore, Kevin Falcone)
    +
     0.74
    
     User-visible highlights for this release (not all commits are listed here):

diff --git a/Changes b/Changes
index f304480..345ef11 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+0.741
+
+ * Actually ship all the javascript and css files for the web frontend.
+   (Christine Spang)
+ * bash and zsh completion, see doc/tab-completion for how to enable
+   (Shawn Moore, Kevin Falcone)
+
 0.74
 
 User-visible highlights for this release (not all commits are listed here):
diff --git a/MANIFEST b/MANIFEST
index cf6e14a..aa739bb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,8 +11,11 @@ doc/luid
 doc/merging-and-conflicts
 doc/notes-on-merging
 doc/repository-layout
+doc/tab-completion
 doc/todo
 doc/web_form_handling
+etc/prophet.bash
+etc/prophet.zsh
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
 inc/Module/Install/AutoInstall.pm
@@ -54,6 +57,7 @@ lib/Prophet/CLI/Command/Shell.pm
 lib/Prophet/CLI/Command/Show.pm
 lib/Prophet/CLI/Command/Update.pm
 lib/Prophet/CLI/Dispatcher.pm
+lib/Prophet/CLI/Dispatcher/Rule.pm
 lib/Prophet/CLI/MirrorCommand.pm
 lib/Prophet/CLI/Parameters.pm
 lib/Prophet/CLI/ProgressBar.pm
diff --git a/lib/Prophet.pm b/lib/Prophet.pm
index bdbe78a..3b8850f 100644
--- a/lib/Prophet.pm
+++ b/lib/Prophet.pm
@@ -3,7 +3,7 @@ use strict;
 
 package Prophet;
 
-our $VERSION = '0.74';
+our $VERSION = '0.741';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list