From owner-freebsd-embedded@FreeBSD.ORG Sun Oct 6 19:21:36 2013 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F171B877 for ; Sun, 6 Oct 2013 19:21:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C33AB2B29 for ; Sun, 6 Oct 2013 19:21:36 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id e14so13573049iej.20 for ; Sun, 06 Oct 2013 12:21:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version; bh=JUE0X5JddP9+A67Ko4uwkfnM1GdfsL5KjI2Jt069uhk=; b=cx+QHFjY1K52H4iQS08FaWJ6uyws0VfSffwwpTM0KKtDYYJQUWQn3VLHVPT4JxVpjd CBsulOtISinWUkgtvUbyTxMk8PdP/AHE7cogcObNUPw7DJklE2TGB7HIRLkOlBEN1uX5 vZuaY9vpNEw78gb3YO0QbY8BXtt4KVka52Fc/84TM4shZ4Z1uzwLl0ZTgUCTSFAZWTUg F8xBiSWp0ssuD1I5V2eqLjrwFHoCJc+sQJ2Hre8PwAiN3AkRYhajuN7U22onCAwsAld1 ANSHwyL0o1TdW02yhfDya1BhNH4NEWt7Yo89jL565Ia9Tv6MkKOc9FgHrvGhjkm8xLlv 121A== X-Gm-Message-State: ALoCoQlyOcYblwCVjU2cnDi5ggUa50celrXyJTTZXgKj6/MMsP8dPfj+4eSWr2gYD2nBp5I8qT79 X-Received: by 10.50.87.4 with SMTP id t4mr14452042igz.18.1381087295501; Sun, 06 Oct 2013 12:21:35 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id oq3sm22003879igb.1.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 12:21:35 -0700 (PDT) Sender: Warner Losh From: Warner Losh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: And experiment: Publishing my mercurial patch queue Date: Sun, 6 Oct 2013 13:21:34 -0600 Message-Id: To: embedded@freebsd.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 19:21:37 -0000 Greetings, With the code freeze, I'm starting to accumulate a few patches in my = tree. I've started using mercurial to manage my patch queue after the = utter fail of svn-stash to do what I want. Patch queues are a thing that = hg has optimized for upstream submission, so publishing it seems a = reasonable thing. If you don't have mercurial, or don't want to, you can look at the raw = patch queue at this URL: http://people.freebsd.org/~imp/embedded-patch-queue/patches/ and brows the patches. All the files in this directory are patches, = except series which lists the order. If you want to replicate what I have with mercurial: svn co cd hg init hg add hg forget .svn cd .hg hg clone http://people.freebsd.org/~imp/embedded-patch-queue/patches cd .. hg qpush, etc Anyway, thought I'd mention it here, since this may be a good way to get = more involvement on my patches, some of which take months to fully bake = due to the large range of mips and arm platforms we have. Comments? Warner