Show More
@@ -2738,7 +2738,7 b' class memctx(committablectx):' | |||
|
2738 | 2738 | date=None, |
|
2739 | 2739 | extra=None, |
|
2740 | 2740 | branch=None, |
|
2741 |
editor= |
|
|
2741 | editor=None, | |
|
2742 | 2742 | ): |
|
2743 | 2743 | super(memctx, self).__init__( |
|
2744 | 2744 | repo, text, user, date, extra, branch=branch |
@@ -2899,7 +2899,7 b' class metadataonlyctx(committablectx):' | |||
|
2899 | 2899 | user=None, |
|
2900 | 2900 | date=None, |
|
2901 | 2901 | extra=None, |
|
2902 |
editor= |
|
|
2902 | editor=None, | |
|
2903 | 2903 | ): |
|
2904 | 2904 | if text is None: |
|
2905 | 2905 | text = originalctx.description() |
General Comments 0
You need to be logged in to leave comments.
Login now