From afb2c73cd9a42185a4e8bf03bf035bcbf9d69d0b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 29 Jan 2008 09:55:53 +0000 Subject: [PATCH] cosmetic --- module-tag.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module-tag.py b/module-tag.py index 18d1a3a3..0422c077 100755 --- a/module-tag.py +++ b/module-tag.py @@ -370,7 +370,9 @@ The module-init function has the following limitations trunk_url=self.trunk_url() tag_url=self.tag_url(spec_dict) - print 'x'*67,self.name + print 'x'*40,'module',self.name + print 'x'*20,'<',tag_url + print 'x'*20,'>',trunk_url self.run("svn diff %s %s"%(tag_url,trunk_url)) def patch_tags_file (self, tagsfile, oldname, newname): -- 2.47.0