~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/getting_help.txt

  • Committer: John Arbash Meinel
  • Date: 2009-03-17 17:46:17 UTC
  • mto: (3735.2.156 brisbane-core)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090317174617-osa5ia09no26xm1w
groupcompress now copies the blocks exactly as they were given.

One major concern here is that 'topo_sort' is not particularly stable. For example,
given a history of a=>b=>c=>d and e=>f=>g=>h, it easily groups the contents as,
h,a,b,c,d,e,f,g. Which is interleaving unrelated histories.
This will actually cause transmission of the e-h group 2x, and cause effective
'bloat'.
We can still tell 'get_record_stream' to remove some of this.
Also, autopack still needs to be told to *not* re-use blocks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Getting help
2
2
============
3
3
 
4
 
Bazaar comes with a built-in on-line help system, accessed through::
 
4
Bazaar comes with a built-in on-line help system. To see the list of topics,
 
5
the command is::
5
6
 
6
7
  bzr help
7
8
 
8
 
You can ask for help on a command, or on non-command topics.  To see a
9
 
list of available help of each kind, use either::
 
9
To see the list of commands, the command is::
10
10
 
11
11
  bzr help commands
12
 
  bzr help topics
13
 
 
14
 
For help on a particular command, use either of these forms::
15
 
 
16
 
  bzr help status
17
 
  bzr status --help
 
12
 
 
13
To get help on topic xxx or command xxx, the command is::
 
14
 
 
15
  bzr help xxx
18
16
 
19
17
If you wish to search the help or read it as a larger document, the
20
18
information is also available in the Bazaar User Reference.