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 93F7B6340 for ; Tue, 24 May 2011 10:57:29 +0000 (UTC) Received: (qmail 1441 invoked by uid 500); 24 May 2011 10:57:29 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 1418 invoked by uid 500); 24 May 2011 10:57:29 -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 1408 invoked by uid 99); 24 May 2011 10:57:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 10:57:29 +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; Tue, 24 May 2011 10:57:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 29B4123888DD; Tue, 24 May 2011 10:57:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1126808 - svn:log Date: Tue, 24 May 2011 10:57:06 -0000 To: commits@subversion.apache.org From: rhuijben@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110524105706.29B4123888DD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhuijben Revision: 1126808 Modified property: svn:log Modified: svn:log at Tue May 24 10:57:06 2011 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Tue May 24 10:57:06 2011 @@ -1,5 +1,5 @@ * subversion/svn/main.c - (svn_cl__options): Remove all long-option aliases expect --cl (which we + (svn_cl__options): Remove all long-option aliases except --cl (which we have to keep since it was released in 1.6). Not everyone thinks these aliases were a good idea.