memfilectx: call super.__init__ instead of duplicating code
This patch changes the calling signature of memfilectx's __init__ to fall in line with the other file contexts. Calling code and tests have been updated accordingly.
Showing
- contrib/synthrepo.py 2 additions, 2 deletionscontrib/synthrepo.py
- hgext/convert/hg.py 3 additions, 3 deletionshgext/convert/hg.py
- hgext/histedit.py 2 additions, 1 deletionhgext/histedit.py
- hgext/largefiles/lfcommands.py 9 additions, 8 deletionshgext/largefiles/lfcommands.py
- mercurial/cmdutil.py 2 additions, 1 deletionmercurial/cmdutil.py
- mercurial/commands.py 3 additions, 3 deletionsmercurial/commands.py
- mercurial/context.py 6 additions, 5 deletionsmercurial/context.py
- tests/test-context.py 1 addition, 1 deletiontests/test-context.py
Loading
Please register or sign in to comment