Rev 2372: (Matthew Fuller) Update 'bzr init-repo' help in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Thu Mar 22 19:07:13 GMT 2007


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 2372
revision-id: john at arbash-meinel.com-20070322190703-qx2xft42j64hfp88
parent: pqm at pqm.ubuntu.com-20070322152522-228285cac46c0dbc
parent: fullermd at over-yonder.net-20070321043951-0i5v9kc7tosonk9g
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2007-03-22 14:07:03 -0500
message:
  (Matthew Fuller) Update 'bzr init-repo' help
modified:
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
    ------------------------------------------------------------
    revno: 2366.1.2
    merged: fullermd at over-yonder.net-20070321043951-0i5v9kc7tosonk9g
    parent: fullermd at over-yonder.net-20070321040149-1c8b4mwco7llas7z
    committer: Matthew Fuller <fullermd at over-yonder.net>
    branch nick: init-repo-help
    timestamp: Tue 2007-03-20 23:39:51 -0500
    message:
      Shared-capable formats are standard, and have been for a good long
      while, so don't make a big deal of it in the help summary for
      init-repo.
    ------------------------------------------------------------
    revno: 2366.1.1
    merged: fullermd at over-yonder.net-20070321040149-1c8b4mwco7llas7z
    parent: pqm at pqm.ubuntu.com-20070320222307-30c846e90ac18c65
    committer: Matthew Fuller <fullermd at over-yonder.net>
    branch nick: init-repo-help
    timestamp: Tue 2007-03-20 23:01:49 -0500
    message:
      Missing space in --no-trees help.
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2007-03-19 07:26:06 +0000
+++ b/bzrlib/builtins.py	2007-03-21 04:39:51 +0000
@@ -1287,8 +1287,7 @@
     """Create a shared repository to hold branches.
 
     New branches created under the repository directory will store their revisions
-    in the repository, not in the branch directory, if the branch format supports
-    shared storage.
+    in the repository, not in the branch directory.
 
     example:
         bzr init-repo --no-trees repo
@@ -1307,7 +1306,7 @@
                             value_switches=True, title='Repository format'),
                      Option('no-trees',
                              help='Branches in the repository will default to'
-                                  'not having a working tree'),
+                                  ' not having a working tree'),
                     ]
     aliases = ["init-repo"]
 



More information about the bazaar-commits mailing list