~ubuntu-branches/debian/sid/tortoisehg/sid

« back to all changes in this revision

Viewing changes to tortoisehg/hgqt/grep.py

  • Committer: Package Import Robot
  • Author(s): Ludovico Cavedon
  • Date: 2012-02-20 22:03:12 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120220220312-11yhqpn8suxvwyg4
Tags: 2.3-1
* Imported Upstream version 2.3 (Closes: #660387, #658140).
* Update dependency on Merurual (2.1, 2.2).

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
                        text = hglib.tounicode(text)
415
415
                        text = Qt.escape(text)
416
416
                        text = '<b>%s</b> <span>%s</span>' % (addremove, text)
417
 
                        row = [fname, rev, line, user, text]
 
417
                        row = [fname, int(rev), int(line), user, text]
418
418
                        emitrow(row)
419
419
                    except ValueError:
420
420
                        pass