/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/index-plain.txt

  • Committer: Robert Collins
  • Date: 2010-05-06 23:41:35 UTC
  • mto: This revision was merged to the branch mainline in revision 5223.
  • Revision ID: robertc@robertcollins.net-20100506234135-yivbzczw1sejxnxc
Lock methods on ``Tree``, ``Branch`` and ``Repository`` are now
expected to return an object which can be used to unlock them. This reduces
duplicate code when using cleanups. The previous 'tokens's returned by
``Branch.lock_write`` and ``Repository.lock_write`` are now attributes
on the result of the lock_write. ``repository.RepositoryWriteLockResult``
and ``branch.BranchWriteLockResult`` document this. (Robert Collins)

``log._get_info_for_log_files`` now takes an add_cleanup callable.
(Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#################
2
 
Breezy User Guide
 
2
Bazaar User Guide
3
3
#################
4
4
 
5
5
.. Please mark sections in included files as following:
14
14
Introduction
15
15
############
16
16
 
17
 
.. include:: introducing_breezy.txt
 
17
.. include:: introducing_bazaar.txt
18
18
.. include:: core_concepts.txt
19
 
.. include:: breezy_workflows.txt
 
19
.. include:: bazaar_workflows.txt
20
20
 
21
21
 
22
22
Getting started
23
23
###############
24
24
 
25
 
.. include:: installing_breezy.txt
 
25
.. include:: installing_bazaar.txt
26
26
.. include:: entering_commands.txt
27
27
.. include:: getting_help.txt
28
 
.. include:: configuring_breezy.txt
 
28
.. include:: configuring_bazaar.txt
29
29
.. include:: using_aliases.txt
30
30
.. include:: plugins.txt
31
31
.. include:: zen.txt
79
79
.. include:: part2_intro.txt
80
80
.. include:: adv_merging.txt
81
81
.. include:: shelving_changes.txt
82
 
.. include:: switch_store.txt
83
82
.. include:: filtered_views.txt
84
83
.. include:: stacked.txt
85
84
.. include:: server.txt
90
89
A brief tour of some popular plugins
91
90
####################################
92
91
 
 
92
.. include:: bzrtools_plugin.txt
93
93
.. include:: svn_plugin.txt
94
94
.. include later looms_plugin.txt
95
95
 
96
96
 
97
 
Integrating Breezy into your environment
 
97
Integrating Bazaar into your environment
98
98
########################################
99
99
 
100
100
.. include:: web_browsing.txt
114
114
.. include:: setting_up_email.txt
115
115
.. include:: http_smart_server.txt
116
116
.. include:: writing_a_plugin.txt
117
 
.. include:: git_limitations.txt
118
 
.. include:: licence.txt
119
117
 
120
118
.. |--| unicode:: U+2014
121
119