~ubuntu-branches/ubuntu/wily/mercurial/wily

« back to all changes in this revision

Viewing changes to mercurial/keepalive.py

  • Committer: Package Import Robot
  • Author(s): Javi Merino
  • Date: 2013-11-01 23:19:57 UTC
  • mfrom: (1.2.38) (9.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20131101231957-hs70pwpinavlz3t6
Tags: 2.8-1
* New upstream release
* Fix mercurial-git and hgsubversion autopkgtest by loading the
  appropriate extension
* Bump standards-version to 3.9.5 (no change needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
499
499
        data, self._rbuf = self._rbuf[:i], self._rbuf[i:]
500
500
        return data
501
501
 
502
 
    def readlines(self, sizehint = 0):
 
502
    def readlines(self, sizehint=0):
503
503
        total = 0
504
504
        list = []
505
505
        while True: