At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------ revno: 2266 revision-id: [email protected] parent: [email protected] committer: Jelmer Vernooij <[email protected]> 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): -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
