Rev 2266: Add help for svn-layout command. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Tue Dec 16 00:18:27 GMT 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2266
revision-id: jelmer at samba.org-20081216001823-omk2hohv9nztblzv
parent: jelmer at samba.org-20081215235135-wl13bpw13bqo4gvy
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Tue 2008-12-16 01:18:23 +0100
message:
  Add help for svn-layout command.
modified:
  __init__.py                    __init__.py-20051008155114-eae558e6cf149e1d
=== modified file '__init__.py'
--- a/__init__.py	2008-12-13 22:30:16 +0000
+++ b/__init__.py	2008-12-16 00:18:23 +0000
@@ -536,7 +536,12 @@
 
 
 class cmd_svn_layout(Command):
+    """Print the repository layout in use for a repository.
 
+    This will print the name of the repository layout. See 
+    "bzr help svn-layout" for more information about repository 
+    layouts.
+    """
     takes_args = ["repos_url"]
 
     def run(self, repos_url):




More information about the bazaar-commits mailing list