On Sat, 06 Jun 2009 19:52:05 +0200
Antoine DG <a...@crans.org> wrote:

> This patch seems to solve the issue.
> 
> --- a/vcpx/repository/hg.py   2009-06-06 19:27:12.000000000 +0200
> +++ b/vcpx/repository/hg.py   2009-06-06 18:22:29.000000000 +0200
> @@ -100,7 +100,7 @@
>  
>          from mercurial.node import bin
>          for rev in xrange(repo.changelog.rev(bin(sincerev)) + 1,
> -                          repo.changelog.count()):
> +                          len (repo.changelog)):
>              yield self._changesetForRevision(repo, str(rev))
>  
>      def _applyChangeset(self, changeset):

Thank you for the patch. Do you happen to know whether this is valid
for any mercurial release?

bye, lele.
-- 
nickname: Lele Gaifax    | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas    | comincerò ad aver paura di chi mi copia.
l...@nautilus.homeip.net |                 -- Fortunato Depero, 1929.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to