diff --git a/mercurial/crecord.py b/mercurial/crecord.py --- a/mercurial/crecord.py +++ b/mercurial/crecord.py @@ -201,9 +201,8 @@ class patch(patchnode, list): # todo: r class uiheader(patchnode): - """patch header - - xxx shouldn't we move this to mercurial/patch.py ? + """ + patchnode class wrapping a patch.header """ def __init__(self, header):