Codebase list icdiff / debian/1.9.3-1
new upstream release Sascha Steinbiss 5 years ago
2 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 icdiff (1.9.3-1) unstable; urgency=medium
1
2 * New upstream release.
3
4 -- Sascha Steinbiss <satta@debian.org> Sat, 18 Aug 2018 12:07:49 +0200
5
06 icdiff (1.9.1-3) unstable; urgency=medium
17
28 * Use Salsa Vcs-* entries.
55 Last-Update: 2017-12-12
66 --- a/icdiff
77 +++ b/icdiff
8 @@ -262,7 +262,7 @@
9 return '%s %s' % (self._rpad(lid, 8), text)
8 @@ -276,7 +276,7 @@
9 self._rpad(simple_colorize(str(lid), "line-numbers"), 8), text)
1010
1111 def _real_len(self, s):
1212 - l = 0
1414 in_esc = False
1515 prev = ' '
1616 for c in replace_all({'\0+': "",
17 @@ -276,12 +276,12 @@
17 @@ -290,12 +290,12 @@
1818 else:
1919 if c == "[" and prev == "\033":
2020 in_esc = True