Rev 3582: Fix small typos in docs. (Christophe Troestler) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Jul 28 03:49:08 BST 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3582
revision-id:pqm at pqm.ubuntu.com-20080728024856-nbikndmfq06firuo
parent: pqm at pqm.ubuntu.com-20080725151945-kdaru30ix1m8k0h6
parent: christophe.troestler at umh.ac.be-20080719150027-tbdt3dm1pakina0a
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2008-07-28 03:48:56 +0100
message:
Fix small typos in docs. (Christophe Troestler)
modified:
bzrlib/revisionspec.py revisionspec.py-20050907152633-17567659fd5c0ddb
bzrlib/tests/blackbox/test_selftest.py test_selftest.py-20060123024542-01c5f1bbcb596d78
tools/doc_generate/autodoc_rstx.py autodoc_rstx.py-20060420024836-3e0d4a526452193c
------------------------------------------------------------
revno: 3565.2.1
revision-id:christophe.troestler at umh.ac.be-20080719150027-tbdt3dm1pakina0a
parent: pqm at pqm.ubuntu.com-20080718100017-segv2csk7ux2xs9p
committer: Christophe Troestler <Christophe.Troestler at umh.ac.be>
branch nick: typos
timestamp: Sat 2008-07-19 17:00:27 +0200
message:
(trivial) Corrected typos.
modified:
bzrlib/revisionspec.py revisionspec.py-20050907152633-17567659fd5c0ddb
bzrlib/tests/blackbox/test_selftest.py test_selftest.py-20060123024542-01c5f1bbcb596d78
tools/doc_generate/autodoc_rstx.py autodoc_rstx.py-20060420024836-3e0d4a526452193c
=== modified file 'bzrlib/revisionspec.py'
--- a/bzrlib/revisionspec.py 2008-06-15 23:08:14 +0000
+++ b/bzrlib/revisionspec.py 2008-07-19 15:00:27 +0000
@@ -596,7 +596,7 @@
One way to display all the changes since yesterday would be::
- bzr log -r date:yesterday..-1
+ bzr log -r date:yesterday..
Examples::
@@ -787,7 +787,7 @@
Diffing against this shows all the changes that were made in this branch,
and is a good predictor of what merge will do. The submit branch is
- used by the bundle and merge directive comands. If no submit branch
+ used by the bundle and merge directive commands. If no submit branch
is specified, the parent branch is used instead.
The common ancestor is the last revision that existed in both
=== modified file 'bzrlib/tests/blackbox/test_selftest.py'
--- a/bzrlib/tests/blackbox/test_selftest.py 2008-05-09 06:46:17 +0000
+++ b/bzrlib/tests/blackbox/test_selftest.py 2008-07-19 15:00:27 +0000
@@ -257,7 +257,7 @@
class TestRunBzrSubprocess(TestCaseWithTransport):
def test_run_bzr_subprocess(self):
- """The run_bzr_helper_external comand behaves nicely."""
+ """The run_bzr_helper_external command behaves nicely."""
result = self.run_bzr_subprocess('--version')
result = self.run_bzr_subprocess(['--version'])
result = self.run_bzr_subprocess('--version', retcode=None)
=== modified file 'tools/doc_generate/autodoc_rstx.py'
--- a/tools/doc_generate/autodoc_rstx.py 2007-12-17 04:45:41 +0000
+++ b/tools/doc_generate/autodoc_rstx.py 2008-07-19 15:00:27 +0000
@@ -127,7 +127,7 @@
def _get_commands_section(registry, title="Commands", hdg_level1="#",
hdg_level2="="):
- """Build the comands reference section of the manual."""
+ """Build the commands reference section of the manual."""
lines = [title, hdg_level1 * len(title), ""]
cmds = sorted(bzrlib.commands.builtin_command_names())
for cmd_name in cmds:
More information about the bazaar-commits
mailing list