[MERGE] Create branch without working-tree
Alexander Belchenko
bialix at ukr.net
Thu Apr 3 06:38:42 BST 2008
Alexander Belchenko has voted comment.
Status is now: Waiting
Comment:
--- bzrlib/builtins.py 2008-03-28 07:24:55 +0000
+++ bzrlib/builtins.py 2008-04-03 01:36:11 +0000
@@ -905,11 +905,13 @@
_see_also = ['checkout']
takes_args = ['from_location', 'to_location?']
takes_options = ['revision', Option('hardlink',
- help='Hard-link working tree files where possible.')]
+ help='Hard-link working tree files where possible.'),
+ Option('no-tree',
+ help="Create a branch without a
working-tree.")]
^-- indentation is wrong here.
For details, see:
http://bundlebuggy.aaronbentley.com/request/%3Cc48e319c0804021845m3c8c6264k60c7ca7bcf690245%40mail.gmail.com%3E
More information about the bazaar
mailing list