~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: James Blackwell
  • Date: 2005-12-12 02:16:21 UTC
  • mto: (1185.50.63 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: jblack@pluto-20051212021621-a3151675c1f8a9c9
Fixing docstring for bzrhelp

Show diffs side-by-side

added added

removed removed

Lines of Context:
1144
1144
 
1145
1145
    Note: export of tree with non-ascii filenames to zip is not supported.
1146
1146
 
1147
 
    Supported formats       Autodetected by extension
1148
 
    -----------------       -------------------------
 
1147
     Supported formats       Autodetected by extension
 
1148
     -----------------       -------------------------
1149
1149
         dir                            -
1150
1150
         tar                          .tar
1151
1151
         tbz2                    .tar.bz2, .tbz2
1368
1368
            print config.username()
1369
1369
 
1370
1370
class cmd_nick(Command):
1371
 
    """\
1372
 
    Print or set the branch nickname.  
 
1371
    """Print or set the branch nickname.  
 
1372
 
1373
1373
    If unset, the tree root directory name is used as the nickname
1374
1374
    To print the current nickname, execute with no argument.  
1375
1375
    """