/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/working_offline_central.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
If you're working in a checkout and need/wish to commit locally only,
17
17
add the ``--local`` option to the ``commit`` command like this::
18
18
 
19
 
  bzr commit --local
 
19
  brz commit --local
20
20
 
21
21
Being disconnected for long time periods
22
22
----------------------------------------
37
37
---------------------------------
38
38
 
39
39
When you make commits locally independent of ongoing development
40
 
on a central branch, then Bazaar treats these as two lines of
 
40
on a central branch, then Breezy treats these as two lines of
41
41
development next time you ``update``. In this case, ``update``
42
42
does the following:
43
43