##// END OF EJS Templates
crecord: update uiheader docstring...
Jordi Gutiérrez Hermoso -
r52273:e68908ed default
parent child Browse files
Show More
@@ -201,9 +201,8 b' class patch(patchnode, list): # todo: r'
201 201
202 202
203 203 class uiheader(patchnode):
204 """patch header
205
206 xxx shouldn't we move this to mercurial/patch.py ?
204 """
205 patchnode class wrapping a patch.header
207 206 """
208 207
209 208 def __init__(self, header):
General Comments 0
You need to be logged in to leave comments. Login now