Show More
@@ -490,7 +490,7 b' class svnsubrepo(abstractsubrepo):' | |||||
490 | doc = xml.dom.minidom.parseString(output) |
|
490 | doc = xml.dom.minidom.parseString(output) | |
491 | entries = doc.getElementsByTagName('entry') |
|
491 | entries = doc.getElementsByTagName('entry') | |
492 | if not entries: |
|
492 | if not entries: | |
493 | return 0 |
|
493 | return '0' | |
494 | return str(entries[0].getAttribute('revision')) or '0' |
|
494 | return str(entries[0].getAttribute('revision')) or '0' | |
495 |
|
495 | |||
496 | def _wcchanged(self): |
|
496 | def _wcchanged(self): |
General Comments 0
You need to be logged in to leave comments.
Login now