Show More
@@ -2738,7 +2738,7 b' class memctx(committablectx):' | |||||
2738 | date=None, |
|
2738 | date=None, | |
2739 | extra=None, |
|
2739 | extra=None, | |
2740 | branch=None, |
|
2740 | branch=None, | |
2741 |
editor= |
|
2741 | editor=None, | |
2742 | ): |
|
2742 | ): | |
2743 | super(memctx, self).__init__( |
|
2743 | super(memctx, self).__init__( | |
2744 | repo, text, user, date, extra, branch=branch |
|
2744 | repo, text, user, date, extra, branch=branch | |
@@ -2899,7 +2899,7 b' class metadataonlyctx(committablectx):' | |||||
2899 | user=None, |
|
2899 | user=None, | |
2900 | date=None, |
|
2900 | date=None, | |
2901 | extra=None, |
|
2901 | extra=None, | |
2902 |
editor= |
|
2902 | editor=None, | |
2903 | ): |
|
2903 | ): | |
2904 | if text is None: |
|
2904 | if text is None: | |
2905 | text = originalctx.description() |
|
2905 | text = originalctx.description() |
@@ -2845,7 +2845,7 b' class localrepository(object):' | |||||
2845 | date=None, |
|
2845 | date=None, | |
2846 | match=None, |
|
2846 | match=None, | |
2847 | force=False, |
|
2847 | force=False, | |
2848 |
editor= |
|
2848 | editor=None, | |
2849 | extra=None, |
|
2849 | extra=None, | |
2850 | ): |
|
2850 | ): | |
2851 | """Add a new revision to current repository. |
|
2851 | """Add a new revision to current repository. |
General Comments 0
You need to be logged in to leave comments.
Login now