# # # patch "tracvc/mtn/__init__.py" # from [155004c6ec268ce1f421896c8db6bfc32b37bcea] # to [27bddc6ef683d74219eb84c8c73b3358ba0b16ca] # # patch "tracvc/mtn/backend.py" # from [c8a5835923ef6dedadaebb3a828d05a0e810a067] # to [9e15fb159249c501ffc1f50e1bfdec9f6f73b4aa] # ============================================================ --- tracvc/mtn/__init__.py 155004c6ec268ce1f421896c8db6bfc32b37bcea +++ tracvc/mtn/__init__.py 27bddc6ef683d74219eb84c8c73b3358ba0b16ca @@ -1,5 +1,5 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = '0.0.2' +__version__ = '0.0.3' ============================================================ --- tracvc/mtn/backend.py c8a5835923ef6dedadaebb3a828d05a0e810a067 +++ tracvc/mtn/backend.py 9e15fb159249c501ffc1f50e1bfdec9f6f73b4aa @@ -295,11 +295,11 @@ class MonotoneRepository(Repository): """ return self.mtn.non_merged_branches() - def get_special_locations(self, from_rev): + def get_quickjump_entries(self, from_rev): """Generate a list of interesting places in the repositoy. `rev` might be used to restrict the list of available location, - but in general I think it's best to produce all known locations. + but in general it's best to produce all known locations. The generated results must be of the form (category, name, path, rev). """