From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: What's cooking in git.git (Mar 2014, #04; Thu, 20) Date: Fri, 21 Mar 2014 13:58:58 -0700 Message-ID: References: <532B659D.9010604@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org, Max Horn To: Torsten =?utf-8?Q?B=C3=B6gershausen?= X-From: git-owner@vger.kernel.org Fri Mar 21 21:59:41 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WR6XO-0007AW-DD for gcvg-git-2@plane.gmane.org; Fri, 21 Mar 2014 21:59:34 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750868AbaCUU7F convert rfc822-to-quoted-printable (ORCPT ); Fri, 21 Mar 2014 16:59:05 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:62460 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbaCUU7C convert rfc822-to-8bit (ORCPT ); Fri, 21 Mar 2014 16:59:02 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id E10D0779DC; Fri, 21 Mar 2014 16:59:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:message-id:mime-version:content-type :content-transfer-encoding; s=sasl; bh=UuOsLeWEyrdz+TA9g3Pc/yzoB Ew=; b=YAryk1e3s+lBqq8lvIgY/Hk3nRS6msqnE7XBoTUp6tXJDsR3MBMo3yKxn bfVlFO6OXrN6ujj0qa5G3jV+ONP5XRYY3zFwu8BgqQ0Oi6Jh4CS7ZgG99+P2SdYD mkID01oUEQ5VypHsbRsF2zRK77OqujY9kBUArWeCre3HtZusMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=sasl; b=pc/L7wv32ShgEGECVSu q1ZuOQxpACzWGJQTsHv6epSIcKi+KjOvmm7ciWeTLlQ5cIm1eqaUFiEczhpyu1RD RSZ7BmDFKjFLpSSPvk7XqVwf7ifRfBkRvl+RhtWpl+teWbaOuMCLfZ4A5TFiieB/ lFYqYZYW0isabAz0xoYq5Jow= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id CDA0E779DB; Fri, 21 Mar 2014 16:59:01 -0400 (EDT) Received: from pobox.com (unknown [72.14.226.9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 273CF779D5; Fri, 21 Mar 2014 16:59:01 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: A0E34C80-B13B-11E3-8C30-8D19802839F8-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Torsten B=C3=B6gershausen writes: > On 03/20/2014 10:09 PM, Junio C Hamano wrote: >> * ap/remote-hg-skip-null-bookmarks (2014-03-19) 1 commit >> - remote-hg: do not fail on invalid bookmarks >> >> Will merge to 'next'. > Hmm, am I the only one who has 11 failures in test-hg-hg-git.sh, > like this: > (Tested under Debian 7, commit 04570b241ddb53ad2f355977bae541bd7ff32a= f5) > > > > master cde5672] clear executable bit > Author: A U Thor > 1 file changed, 0 insertions(+), 0 deletions(-) > mode change 100755 =3D> 100644 alpha > WARNING: Ignoring invalid bookmark 'master' > To hg::../hgrepo-git > ! [remote rejected] master -> master > error: failed to push some refs to 'hg::../hgrepo-git' > not ok 1 - executable bit > [] > # failed 11 among 11 test(s) > 1..11 This has again been replaced; I'll queue it as d06f17f8 (remote-hg: do not fail on invalid bookmarks, 2014-03-21) on 'pu'. Please holler if this still breaks for you. Thanks.