[svn:parrot] r47166 - trunk/tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun May 30 17:02:15 UTC 2010


Author: fperrad
Date: Sun May 30 17:02:14 2010
New Revision: 47166
URL: https://trac.parrot.org/parrot/changeset/47166

Log:
fix Mercurial command

Modified:
   trunk/tools/dev/fetch_languages.pl

Modified: trunk/tools/dev/fetch_languages.pl
==============================================================================
--- trunk/tools/dev/fetch_languages.pl	Sun May 30 15:15:24 2010	(r47165)
+++ trunk/tools/dev/fetch_languages.pl	Sun May 30 17:02:14 2010	(r47166)
@@ -48,7 +48,7 @@
 my %update_cmd = (
     SVN => [qw(svn update)],
     GIT => [qw(git pull)],
-    HG  => [qw(hg pull)],
+    HG  => [qw(hg pull --update)],
 );
 
 my @hlls = (


More information about the parrot-commits mailing list