[Pkg-bazaar-commits] ./bzr-builddeb/trunk r226: Drop references to --dirstate-tags in the docs as tags are now default.

James Westby jw+debian at jameswestby.net
Thu May 15 13:29:41 UTC 2008


------------------------------------------------------------
revno: 226
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Fri 2008-03-21 17:58:56 +0000
message:
  Drop references to --dirstate-tags in the docs as tags are now default.
modified:
  doc/user_manual/merge.rst
  doc/user_manual/native.rst
  doc/user_manual/split.rst
-------------- next part --------------
=== modified file 'doc/user_manual/merge.rst'
--- a/doc/user_manual/merge.rst	2007-10-23 21:25:20 +0000
+++ b/doc/user_manual/merge.rst	2008-03-21 17:58:56 +0000
@@ -43,12 +43,9 @@
 
 ::
 
-  $ bzr init --dirstate-trees scruff/
+  $ bzr init scruff/
   $ cd scruff/
 
-The ``--dirstate-tags`` option here ensures that the branch supports tags,
-as the current default branch format in Bazaar does not.
-
 Now you have a branch that you will create the package in you need to tell
 `bzr-builddeb` that it will be built in merge mode. To do this you need to
 create the configuration file ``.bzr-builddeb/default.conf``. This contains

=== modified file 'doc/user_manual/native.rst'
--- a/doc/user_manual/native.rst	2007-10-29 22:04:19 +0000
+++ b/doc/user_manual/native.rst	2008-03-21 17:58:56 +0000
@@ -48,12 +48,9 @@
 
 ::
 
-  $ bzr init --dirstate-trees scruff/
+  $ bzr init scruff/
   $ cd scruff/
 
-The ``--dirstate-tags`` option here ensures that the branch supports tags,
-as the current default branch format in Bazaar does not.
-
 Now you have a branch that you will create the package in you need to tell
 `bzr-builddeb` that it will be a native package. To do this you need to
 create the configuration file ``.bzr-builddeb/default.conf``. This contains

=== modified file 'doc/user_manual/split.rst'
--- a/doc/user_manual/split.rst	2007-10-23 21:25:20 +0000
+++ b/doc/user_manual/split.rst	2008-03-21 17:58:56 +0000
@@ -47,7 +47,7 @@
 
 ::
 
-  $ bzr init --dirstate-with-tags scruff/
+  $ bzr init scruff/
   $ cd scruff/
 
 if you already have some code, then you can rename the directory containing
@@ -56,7 +56,7 @@
 ::
 
   $ cd scruff/
-  $ bzr init --dirstate-with-tags
+  $ bzr init
   $ bzr add
 
 which will create a branch and add all of your current code to it.



More information about the Pkg-bazaar-commits mailing list