[ooo-build-commit] .: bin/cws-extract

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Aug 4 02:52:00 PDT 2010


 bin/cws-extract |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 731e18ce6ef91566f5840fed95be303ae0f29110
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Wed Aug 4 11:50:41 2010 +0200

    Fix the order of changesets in patches generated by cws-extract
    
    * bin/cws-extract: avoid using hg incoming -n

diff --git a/bin/cws-extract b/bin/cws-extract
index 67be5d0..42777f4 100755
--- a/bin/cws-extract
+++ b/bin/cws-extract
@@ -72,7 +72,7 @@ sub cws_extract($$$)
 
     print "CWS:\t\tgenerating diff against $milestone\n";
     if ( system( "cd $mws && \
-                  hg incoming -p -f -n -M http://hg.services.openoffice.org/cws/$cws > ../cws-$cws.diff" ) != 0 ) {
+                  hg incoming -p -f -M http://hg.services.openoffice.org/cws/$cws > ../cws-$cws.diff" ) != 0 ) {
         print STDERR "Unable to generate patch against $cws, check the log for details.\n";
         exit 1;
     }


More information about the ooo-build-commit mailing list