[Bps-public-commit] r16688 - in sd/branches/init-and-clone: .

jesse at bestpractical.com jesse at bestpractical.com
Thu Nov 6 01:49:05 EST 2008


Author: jesse
Date: Thu Nov  6 01:49:05 2008
New Revision: 16688

Modified:
   sd/branches/init-and-clone/   (props changed)
   sd/branches/init-and-clone/t/sd-hm-group.t

Log:
 r49327 at 31b:  jesse | 2008-11-06 10:31:52 +0900
  * test fixes


Modified: sd/branches/init-and-clone/t/sd-hm-group.t
==============================================================================
--- sd/branches/init-and-clone/t/sd-hm-group.t	(original)
+++ sd/branches/init-and-clone/t/sd-hm-group.t	Thu Nov  6 01:49:05 2008
@@ -127,7 +127,7 @@
 $sd_hm_url = "hm:$URL|group=$gname";
 # pull
 {
-    eval { ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] ) };
+    eval { ( $ret, $out, $err ) = run_script( 'sd', [ 'clone', '--from', $sd_hm_url ] ) };
     like($out, qr/2 changesets/, "merged changes");
 }
 



More information about the Bps-public-commit mailing list