Show More
@@ -730,7 +730,7 b' class svnsubrepo(abstractsubrepo):' | |||||
730 | # URL exists at lastrev. Test it and fallback to rev it |
|
730 | # URL exists at lastrev. Test it and fallback to rev it | |
731 | # is not there. |
|
731 | # is not there. | |
732 | try: |
|
732 | try: | |
733 |
self._svncommand([' |
|
733 | self._svncommand(['list', '%s@%s' % (self._state[0], lastrev)]) | |
734 | return lastrev |
|
734 | return lastrev | |
735 | except error.Abort: |
|
735 | except error.Abort: | |
736 | pass |
|
736 | pass |
General Comments 0
You need to be logged in to leave comments.
Login now