Browse Source

initial revision

Matthew Wang 11 years ago
commit
b02e23bb4d
6 changed files with 924 additions and 0 deletions
  1. 339
    0
      COPYING
  2. 15
    0
      Makefile
  3. 7
    0
      README.md
  4. 390
    0
      src/cdiff.py
  5. 30
    0
      tests/multi.udiff
  6. 143
    0
      tests/single.udiff

+ 339
- 0
COPYING View File

@@ -0,0 +1,339 @@
1
+                    GNU GENERAL PUBLIC LICENSE
2
+                       Version 2, June 1991
3
+
4
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+                            Preamble
10
+
11
+  The licenses for most software are designed to take away your
12
+freedom to share and change it.  By contrast, the GNU General Public
13
+License is intended to guarantee your freedom to share and change free
14
+software--to make sure the software is free for all its users.  This
15
+General Public License applies to most of the Free Software
16
+Foundation's software and to any other program whose authors commit to
17
+using it.  (Some other Free Software Foundation software is covered by
18
+the GNU Lesser General Public License instead.)  You can apply it to
19
+your programs, too.
20
+
21
+  When we speak of free software, we are referring to freedom, not
22
+price.  Our General Public Licenses are designed to make sure that you
23
+have the freedom to distribute copies of free software (and charge for
24
+this service if you wish), that you receive source code or can get it
25
+if you want it, that you can change the software or use pieces of it
26
+in new free programs; and that you know you can do these things.
27
+
28
+  To protect your rights, we need to make restrictions that forbid
29
+anyone to deny you these rights or to ask you to surrender the rights.
30
+These restrictions translate to certain responsibilities for you if you
31
+distribute copies of the software, or if you modify it.
32
+
33
+  For example, if you distribute copies of such a program, whether
34
+gratis or for a fee, you must give the recipients all the rights that
35
+you have.  You must make sure that they, too, receive or can get the
36
+source code.  And you must show them these terms so they know their
37
+rights.
38
+
39
+  We protect your rights with two steps: (1) copyright the software, and
40
+(2) offer you this license which gives you legal permission to copy,
41
+distribute and/or modify the software.
42
+
43
+  Also, for each author's protection and ours, we want to make certain
44
+that everyone understands that there is no warranty for this free
45
+software.  If the software is modified by someone else and passed on, we
46
+want its recipients to know that what they have is not the original, so
47
+that any problems introduced by others will not reflect on the original
48
+authors' reputations.
49
+
50
+  Finally, any free program is threatened constantly by software
51
+patents.  We wish to avoid the danger that redistributors of a free
52
+program will individually obtain patent licenses, in effect making the
53
+program proprietary.  To prevent this, we have made it clear that any
54
+patent must be licensed for everyone's free use or not licensed at all.
55
+
56
+  The precise terms and conditions for copying, distribution and
57
+modification follow.
58
+
59
+                    GNU GENERAL PUBLIC LICENSE
60
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
+
62
+  0. This License applies to any program or other work which contains
63
+a notice placed by the copyright holder saying it may be distributed
64
+under the terms of this General Public License.  The "Program", below,
65
+refers to any such program or work, and a "work based on the Program"
66
+means either the Program or any derivative work under copyright law:
67
+that is to say, a work containing the Program or a portion of it,
68
+either verbatim or with modifications and/or translated into another
69
+language.  (Hereinafter, translation is included without limitation in
70
+the term "modification".)  Each licensee is addressed as "you".
71
+
72
+Activities other than copying, distribution and modification are not
73
+covered by this License; they are outside its scope.  The act of
74
+running the Program is not restricted, and the output from the Program
75
+is covered only if its contents constitute a work based on the
76
+Program (independent of having been made by running the Program).
77
+Whether that is true depends on what the Program does.
78
+
79
+  1. You may copy and distribute verbatim copies of the Program's
80
+source code as you receive it, in any medium, provided that you
81
+conspicuously and appropriately publish on each copy an appropriate
82
+copyright notice and disclaimer of warranty; keep intact all the
83
+notices that refer to this License and to the absence of any warranty;
84
+and give any other recipients of the Program a copy of this License
85
+along with the Program.
86
+
87
+You may charge a fee for the physical act of transferring a copy, and
88
+you may at your option offer warranty protection in exchange for a fee.
89
+
90
+  2. You may modify your copy or copies of the Program or any portion
91
+of it, thus forming a work based on the Program, and copy and
92
+distribute such modifications or work under the terms of Section 1
93
+above, provided that you also meet all of these conditions:
94
+
95
+    a) You must cause the modified files to carry prominent notices
96
+    stating that you changed the files and the date of any change.
97
+
98
+    b) You must cause any work that you distribute or publish, that in
99
+    whole or in part contains or is derived from the Program or any
100
+    part thereof, to be licensed as a whole at no charge to all third
101
+    parties under the terms of this License.
102
+
103
+    c) If the modified program normally reads commands interactively
104
+    when run, you must cause it, when started running for such
105
+    interactive use in the most ordinary way, to print or display an
106
+    announcement including an appropriate copyright notice and a
107
+    notice that there is no warranty (or else, saying that you provide
108
+    a warranty) and that users may redistribute the program under
109
+    these conditions, and telling the user how to view a copy of this
110
+    License.  (Exception: if the Program itself is interactive but
111
+    does not normally print such an announcement, your work based on
112
+    the Program is not required to print an announcement.)
113
+
114
+These requirements apply to the modified work as a whole.  If
115
+identifiable sections of that work are not derived from the Program,
116
+and can be reasonably considered independent and separate works in
117
+themselves, then this License, and its terms, do not apply to those
118
+sections when you distribute them as separate works.  But when you
119
+distribute the same sections as part of a whole which is a work based
120
+on the Program, the distribution of the whole must be on the terms of
121
+this License, whose permissions for other licensees extend to the
122
+entire whole, and thus to each and every part regardless of who wrote it.
123
+
124
+Thus, it is not the intent of this section to claim rights or contest
125
+your rights to work written entirely by you; rather, the intent is to
126
+exercise the right to control the distribution of derivative or
127
+collective works based on the Program.
128
+
129
+In addition, mere aggregation of another work not based on the Program
130
+with the Program (or with a work based on the Program) on a volume of
131
+a storage or distribution medium does not bring the other work under
132
+the scope of this License.
133
+
134
+  3. You may copy and distribute the Program (or a work based on it,
135
+under Section 2) in object code or executable form under the terms of
136
+Sections 1 and 2 above provided that you also do one of the following:
137
+
138
+    a) Accompany it with the complete corresponding machine-readable
139
+    source code, which must be distributed under the terms of Sections
140
+    1 and 2 above on a medium customarily used for software interchange; or,
141
+
142
+    b) Accompany it with a written offer, valid for at least three
143
+    years, to give any third party, for a charge no more than your
144
+    cost of physically performing source distribution, a complete
145
+    machine-readable copy of the corresponding source code, to be
146
+    distributed under the terms of Sections 1 and 2 above on a medium
147
+    customarily used for software interchange; or,
148
+
149
+    c) Accompany it with the information you received as to the offer
150
+    to distribute corresponding source code.  (This alternative is
151
+    allowed only for noncommercial distribution and only if you
152
+    received the program in object code or executable form with such
153
+    an offer, in accord with Subsection b above.)
154
+
155
+The source code for a work means the preferred form of the work for
156
+making modifications to it.  For an executable work, complete source
157
+code means all the source code for all modules it contains, plus any
158
+associated interface definition files, plus the scripts used to
159
+control compilation and installation of the executable.  However, as a
160
+special exception, the source code distributed need not include
161
+anything that is normally distributed (in either source or binary
162
+form) with the major components (compiler, kernel, and so on) of the
163
+operating system on which the executable runs, unless that component
164
+itself accompanies the executable.
165
+
166
+If distribution of executable or object code is made by offering
167
+access to copy from a designated place, then offering equivalent
168
+access to copy the source code from the same place counts as
169
+distribution of the source code, even though third parties are not
170
+compelled to copy the source along with the object code.
171
+
172
+  4. You may not copy, modify, sublicense, or distribute the Program
173
+except as expressly provided under this License.  Any attempt
174
+otherwise to copy, modify, sublicense or distribute the Program is
175
+void, and will automatically terminate your rights under this License.
176
+However, parties who have received copies, or rights, from you under
177
+this License will not have their licenses terminated so long as such
178
+parties remain in full compliance.
179
+
180
+  5. You are not required to accept this License, since you have not
181
+signed it.  However, nothing else grants you permission to modify or
182
+distribute the Program or its derivative works.  These actions are
183
+prohibited by law if you do not accept this License.  Therefore, by
184
+modifying or distributing the Program (or any work based on the
185
+Program), you indicate your acceptance of this License to do so, and
186
+all its terms and conditions for copying, distributing or modifying
187
+the Program or works based on it.
188
+
189
+  6. Each time you redistribute the Program (or any work based on the
190
+Program), the recipient automatically receives a license from the
191
+original licensor to copy, distribute or modify the Program subject to
192
+these terms and conditions.  You may not impose any further
193
+restrictions on the recipients' exercise of the rights granted herein.
194
+You are not responsible for enforcing compliance by third parties to
195
+this License.
196
+
197
+  7. If, as a consequence of a court judgment or allegation of patent
198
+infringement or for any other reason (not limited to patent issues),
199
+conditions are imposed on you (whether by court order, agreement or
200
+otherwise) that contradict the conditions of this License, they do not
201
+excuse you from the conditions of this License.  If you cannot
202
+distribute so as to satisfy simultaneously your obligations under this
203
+License and any other pertinent obligations, then as a consequence you
204
+may not distribute the Program at all.  For example, if a patent
205
+license would not permit royalty-free redistribution of the Program by
206
+all those who receive copies directly or indirectly through you, then
207
+the only way you could satisfy both it and this License would be to
208
+refrain entirely from distribution of the Program.
209
+
210
+If any portion of this section is held invalid or unenforceable under
211
+any particular circumstance, the balance of the section is intended to
212
+apply and the section as a whole is intended to apply in other
213
+circumstances.
214
+
215
+It is not the purpose of this section to induce you to infringe any
216
+patents or other property right claims or to contest validity of any
217
+such claims; this section has the sole purpose of protecting the
218
+integrity of the free software distribution system, which is
219
+implemented by public license practices.  Many people have made
220
+generous contributions to the wide range of software distributed
221
+through that system in reliance on consistent application of that
222
+system; it is up to the author/donor to decide if he or she is willing
223
+to distribute software through any other system and a licensee cannot
224
+impose that choice.
225
+
226
+This section is intended to make thoroughly clear what is believed to
227
+be a consequence of the rest of this License.
228
+
229
+  8. If the distribution and/or use of the Program is restricted in
230
+certain countries either by patents or by copyrighted interfaces, the
231
+original copyright holder who places the Program under this License
232
+may add an explicit geographical distribution limitation excluding
233
+those countries, so that distribution is permitted only in or among
234
+countries not thus excluded.  In such case, this License incorporates
235
+the limitation as if written in the body of this License.
236
+
237
+  9. The Free Software Foundation may publish revised and/or new versions
238
+of the General Public License from time to time.  Such new versions will
239
+be similar in spirit to the present version, but may differ in detail to
240
+address new problems or concerns.
241
+
242
+Each version is given a distinguishing version number.  If the Program
243
+specifies a version number of this License which applies to it and "any
244
+later version", you have the option of following the terms and conditions
245
+either of that version or of any later version published by the Free
246
+Software Foundation.  If the Program does not specify a version number of
247
+this License, you may choose any version ever published by the Free Software
248
+Foundation.
249
+
250
+  10. If you wish to incorporate parts of the Program into other free
251
+programs whose distribution conditions are different, write to the author
252
+to ask for permission.  For software which is copyrighted by the Free
253
+Software Foundation, write to the Free Software Foundation; we sometimes
254
+make exceptions for this.  Our decision will be guided by the two goals
255
+of preserving the free status of all derivatives of our free software and
256
+of promoting the sharing and reuse of software generally.
257
+
258
+                            NO WARRANTY
259
+
260
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
262
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
266
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
267
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
+REPAIR OR CORRECTION.
269
+
270
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
+POSSIBILITY OF SUCH DAMAGES.
279
+
280
+                     END OF TERMS AND CONDITIONS
281
+
282
+            How to Apply These Terms to Your New Programs
283
+
284
+  If you develop a new program, and you want it to be of the greatest
285
+possible use to the public, the best way to achieve this is to make it
286
+free software which everyone can redistribute and change under these terms.
287
+
288
+  To do so, attach the following notices to the program.  It is safest
289
+to attach them to the start of each source file to most effectively
290
+convey the exclusion of warranty; and each file should have at least
291
+the "copyright" line and a pointer to where the full notice is found.
292
+
293
+    <one line to give the program's name and a brief idea of what it does.>
294
+    Copyright (C) <year>  <name of author>
295
+
296
+    This program is free software; you can redistribute it and/or modify
297
+    it under the terms of the GNU General Public License as published by
298
+    the Free Software Foundation; either version 2 of the License, or
299
+    (at your option) any later version.
300
+
301
+    This program is distributed in the hope that it will be useful,
302
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
303
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
304
+    GNU General Public License for more details.
305
+
306
+    You should have received a copy of the GNU General Public License along
307
+    with this program; if not, write to the Free Software Foundation, Inc.,
308
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309
+
310
+Also add information on how to contact you by electronic and paper mail.
311
+
312
+If the program is interactive, make it output a short notice like this
313
+when it starts in an interactive mode:
314
+
315
+    Gnomovision version 69, Copyright (C) year name of author
316
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
317
+    This is free software, and you are welcome to redistribute it
318
+    under certain conditions; type `show c' for details.
319
+
320
+The hypothetical commands `show w' and `show c' should show the appropriate
321
+parts of the General Public License.  Of course, the commands you use may
322
+be called something other than `show w' and `show c'; they could even be
323
+mouse-clicks or menu items--whatever suits your program.
324
+
325
+You should also get your employer (if you work as a programmer) or your
326
+school, if any, to sign a "copyright disclaimer" for the program, if
327
+necessary.  Here is a sample; alter the names:
328
+
329
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
330
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
331
+
332
+  <signature of Ty Coon>, 1 April 1989
333
+  Ty Coon, President of Vice
334
+
335
+This General Public License does not permit incorporating your program into
336
+proprietary programs.  If your program is a subroutine library, you may
337
+consider it more useful to permit linking proprietary applications with the
338
+library.  If this is what you want to do, use the GNU Lesser General
339
+Public License instead of this License.

