summaryrefslogtreecommitdiff
path: root/morphlib/plugins/branch_and_merge_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/branch_and_merge_plugin.py')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index d2c15c2d..f836bce9 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -1082,7 +1082,11 @@ class BranchAndMergePlugin(cliapp.Plugin):
branch, os.environ, None, True)
def unpetrify(self, args):
- '''Reverse the process of petrification'''
+ '''Reverse the process of petrification.
+
+ This undoes the changes `morph petrify` did.
+
+ '''
# This function makes no attempt to 'unedit' strata that were branched
# solely so they could be petrified.