kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-07-23 01:59 pm

[dw-free] dw-free branch cleanup

[commit: http://hg.dwscoalition.org/dw-free/rev/3a6082e6272c]

http://bugs.dwscoalition.org/show_bug.cgi?id=2791

Remove unneeded line for explicit tip update.

Patch by [personal profile] kareila.

Files modified:
  • bin/bootstrap.pl
--------------------------------------------------------------------------------
diff -r 23d5a5fac9ce -r 3a6082e6272c bin/bootstrap.pl
--- a/bin/bootstrap.pl	Thu Jul 22 15:57:59 2010 -0500
+++ b/bin/bootstrap.pl	Fri Jul 23 08:58:55 2010 -0500
@@ -22,7 +22,6 @@ unless ( -d "$LJHOME/cvs" ) {
     print "Seems we need to start at the beginning, fetching dw-free...\n";
     mkdir( "$LJHOME/cvs" );
     system( '/usr/bin/hg -q clone http://hg.dwscoalition.org/dw-free cvs/dw-free' );
-    system( '/usr/bin/hg --cwd cvs/dw-free -q update -C tip' );
     system( "/bin/cp $LJHOME/cvs/dw-free/cvs/multicvs.conf $LJHOME/cvs" );
 
     die "Something failed...\n"
--------------------------------------------------------------------------------