From owner-svn-src-all@FreeBSD.ORG Fri Jul 11 18:35:13 2014 Return-Path: Delivered-To: svn-src-all@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 ESMTPS id EF75E72F; Fri, 11 Jul 2014 18:35:13 +0000 (UTC) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2EC2950; Fri, 11 Jul 2014 18:35:13 +0000 (UTC) Received: by mail-qg0-f51.google.com with SMTP id a108so1205789qge.10 for ; Fri, 11 Jul 2014 11:35:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=M7Lb45VgNW5hoYlefcz9f/PLZfYCIF8K4uabrQaYoBk=; b=HzSR3tho5uGr0ASnxcTKysulYqv2muxm5GJoxuMZXVSRzRWwSA+nxUtIl1RfkdGuuJ sSYTFvjLcHKgbgNI8HxlWuwg3+7fkH9LgK0NoBXqVtgkqgWHUwEcYyQnHKi6msuuTNXb c5msFMAeaaUsz80gpSIhCcMA4nUUFuM7TLhGue7zHid55Ni5A9X4IiuxKoSgezqtqt99 5+9ZJuFQtOxXHkF7zxxBZSbtD0bUq9GgM4V0LlqhpIJuTvxTz05IR3jqrEL6jVnqHPaM g9UOX9wyAJOSwz6T1aw/IKwQADsQzpDJoV9vEY+P5rBelblH5LL6jdRu3qPT+b2idQ4K O2Pw== MIME-Version: 1.0 X-Received: by 10.229.35.133 with SMTP id p5mr1364210qcd.0.1405103712238; Fri, 11 Jul 2014 11:35:12 -0700 (PDT) Sender: florent.thoumie@gmail.com Received: by 10.140.41.40 with HTTP; Fri, 11 Jul 2014 11:35:12 -0700 (PDT) In-Reply-To: <20140711180630.GK93051@ivaldir.etoilebsd.net> References: <201407111616.s6BGGQFW060195@svn.freebsd.org> <201407111238.23391.jhb@freebsd.org> <20140711180630.GK93051@ivaldir.etoilebsd.net> Date: Fri, 11 Jul 2014 11:35:12 -0700 X-Google-Sender-Auth: onsrpVqkYGCbUoRPf51ps6newq8 Message-ID: Subject: Re: Phabric IDs / URLs in commits From: Florent Thoumie To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 18:35:14 -0000 On Fri, Jul 11, 2014 at 11:06 AM, Baptiste Daroussin wrote: > On Fri, Jul 11, 2014 at 10:51:32AM -0700, Florent Thoumie wrote: > > I don't know the ins and outs of arcanist but at Facebook we use 'arc > > amend' to update the local commit message with whatever is in > phabricator. > > This includes the name of the reviewer. > > That only works because you are using a dvcs. > At least one of the repos is svn-backed (but yeah we do have a git-svn bridge, I haven't used arc with pure svn). -- Florent