We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49df0ad commit b53150aCopy full SHA for b53150a
1 file changed
dfetch/commands/format_patch.py
@@ -53,10 +53,12 @@
53
54
55
class FormatPatch(dfetch.commands.command.Command):
56
- """Format a patch to reflect the last changes.
+ """Format a patch to upstream any changes.
57
58
- The ``format-patch`` reformats all patches of a project to make
59
- them usable for the upstream project.
+ The ``format-patch`` command reformats all patches of
+ 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.
62
"""
63
64
@staticmethod
0 commit comments