You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by gs...@apache.org on 2011/06/29 01:15:41 UTC

svn commit: r1140898 - /incubator/ooo/trunk/tools/dev/single-hg.sh

Author: gstein
Date: Tue Jun 28 23:15:41 2011
New Revision: 1140898

URL: http://svn.apache.org/viewvc?rev=1140898&view=rev
Log:
Whoops. Need to quote that URL.

* tools/dev/single-hg.sh: quote the repository URL we want to pull from

Modified:
    incubator/ooo/trunk/tools/dev/single-hg.sh

Modified: incubator/ooo/trunk/tools/dev/single-hg.sh
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/tools/dev/single-hg.sh?rev=1140898&r1=1140897&r2=1140898&view=diff
==============================================================================
--- incubator/ooo/trunk/tools/dev/single-hg.sh (original)
+++ incubator/ooo/trunk/tools/dev/single-hg.sh Tue Jun 28 23:15:41 2011
@@ -52,7 +52,7 @@ cd "$work"
 
 hg init
 hg unbundle "../$bundle" || exit 1
-hg pull http://hg.services.openoffice.org/DEV300
+hg pull 'http://hg.services.openoffice.org/DEV300'
 hg update
 
 ### now we need to deal with the CWS's