Show More
@@ -2792,7 +2792,7 b' def createrepository(ui, path, createopt' | |||||
2792 | if unknownopts: |
|
2792 | if unknownopts: | |
2793 | raise error.Abort(_('unable to create repository because of unknown ' |
|
2793 | raise error.Abort(_('unable to create repository because of unknown ' | |
2794 | 'creation option: %s') % |
|
2794 | 'creation option: %s') % | |
2795 | ', '.sorted(unknownopts), |
|
2795 | ', '.join(sorted(unknownopts)), | |
2796 | hint=_('is a required extension not loaded?')) |
|
2796 | hint=_('is a required extension not loaded?')) | |
2797 |
|
2797 | |||
2798 | requirements = newreporequirements(ui, createopts=createopts) |
|
2798 | requirements = newreporequirements(ui, createopts=createopts) |
General Comments 0
You need to be logged in to leave comments.
Login now