Mercurial > hg
comparison hgext/convert/subversion.py @ 51700:7f0cb9ee0534
Backout accidental publication of a large range of revisions
I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 10:02:46 +0200 |
parents | 493034cc3265 |
children | ca7bde5dbafb |
comparison
equal
deleted
inserted
replaced
51699:bd1483fd7088 | 51700:7f0cb9ee0534 |
---|---|
1423 | 1423 |
1424 def authorfile(self): | 1424 def authorfile(self): |
1425 return self.join(b'hg-authormap') | 1425 return self.join(b'hg-authormap') |
1426 | 1426 |
1427 def __init__(self, ui, repotype, path): | 1427 def __init__(self, ui, repotype, path): |
1428 | |
1428 converter_sink.__init__(self, ui, repotype, path) | 1429 converter_sink.__init__(self, ui, repotype, path) |
1429 commandline.__init__(self, ui, b'svn') | 1430 commandline.__init__(self, ui, b'svn') |
1430 self.delete = [] | 1431 self.delete = [] |
1431 self.setexec = [] | 1432 self.setexec = [] |
1432 self.delexec = [] | 1433 self.delexec = [] |