/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/README.1st

  • Committer: v.ladeuil+lp at free
  • Date: 2007-01-11 08:45:51 UTC
  • mto: (2229.1.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2230.
  • Revision ID: v.ladeuil+lp@free.fr-20070111084551-i00dpvj4161h421n
Cleanup.

* bzrlib/tests/test_selftest.py:
(TestTestCaseWithMemoryTransport.test_make_branch_and_memory_tree,
TestTestCaseWithMemoryTransport.test_make_branch_and_memory_tree_with_format):
Inline previous calls to fail[Unless|If]ExistsOnDisk and clearly
explain their aim.

* bzrlib/tests/__init__.py:
(TestCaseWithMemoryTransport.failUnlessExistsOnDisk,
TestCaseWithMemoryTransport.failIfExistsOnDisk): Deleted. They
were more confusing than helpful.
        

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
These documents originally came from the Bazaar wiki hosted at
 
2
http://bazaar-vcs.org. These documents, though maintained, can fall behind
 
3
when Bazaar is under heavy development.
 
4
 
 
5
The documents on the wiki take precedence in the event of a discrepancy
 
6
between what is documented here and what is documented on the wiki.
 
7
 
 
8
README.1st
 
9
    You knew to read this first. I won't insult you by telling you what
 
10
    this is. :)
 
11
 
 
12
tutorial.txt
 
13
    Explains how to use bzr. Loaded with examples.
 
14
 
 
15
configuration.txt
 
16
    Information on how to configure Bazaar
 
17
 
 
18
setting_up_email.txt
 
19
    The various ways that exist to tell Bazaar your email address for
 
20
    commits
 
21
 
 
22
plugins.txt
 
23
    Information on how to use plugins in Bazaar
 
24
 
 
25
specifying_revisions.txt
 
26
    Description of the subarguments for -r as used by commands such as
 
27
    **bzr log** and **bzr merge**
 
28
 
 
29
using_aliases.txt
 
30
    How to setup and use command aliases.
 
31