From f8012c37d1d8b105d4cd91ad741b0ba86082a137 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Wed, 28 Apr 2010 01:12:29 +0200 Subject: [PATCH] from monotone 0.48 onwards the setup command creates its own internal database --- src/IDF/templates/idf/source/mtn/help.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/IDF/templates/idf/source/mtn/help.html b/src/IDF/templates/idf/source/mtn/help.html index e915cb5..6b2fd0c 100644 --- a/src/IDF/templates/idf/source/mtn/help.html +++ b/src/IDF/templates/idf/source/mtn/help.html @@ -16,8 +16,7 @@ code.{/blocktrans}

{blocktrans}To make a first commit in the repository, perform the following steps:{/blocktrans}

-mtn db init -d project.mtn
-mtn setup -d project.mtn -b {$project.getConf().getVal('mtn_master_branch', 'your-branch')} .
+mtn setup -b {$project.getConf().getVal('mtn_master_branch', 'your-branch')} .
 mtn add -R .
 mtn commit -m "initial import"
 mtn push {$project.getSourceAccessUrl()}