# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 2024-02-15 03:42:08 # Node ID e68908edebbad6549a6ef5ec012eb08b1fca7eb2 # Parent 7d85c6e59dd181b341021487a0d83eccdb97911b crecord: update uiheader docstring There's no need to move anything to patch.py. The uiheader class only has methods relevant to crecord and overrides __getattr__ in order to use `patch.header` objects as a sort of mixin. 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):