From owner-svn-doc-head@freebsd.org Fri Feb 3 15:20:55 2017 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16505CCE58B; Fri, 3 Feb 2017 15:20:55 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9E2F934; Fri, 3 Feb 2017 15:20:54 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13FKrBm040153; Fri, 3 Feb 2017 15:20:53 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13FKrQH040152; Fri, 3 Feb 2017 15:20:53 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201702031520.v13FKrQH040152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Fri, 3 Feb 2017 15:20:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49914 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 15:20:55 -0000 Author: sevan Date: Fri Feb 3 15:20:53 2017 New Revision: 49914 URL: https://svnweb.freebsd.org/changeset/doc/49914 Log: Fix command to show eligible revisions for merging. The old syntax no longer works. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D9426 Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Feb 2 18:02:48 2017 (r49913) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Fri Feb 3 15:20:53 2017 (r49914) @@ -1993,7 +1993,7 @@ U stable/9/share/man/man4/netmap.4 It is important to ensure that the mergeinfo is correct when reverting a file in order to permit - svn mergeinfo --eligible to work as + svn mergeinfo --show-revs=eligible to work as expected.