From 931704c25eab3268db847179c69103b9752c75ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 4 Jul 2013 13:20:52 +0000 Subject: Improve docstring for "morph unpetrify" --- morphlib/plugins/branch_and_merge_plugin.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'morphlib/plugins/branch_and_merge_plugin.py') 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. -- cgit v1.2.1