Show More
@@ -201,9 +201,8 b' class patch(patchnode, list): # todo: r' | |||||
201 |
|
201 | |||
202 |
|
202 | |||
203 | class uiheader(patchnode): |
|
203 | class uiheader(patchnode): | |
204 | """patch header |
|
204 | """ | |
205 |
|
205 | patchnode class wrapping a patch.header | ||
206 | xxx shouldn't we move this to mercurial/patch.py ? |
|
|||
207 | """ |
|
206 | """ | |
208 |
|
207 | |||
209 | def __init__(self, header): |
|
208 | def __init__(self, header): |
General Comments 0
You need to be logged in to leave comments.
Login now