Mercurial > hg
diff mercurial/crecord.py @ 51380:e68908edebba
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.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 14 Feb 2024 22:42:08 -0500 |
parents | 7d85c6e59dd1 |
children | 1d488f7be492 |
line wrap: on
line diff
--- a/mercurial/crecord.py Wed Feb 14 22:40:47 2024 -0500 +++ b/mercurial/crecord.py Wed Feb 14 22:42:08 2024 -0500 @@ -201,9 +201,8 @@ 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):