Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-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 7DDFADD1F for ; Mon, 8 Oct 2012 16:40:21 +0000 (UTC) Received: (qmail 8129 invoked by uid 500); 8 Oct 2012 16:40:21 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 8111 invoked by uid 500); 8 Oct 2012 16:40:21 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 8103 invoked by uid 99); 8 Oct 2012 16:40:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2012 16:40:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 36BFA3C430; Mon, 8 Oct 2012 16:40:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brondsem@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: [#5083] Fixed typo in SVN import Message-Id: <20121008164021.36BFA3C430@tyr.zones.apache.org> Date: Mon, 8 Oct 2012 16:40:21 +0000 (UTC) Updated Branches: refs/heads/master 3424db958 -> 0c25b5253 [#5083] Fixed typo in SVN import Signed-off-by: Cory Johns Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/0c25b525 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/0c25b525 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/0c25b525 Branch: refs/heads/master Commit: 0c25b5253b663c7d0b9d052e77878444fd3864df Parents: 3424db9 Author: Cory Johns Authored: Mon Oct 8 16:05:41 2012 +0000 Committer: Cory Johns Committed: Mon Oct 8 16:05:41 2012 +0000 ---------------------------------------------------------------------- ForgeSVN/forgesvn/svn_main.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/0c25b525/ForgeSVN/forgesvn/svn_main.py ---------------------------------------------------------------------- diff --git a/ForgeSVN/forgesvn/svn_main.py b/ForgeSVN/forgesvn/svn_main.py index 63af650..bd6aa9f 100644 --- a/ForgeSVN/forgesvn/svn_main.py +++ b/ForgeSVN/forgesvn/svn_main.py @@ -68,7 +68,7 @@ class ForgeSVNApp(RepositoryApp): cloned_from_path=init_from_path, cloned_from_name=None, cloned_from_url=init_from_url, - copy_hook=self.config.options.get('copy_hooks', False)) + copy_hooks=self.config.options.get('copy_hooks', False)) else: allura.tasks.repo_tasks.init.post()