Skip to content

Commit b53150a

Browse files
committed
Make format-patch comment more accurate
1 parent 49df0ad commit b53150a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

dfetch/commands/format_patch.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@
5353

5454

5555
class FormatPatch(dfetch.commands.command.Command):
56-
"""Format a patch to reflect the last changes.
56+
"""Format a patch to upstream any changes.
5757
58-
The ``format-patch`` reformats all patches of a project to make
59-
them usable for the upstream project.
58+
The ``format-patch`` command reformats all patches of
59+
the given subprojects to make the patches usable for the
60+
upstream project. The patches are converted to the upstream
61+
vcs system if required and they are made absolute again.
6062
"""
6163

6264
@staticmethod

0 commit comments

Comments
 (0)