~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Ian Clatworthy
  • Date: 2007-03-27 00:35:29 UTC
  • mto: (2371.1.2 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2378.
  • Revision ID: ian.clatworthy@internode.on.net-20070327003529-dwroi8lgq0nxouov
Improved after feedback from reviewers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1210
1210
 
1211
1211
    If there is a repository in a parent directory of the location, then 
1212
1212
    the history of the branch will be stored in the repository.  Otherwise
1213
 
    init creates a standalone branch which carries its own history in
1214
 
    the .bzr directory.
 
1213
    init creates a standalone branch which carries its own history
 
1214
    in the .bzr directory.
1215
1215
 
1216
1216
    If there is already a branch at the location but it has no working tree,
1217
1217
    the tree can be populated with 'bzr checkout'.
1925
1925
    Root may be the top directory for tar, tgz and tbz2 formats. If none
1926
1926
    is given, the top directory will be the root name of the file.
1927
1927
 
1928
 
    If branch is omitted then the branch containing the current working directory will be used.
 
1928
    If branch is omitted then the branch containing the current working
 
1929
    directory will be used.
1929
1930
 
1930
1931
    Note: export of tree with non-ascii filenames to zip is not supported.
1931
1932
 
1967
1968
 
1968
1969
    If no revision is nominated, the last revision is used.
1969
1970
 
1970
 
    Take care to redirect standard output when using this command on a binary file. 
 
1971
    Note: Take care to redirect standard output when using this command on a
 
1972
    binary file. 
1971
1973
    """
1972
1974
 
1973
1975
    takes_options = ['revision', 'name-from-revision']