+ 15
- 0
Makefile View File

@@ -0,0 +1,15 @@
1
+# Makefile for testing
2
+
3
+.PHONY: test single-udiff multi-udiff
4
+
5
+test: single-udiff multi-udiff
6
+
7
+single-udiff:
8
+	src/cdiff.py -t tests/single.udiff
9
+	src/cdiff.py -t tests/single.udiff | diff -u tests/single.udiff -
10
+
11
+multi-udiff:
12
+	src/cdiff.py -t tests/multi.udiff
13
+	src/cdiff.py -t tests/multi.udiff | diff -u tests/multi.udiff -
14
+
15
+# vim:set noet ts=8 sw=8:

+ 7
- 0
README.md View File

@@ -0,0 +1,7 @@
1
+## About
2
+
3
+Diff viewer.
4
+
5
+## Usage
6
+
7
+TODO

+ 390
- 0
src/cdiff.py View File

@@ -0,0 +1,390 @@
1
+#!/usr/bin/env python
2
+
3
+import sys
4
+import os
5
+import re
6
+
7
+
8
+class Hunk(object):
9
+
10
+    def __init__(self, hunk_header, old_addr, old_offset, new_addr, new_offset):
11
+        self.__hunk_header = hunk_header
12
+        self.__old_addr = old_addr
13
+        self.__old_offset = old_offset
14
+        self.__new_addr = new_addr
15
+        self.__new_offset = new_offset
16
+        self.__hunk_list = []   # 2-element group (attr, line)
17
+
18
+    def get_header(self):
19
+        return self.__hunk_header
20
+
21
+    def get_old_addr(self):
22
+        return (self.__old_addr, self.__old_offset)
23
+
24
+    def get_new_addr(self):
25
+        return (self.__new_addr, self.__new_offset)
26
+
27
+    def append(self, attr, line):
28
+        """attr: '-': old, '+': new, ' ': common"""
29
+        self.__hunk_list.append((attr, line))
30
+
31
+    def __iter__(self):
32
+        for hunk_line in self.__hunk_list:
33
+            yield hunk_line
34
+
35
+
36
+class Diff(object):
37
+
38
+    def __init__(self, headers, old_path, new_path, hunks):
39
+        self.__headers = headers
40
+        self.__old_path = old_path
41
+        self.__new_path = new_path
42
+        self.__hunks = hunks
43
+
44
+    def view_traditional(self, show_color):
45
+        out = []
46
+        if show_color:
47
+            color = None    # Use default
48
+            end_color = None
49
+        else:
50
+            color = 'none'  # No color
51
+            end_color = 'none'
52
+
53
+        for line in self.__headers:
54
+            out.append(self._view_header(line, color, end_color))
55
+
56
+        out.append(self._view_old_path(self.__old_path, color, end_color))
57
+        out.append(self._view_new_path(self.__new_path, color, end_color))
58
+
59
+        for hunk in self.__hunks:
60
+            out.append(self._view_hunk_header(hunk.get_header(), color,
61
+                end_color))
62
+            for (attr, line) in hunk:
63
+                if attr == '-':
64
+                    out.append(self._view_old(attr+line, color, end_color))
65
+                elif attr == '+':
66
+                    out.append(self._view_new(attr+line, color, end_color))
67
+                else:
68
+                    out.append(self._view_common(attr+line, color, end_color))
69
+
70
+        return ''.join(out)
71
+
72
+    def view_side_by_side(self, show_color, show_number, width):
73
+        """Do not really need to parse the hunks..."""
74
+        return 'TODO: show_color=%s, show_number=%s, width=%d' % (show_color,
75
+                show_number, width)
76
+
77
+    def _view_header(self, line, color=None, end_color=None):
78
+        if color is None:
79
+            color='cyan'
80
+        if end_color is None:
81
+            end_color = 'reset'
82
+        return self.__mark_color(line, color, end_color)
83
+
84
+    def _view_old_path(self, line, color=None, end_color=None):
85
+        if color is None:
86
+            color='yellow'
87
+        if end_color is None:
88
+            end_color = 'reset'
89
+        return self.__mark_color(line, color, end_color)
90
+
91
+    def _view_new_path(self, line, color=None, end_color=None):
92
+        if color is None:
93
+            color='yellow'
94
+        if end_color is None:
95
+            end_color = 'reset'
96
+        return self.__mark_color(line, color, end_color)
97
+
98
+    def _view_hunk_header(self, line, color=None, end_color=None):
99
+        if color is None:
100
+            color='lightblue'
101
+        if end_color is None:
102
+            end_color = 'reset'
103
+        return self.__mark_color(line, color, end_color)
104
+
105
+    def _view_old(self, line, color=None, end_color=None):
106
+        if color is None:
107
+            color='red'
108
+        if end_color is None:
109
+            end_color = 'reset'
110
+        return self.__mark_color(line, color, end_color)
111
+
112
+    def _view_new(self, line, color=None, end_color=None):
113
+        if color is None:
114
+            color='green'
115
+        if end_color is None:
116
+            end_color = 'reset'
117
+        return self.__mark_color(line, color, end_color)
118
+
119
+    def _view_common(self, line, color=None, end_color=None):
120
+        if color is None:
121
+            color='none'
122
+        if end_color is None:
123
+            end_color = 'none'
124
+        return self.__mark_color(line, color, end_color)
125
+
126
+    def __mark_color(self, text, start_code, end_code):
127
+        colors = {
128
+                'none'          : '',
129
+                'reset'         : '\x1b[0m',
130
+                'red'           : '\x1b[31m',
131
+                'green'         : '\x1b[32m',
132
+                'yellow'        : '\x1b[33m',
133
+                'blue'          : '\x1b[34m',
134
+                'cyan'          : '\x1b[36m',
135
+                'lightblue'     : '\x1b[1;34m',
136
+            }
137
+        return colors.get(start_code) + text + colors.get(end_code)
138
+
139
+
140
+class Udiff(Diff):
141
+
142
+    @staticmethod
143
+    def is_old_path(line):
144
+        return line.startswith('--- ')
145
+
146
+    @staticmethod
147
+    def is_new_path(line):
148
+        return line.startswith('+++ ')
149
+
150
+    @staticmethod
151
+    def is_hunk_header(line):
152
+        return line.startswith('@@ -')
153
+
154
+    @staticmethod
155
+    def is_old(line):
156
+        return line.startswith('-') and not Udiff.is_old_path(line)
157
+
158
+    @staticmethod
159
+    def is_new(line):
160
+        return line.startswith('+') and not Udiff.is_new_path(line)
161
+
162
+    @staticmethod
163
+    def is_common(line):
164
+        return line.startswith(' ')
165
+
166
+    @staticmethod
167
+    def is_eof(line):
168
+        # \ No newline at end of file
169
+        return line.startswith('\\')
170
+
171
+    @staticmethod
172
+    def is_header(line):
173
+        return re.match(r'^[^+@\\ -]', line)
174
+
175
+
176
+class DiffParser(object):
177
+
178
+    def __init__(self, stream):
179
+        for line in stream[:10]:
180
+            if line.startswith('+++ '):
181
+                self.__type = 'udiff'
182
+                break
183
+        else:
184
+            raise RuntimeError('unknown diff type')
185
+
186
+        try:
187
+            self.__diffs = self.__parse(stream)
188
+        except (AssertionError, IndexError):
189
+            raise RuntimeError('invalid patch format')
190
+
191
+
192
+    def get_diffs(self):
193
+        return self.__diffs
194
+
195
+    def __parse(self, stream):
196
+        if self.__type == 'udiff':
197
+            return self.__parse_udiff(stream)
198
+        else:
199
+            raise RuntimeError('unsupported diff format')
200
+
201
+    def __parse_udiff(self, stream):
202
+        """parse all diff lines here, construct a list of Udiff objects"""
203
+        out_diffs = []
204
+        headers = []
205
+        old_path = None
206
+        new_path = None
207
+        hunks = []
208
+        hunk = None
209
+
210
+        while stream:
211
+            if Udiff.is_header(stream[0]):
212
+                if headers and old_path:
213
+                    # Encounter a new header
214
+                    assert new_path is not None
215
+                    assert hunk is not None
216
+                    hunks.append(hunk)
217
+                    out_diffs.append(Diff(headers, old_path, new_path, hunks))
218
+                    headers = []
219
+                    old_path = None
220
+                    new_path = None
221
+                    hunks = []
222
+                    hunk = None
223
+                else:
224
+                    headers.append(stream.pop(0))
225
+
226
+            elif Udiff.is_old_path(stream[0]):
227
+                if old_path:
228
+                    # Encounter a new patch set
229
+                    assert new_path is not None
230
+                    assert hunk is not None
231
+                    hunks.append(hunk)
232
+                    out_diffs.append(Diff(headers, old_path, new_path, hunks))
233
+                    headers = []
234
+                    old_path = None
235
+                    new_path = None
236
+                    hunks = []
237
+                    hunk = None
238
+                else:
239
+                    old_path = stream.pop(0)
240
+
241
+            elif Udiff.is_new_path(stream[0]):
242
+                assert old_path is not None
243
+                assert new_path is None
244
+                new_path = stream.pop(0)
245
+
246
+            elif Udiff.is_hunk_header(stream[0]):
247
+                assert old_path is not None
248
+                assert new_path is not None
249
+                if hunk:
250
+                    # Encounter a new hunk header
251
+                    hunks.append(hunk)
252
+                    hunk = None
253
+                else:
254
+                    # @@ -3,7 +3,6 @@
255
+                    hunk_header = stream.pop(0)
256
+
257
+                    addr_info = hunk_header.split()[1]
258
+                    assert addr_info.startswith('-')
259
+                    old_addr = addr_info.split(',')[0]
260
+                    old_offset = addr_info.split(',')[1]
261
+
262
+                    addr_info = hunk_header.split()[2]
263
+                    assert addr_info.startswith('+')
264
+                    new_addr = addr_info.split(',')[0]
265
+                    new_offset = addr_info.split(',')[1]
266
+
267
+                    hunk = Hunk(hunk_header, old_addr, old_offset, new_addr,
268
+                            new_offset)
269
+
270
+            elif Udiff.is_old(stream[0]) or Udiff.is_new(stream[0]) or \
271
+                    Udiff.is_common(stream[0]):
272
+                assert old_path is not None
273
+                assert new_path is not None
274
+                assert hunk is not None
275
+                hunk_line = stream.pop(0)
276
+                hunk.append(hunk_line[0], hunk_line[1:])
277
+
278
+            elif Udiff.is_eof(stream[0]):
279
+                # ignore
280
+                stream.pop(0)
281
+
282
+            else:
283
+                raise RuntimeError('unknown patch format: %s' % stream[0])
284
+
285
+        # The last patch
286
+        if hunk:
287
+            hunks.append(hunk)
288
+        if old_path:
289
+            if new_path:
290
+                out_diffs.append(Diff(headers, old_path, new_path, hunks))
291
+            else:
292
+                raise RuntimeError('unknown patch format after "%s"' % old_path)
293
+        elif headers:
294
+            raise RuntimeError('unknown patch format: %s' % \
295
+                    ('\n'.join(headers)))
296
+
297
+        return out_diffs
298
+
299
+
300
+class DiffViewer(object):
301
+
302
+    def __init__(self, stream):
303
+        self.__diffs = DiffParser(stream).get_diffs()
304
+
305
+    def view(self, show_color=True, show_number=False, width=0,
306
+            traditional=False):
307
+        if traditional:
308
+            return self.__view_traditional(show_color)
309
+        else:
310
+            return self.__view_side_by_side(show_color, show_number, width)
311
+
312
+    def __view_traditional(self, show_color):
313
+        out = []
314
+        for diff in self.__diffs:
315
+            out.append(diff.view_traditional(show_color))
316
+        return out
317
+
318
+    def __view_side_by_side(self, show_color, show_number, width):
319
+        """width of 0 or negative means auto detect terminal width"""
320
+        out = []
321
+        for diff in self.__diffs:
322
+            out.append(diff.view_side_by_side(show_color, show_number, width))
323
+        return out
324
+
325
+
326
+if __name__ == '__main__':
327
+    import optparse
328
+    import subprocess
329
+
330
+    usage = '''
331
+    %(prog)s [options] [diff]
332
+
333
+    View diff (patch) file if given, otherwise read stdin''' % \
334
+            {'prog': os.path.basename(sys.argv[0])}
335
+
336
+    parser = optparse.OptionParser(usage)
337
+    parser.add_option('-c', '--color', metavar='on|off|auto', default='auto',
338
+            help='enforce color' 'on|off|auto, default is auto')
339
+    parser.add_option('-n', '--number', action='store_true',
340
+            help='show line number')
341
+    parser.add_option('-w', '--width', type='int', default=0,
342
+            help='set text width for each side')
343
+    parser.add_option('-t', '--traditional', action='store_true',
344
+            help=('show in traditional format other than default side-by-side '
345
+                  'mode (omit -n, -w)'))
346
+    opts, args = parser.parse_args()
347
+
348
+    if opts.color == 'yes':
349
+        show_color = True
350
+    elif opts.color == 'no':
351
+        show_color = False
352
+    elif opts.color == 'auto':
353
+        show_color = sys.stdout.isatty()
354
+    else:
355
+        sys.stderr.write('Invalid color mode, try --help option for usage\n')
356
+        sys.exit(1)
357
+
358
+    if opts.width < 0:
359
+        opts.width = 0
360
+
361
+    if len(args) >= 1:
362
+        diff_hdl = open(args[0], 'r')
363
+    elif sys.stdin.isatty():
364
+        sys.stderr.write('Try --help option for usage\n')
365
+        sys.exit(1)
366
+    else:
367
+        diff_hdl = sys.stdin
368
+
369
+    stream = diff_hdl.readlines()
370
+    if diff_hdl is not sys.stdin:
371
+        diff_hdl.close()
372
+
373
+    diffviewer = DiffViewer(stream)
374
+    view = diffviewer.view(show_color=show_color, show_number=opts.number,
375
+            width=opts.width, traditional=opts.traditional)
376
+
377
+    if sys.stdout.isatty():
378
+        # args stolen fron git source, see less(1)
379
+        # https://github.com/git/git/blob/master/pager.c
380
+        pager = subprocess.Popen(['less', '-FRSXK'],
381
+                stdin=subprocess.PIPE, stdout=sys.stdout)
382
+        pager.stdin.write(''.join(view))
383
+        pager.stdin.close()
384
+        pager.wait()
385
+    else:
386
+        sys.stdout.write(''.join(view))
387
+
388
+    sys.exit(0)
389
+
390
+# vim:set et sts=4 sw=4 tw=80:

