Merge lp:~jelmer/brz/doc-typos into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/doc-typos
Merge into: lp:brz
Diff against target: 69 lines (+6/-6)
4 files modified
breezy/_known_graph_pyx.pyx (+2/-2)
breezy/_patiencediff_c.c (+1/-1)
breezy/builtins.py (+2/-2)
breezy/bzr/_dirstate_helpers_pyx.pyx (+1/-1)
To merge this branch: bzr merge lp:~jelmer/brz/doc-typos
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+362285@code.launchpad.net

Commit message

Fix two typos in command help.

Description of the change

Fix two typos in command help.

Found by lintian.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/_known_graph_pyx.pyx'
--- breezy/_known_graph_pyx.pyx 2018-07-01 22:21:53 +0000
+++ breezy/_known_graph_pyx.pyx 2019-01-27 18:59:14 +0000
@@ -649,7 +649,7 @@
649 def get_parent_keys(self, key):649 def get_parent_keys(self, key):
650 """Get the parents for a key650 """Get the parents for a key
651651
652 Returns a list containg the parents keys. If the key is a ghost,652 Returns a list containing the parents keys. If the key is a ghost,
653 None is returned. A KeyError will be raised if the key is not in653 None is returned. A KeyError will be raised if the key is not in
654 the graph.654 the graph.
655655
@@ -661,7 +661,7 @@
661 def get_child_keys(self, key):661 def get_child_keys(self, key):
662 """Get the children for a key662 """Get the children for a key
663663
664 Returns a list containg the children keys. A KeyError will be raised664 Returns a list containing the children keys. A KeyError will be raised
665 if the key is not in the graph.665 if the key is not in the graph.
666666
667 :param keys: Key to check (eg revision_id)667 :param keys: Key to check (eg revision_id)
668668
=== modified file 'breezy/_patiencediff_c.c'
--- breezy/_patiencediff_c.c 2018-07-12 18:25:59 +0000
+++ breezy/_patiencediff_c.c 2019-01-27 18:59:14 +0000
@@ -963,7 +963,7 @@
963static char PatienceSequenceMatcher_get_grouped_opcodes_doc[] =963static char PatienceSequenceMatcher_get_grouped_opcodes_doc[] =
964 "Isolate change clusters by eliminating ranges with no changes.\n"964 "Isolate change clusters by eliminating ranges with no changes.\n"
965 "\n"965 "\n"
966 "Return a list of groups with upto n lines of context.\n"966 "Return a list of groups with up to n lines of context.\n"
967 "Each group is in the same format as returned by get_opcodes().\n"967 "Each group is in the same format as returned by get_opcodes().\n"
968 "\n"968 "\n"
969 ">>> from pprint import pprint\n"969 ">>> from pprint import pprint\n"
970970
=== modified file 'breezy/builtins.py'
--- breezy/builtins.py 2019-01-04 21:21:12 +0000
+++ breezy/builtins.py 2019-01-27 18:59:14 +0000
@@ -3479,7 +3479,7 @@
34793479
3480 :Things to note:3480 :Things to note:
34813481
3482 If you accidentially commit the wrong changes or make a spelling3482 If you accidentally commit the wrong changes or make a spelling
3483 mistake in the commit message say, you can use the uncommit command3483 mistake in the commit message say, you can use the uncommit command
3484 to undo it. See ``brz help uncommit`` for details.3484 to undo it. See ``brz help uncommit`` for details.
34853485
@@ -4798,7 +4798,7 @@
4798 update command.4798 update command.
47994799
4800 Uncommitted changes to files that are reverted will be discarded.4800 Uncommitted changes to files that are reverted will be discarded.
4801 Howver, by default, any files that have been manually changed will be4801 However, by default, any files that have been manually changed will be
4802 backed up first. (Files changed only by merge are not backed up.) Backup4802 backed up first. (Files changed only by merge are not backed up.) Backup
4803 files have '.~#~' appended to their name, where # is a number.4803 files have '.~#~' appended to their name, where # is a number.
48044804
48054805
=== modified file 'breezy/bzr/_dirstate_helpers_pyx.pyx'
--- breezy/bzr/_dirstate_helpers_pyx.pyx 2018-09-11 02:50:43 +0000
+++ breezy/bzr/_dirstate_helpers_pyx.pyx 2019-01-27 18:59:14 +0000
@@ -262,7 +262,7 @@
262 children appear. But all grandchildren come after all children.262 children appear. But all grandchildren come after all children.
263263
264 In other words, all entries in a directory are sorted together, and264 In other words, all entries in a directory are sorted together, and
265 directorys are sorted in cmp_by_dirs order.265 directories are sorted in cmp_by_dirs order.
266266
267 :param path1: first path267 :param path1: first path
268 :param path2: the second path268 :param path2: the second path

Subscribers

People subscribed via source and target branches