Skip to content
Snippets Groups Projects
Commit e68908edebba authored by Jordi Gutiérrez Hermoso's avatar Jordi Gutiérrez Hermoso
Browse files

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.
parent 7d85c6e59dd1
No related branches found
No related tags found
1 merge request!776crecord: add search functionality (issue6834)
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment