[Bps-public-commit] r14181 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Wed Jul 16 18:56:17 EDT 2008


Author: sartak
Date: Wed Jul 16 18:56:14 2008
New Revision: 14181

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/t/simple-push.t

Log:
 r64453 at onn:  sartak | 2008-07-16 18:37:48 -0400
 Catch the other use of unforced new_changesets_for


Modified: Prophet/trunk/t/simple-push.t
==============================================================================
--- Prophet/trunk/t/simple-push.t	(original)
+++ Prophet/trunk/t/simple-push.t	Wed Jul 16 18:56:14 2008
@@ -101,7 +101,7 @@
     }
 };
 
-$changesets = $bob->new_changesets_for($alice);
+$changesets = $bob->new_changesets_for($alice, force => 1);
 
 my @changes = map { $_->as_hash } grep { $_->has_changes } @$changesets;
 



More information about the Bps-public-commit mailing list