Hermanns, Horst wrote: > I made some debug outputs in svnmerge.py and noticed some values in > array self.revs stored as unicode. > > ... > self.revs = [0, 504, u'506', u'513', u'515', u'519', u'521', u'524', > u'527', 528] ...
Hmm, sounds like a bug -- probably related to the recent internationalization changes applied to svnmerge.py. If you can reproduce the problem, could you try it with the latest trunk version (r29854) and report back? Cheers, Raman Gupta _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
