Mercurial > hgsubversion
view tests/test_binaryfiles.py @ 1580:0d18108ec153
hgsubversion: fix something which looks like a cycle
Motivated from av6 fixes in topic extension on cycles and our internal servers
consuming a lot of memory, I found this.
| author | Pulkit Goyal <pulkit@yandex-team.ru> |
|---|---|
| date | Fri, 03 Aug 2018 21:08:37 +0530 |
| parents | da2c835cd6b8 |
| children |
line wrap: on
line source
import test_util import unittest class TestFetchBinaryFiles(test_util.TestBase): stupid_mode_tests = True def test_binaryfiles(self): repo = self._load_fixture_and_fetch('binaryfiles.svndump') self.assertEqual('cce7fe400d8d', str(repo['tip']))
