~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Gary Wilson Jr.
  • Date: 2008-03-30 03:58:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3338.
  • Revision ID: gary.wilson@gmail.com-20080330035843-jg5ry61ax8h0jxy7
Capitalized first word in list items.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
To use Bazaar you need to understand four core concepts:
8
8
 
9
 
* **revision** - a snapshot of the files you're working with.
 
9
* **Revision** - a snapshot of the files you're working with.
10
10
 
11
 
* **working tree** - the directory containing your version-controlled
 
11
* **Working tree** - the directory containing your version-controlled
12
12
  files and sub-directories.
13
13
 
14
 
* **branch** - an ordered set of revisions that describe the history of a
 
14
* **Branch** - an ordered set of revisions that describe the history of a
15
15
  set of files.
16
16
 
17
 
* **repository** - a store of revisions.
 
17
* **Repository** - a store of revisions.
18
18
 
19
19
Let's look at each in more detail.
20
20