Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFD37106A5 for ; Thu, 13 Jun 2013 09:21:27 +0000 (UTC) Received: (qmail 60115 invoked by uid 500); 13 Jun 2013 09:21:27 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 60097 invoked by uid 500); 13 Jun 2013 09:21:27 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 59910 invoked by uid 99); 13 Jun 2013 09:21:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 09:21:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 09:21:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 91CFB23889BB; Thu, 13 Jun 2013 09:21:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1492593 - /subversion/site/publish/docs/release-notes/1.8.html Date: Thu, 13 Jun 2013 09:21:06 -0000 To: commits@subversion.apache.org From: jcorvel@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130613092106.91CFB23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jcorvel Date: Thu Jun 13 09:21:06 2013 New Revision: 1492593 URL: http://svn.apache.org/r1492593 Log: * publish/docs/release-notes/1.8.html: Add information about new options for 'svnlook diff'. Modified: subversion/site/publish/docs/release-notes/1.8.html Modified: subversion/site/publish/docs/release-notes/1.8.html URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1492593&r1=1492592&r2=1492593&view=diff ============================================================================== --- subversion/site/publish/docs/release-notes/1.8.html (original) +++ subversion/site/publish/docs/release-notes/1.8.html Thu Jun 13 09:21:06 2013 @@ -1630,6 +1630,23 @@ none, read-only, or read-write.

+
+

'svnlook diff' improvements + +

+ +

svnlook diff now supports the following new options +(analogous to svn diff): +

    +
  • --ignore-properties suppresses output of property changes
  • +
  • --properties-only shows only property changes
  • +
  • --diff-cmd ARG use ARG as diff command
  • +
+

+ +
+