+ 30
- 0
tests/multi.udiff View File

@@ -0,0 +1,30 @@
1
+diff --git a/Makefile b/Makefile
2
+index 2dc65aa..4d698fc 100644
3
+--- a/Makefile
4
++++ b/Makefile
5
+@@ -2,9 +2,12 @@
6
+ 
7
+ .PHONY: test single
8
+ 
9
+-test: single
10
++test: single multi
11
+ 
12
+ single:
13
+ 	src/diffview.py -t tests/single.diff
14
+ 
15
++multi:
16
++	src/diffview.py -t tests/multi.diff
17
++
18
+ # vim:set noet ts=8 sw=8:
19
+diff --git a/README.md b/README.md
20
+index 39b5c84..1da3039 100644
21
+--- a/README.md
22
++++ b/README.md
23
+@@ -1,3 +1,7 @@
24
+ ## About
25
+ 
26
++Diff viewer.
27
++
28
+ ## Usage
29
++
30
++TODO

+ 143
- 0
tests/single.udiff View File

@@ -0,0 +1,143 @@
1
+diff --git a/diffview b/diffview
2
+index 80ff9a2..f92c107 100755
3
+--- a/diffview
4
++++ b/diffview
5
+@@ -2,20 +2,26 @@
6
+ 
7
+ import sys
8
+ import os
9
++import re
10
+ 
11
+ 
12
+ class Diff(object):
13
+ 
14
+-    def __init__(self, diff_lines):
15
+-        self.__diff_lines = diff_lines
16
+-        self.__type = 'udiff'
17
++    def __init__(self):
18
++        pass
19
++
20
++
21
++class Udiff(Diff):
22
++
23
++    def __init__(self, patch):
24
++        self.__patch = patch
25
+ 
26
+     def view_traditional(self, show_color):
27
+         if show_color:
28
+-            for line in self.__diff_lines:
29
++            for line in self.__patch:
30
+                 sys.stdout.write(self.__colorize(line))
31
+         else:
32
+-            for line in self.__diff_lines:
33
++            for line in self.__patch:
34
+                 sys.stdout.write(line)
35
+ 
36
+     def view_side_by_side(self, show_color, show_number, width):
37
+@@ -27,47 +33,79 @@ class Diff(object):
38
+                 'red': '\x1b[31m',
39
+                 'green': '\x1b[32m',
40
+                 'yellow': '\x1b[33m',
41
++                'blue': '\x1b[34m',
42
+                 'cyan': '\x1b[36m',
43
+                 'none': '\x1b[0m',
44
++                'lightblue': '\x1b[1;34m',
45
+             }
46
+         return colors.get(start_code, 'none') + text + colors.get(end_code,
47
+                 'none')
48
+ 
49
+     def __colorize(self, line):
50
+-        if line.startswith('diff ') or line.startswith('--- ') or \
51
+-                line.startswith('+++ '):
52
++        if line.startswith('--- ') or line.startswith('+++ '):
53
+             return self.__mark_color(line, 'yellow')
54
+         elif line.startswith('@@ '):
55
+-            return self.__mark_color(line, 'cyan')
56
++            return self.__mark_color(line, 'lightblue')
57
+         elif line.startswith('-'):
58
+             return self.__mark_color(line, 'red')
59
+         elif line.startswith('+'):
60
+             return self.__mark_color(line, 'green')
61
++        elif not line.startswith(' '):
62
++            return self.__mark_color(line, 'cyan')
63
+         else:
64
+             return line
65
+ 
66
+ 
67
+ class DiffParser(object):
68
+ 
69
+-    def __init__(self, all_diff_lines):
70
+-        self.__all_diff_lines = all_diff_lines
71
++    def __init__(self, patch_set):
72
++        for line in patch_set[:10]:
73
++            if line.startswith('--- '):
74
++                self.__type = 'udiff'
75
++                break
76
++        else:
77
++            raise RuntimeError('unknown diff type')
78
++
79
++        self.__patch_set = patch_set
80
+ 
81
+     def parse(self):
82
+-        diffs = []
83
++        if self.__type == 'udiff':
84
++            return self.__parse_udiff()
85
+ 
86
+-        # parse all diff lines here, construct a Diff object for diff lines of
87
+-        # one file one time
88
+-        #
89
+-        diff_lines = self.__all_diff_lines
90
+-        diffs.append(Diff(diff_lines))
91
++    def __parse_udiff(self):
92
++        """parse all diff lines here, construct a list of Udiff objects"""
93
++        diffs = []
94
++        patch = []
95
++        saw_diff = False
96
++
97
++        while self.__patch_set:
98
++            line = self.__patch_set[0]
99
++            if re.match('^[+@ -]', line):
100
++                # see a diff line
101
++                saw_diff = True
102
++                patch.append(self.__patch_set.pop(0))
103
++            else:
104
++                # see a header line
105
++                if saw_diff:
106
++                    # a header line for new file
107
++                    diffs.append(Udiff(patch))
108
++                    patch = []
109
++                    saw_diff = False
110
++                else:
111
++                    # still header line for current file
112
++                    patch.append(self.__patch_set.pop(0))
113
++
114
++        # the last patch
115
++        if patch:
116
++            diffs.append(Udiff(patch))
117
+ 
118
+         return diffs
119
+ 
120
+ 
121
+ class DiffViewer(object):
122
+ 
123
+-    def __init__(self, all_diff_lines):
124
+-        self.__diffs = DiffParser(all_diff_lines).parse()
125
++    def __init__(self, patch_set):
126
++        self.__diffs = DiffParser(patch_set).parse()
127
+ 
128
+     def view(self, show_color=True, show_number=False, width=0, traditional=False):
129
+         if traditional:
130
+@@ -130,11 +168,11 @@ if __name__ == '__main__':
131
+     else:
132
+         diff_hdl = sys.stdin
133
+ 
134
+-    all_diff_lines = diff_hdl.readlines()
135
++    patch_set = diff_hdl.readlines()
136
+     if diff_hdl != sys.stdin:
137
+         diff_hdl.close()
138
+ 
139
+-    diffviewer = DiffViewer(all_diff_lines)
140
++    diffviewer = DiffViewer(patch_set)
141
+     diffviewer.view(show_color=show_color, show_number=opts.number,
142
+             width=opts.width, traditional=opts.traditional)
143
+