bzr revid: nch@tinyerp.com-20090708094351-70vyfsutktr3lyjf
This commit is contained in:
Naresh Choksy 2009-07-08 15:13:51 +05:30
parent 897c51264b
commit a545d53fdd
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ GNU Public Licence.
for line in os.popen('bzr log -r %s'%(int(revno))).readlines():
if line.find(':')!=-1:
if not cnt == 4:
rev_log += line
rev_log += '\t' + line
cnt += 1
except Exception,e:
rev_log = 'Exception: %s\n' % (str(e))