more explicit branch creation message
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Oct 2008 02:31:15 +0000 (02:31 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Oct 2008 02:31:15 +0000 (02:31 +0000)
module-tools.py

index 85c4510..db72e18 100755 (executable)
@@ -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