[0.14] bzr help -- minor improvement suggestion

Jari Aalto jari.aalto at cante.net
Sun Feb 11 17:29:17 GMT 2007


bzr help reads:

    Bazaar -- a free distributed version-control tool
    http://bazaar-vcs.org/

    Basic commands:
      bzr init           makes this directory a versioned branch
      bzr branch         make a copy of another branch

      bzr add            make files or directories versioned
      bzr ignore         ignore a file or pattern
      bzr mv             move or rename a versioned file

      bzr status         summarize changes in working copy
      bzr diff           show detailed diffs

      bzr merge          pull in changes from another branch
      bzr commit         save some or all changes

      bzr log            show history of changes
      bzr check          validate storage

      bzr help init      more help on e.g. init command
      bzr help commands  list all commands
      bzr help topics    list all help topics

I suggest to make a small change:

    Bazaar -- a free distributed version-control tool
    http://bazaar-vcs.org/

    Basic commands:
      bzr init           makes this directory a versioned branch
      bzr branch         make a copy of another branch

      bzr add            make files or directories versioned
      bzr ignore         ignore a file or pattern
      bzr mv             move or rename a versioned file

      bzr status         summarize changes in working copy
      bzr diff           show detailed diffs

      bzr merge          pull in changes from another branch
      bzr commit         save some or all changes

      bzr log            show history of changes
      bzr check          validate storage

      bzr help commands  list all commands
      bzr help topics    list all help topics
!     bzr help <cmd>     more help on e.g. "bzr help init"

Jari




More information about the bazaar mailing list