From a76bcb165d1edaea4578e2b0d3f5789a8e8d6a89 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 9 Oct 2008 02:31:15 +0000 Subject: [PATCH] more explicit branch creation message --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index 85c4510c..db72e18e 100755 --- a/module-tools.py +++ b/module-tools.py @@ -829,7 +829,7 @@ will be based on latest tag %s and *not* on the current trunk"""%(self.name,bran # create commit log file tmp="/tmp/branching-%d"%os.getpid() f=open(tmp,"w") - f.write("Branch %s for module %s created from tag %s\n"%(new_trunk_name,self.name,latest_tag_name)) + f.write("Branch %s for module %s created (as new trunk) from tag %s\n"%(new_trunk_name,self.name,latest_tag_name)) f.close() # we're done, let's commit the stuff -- 2.43.0