Show More
@@ -600,9 +600,7 b' def makelocalrepository(baseui, path, in' | |||||
600 | ) |
|
600 | ) | |
601 | elif mismatch_config == b'abort': |
|
601 | elif mismatch_config == b'abort': | |
602 | raise error.Abort( |
|
602 | raise error.Abort( | |
603 | _( |
|
603 | _(b"share source does not support share-safe requirement"), | |
604 | b"share source does not support exp-sharesafe requirement" |
|
|||
605 | ), |
|
|||
606 | hint=hint, |
|
604 | hint=hint, | |
607 | ) |
|
605 | ) | |
608 | else: |
|
606 | else: |
@@ -481,7 +481,7 b' Make sure existing shares still works' | |||||
481 |
|
481 | |||
482 |
|
482 | |||
483 | $ hg log -GT "{node}: {desc}\n" -R ../ss-share |
|
483 | $ hg log -GT "{node}: {desc}\n" -R ../ss-share | |
484 |
abort: share source does not support e |
|
484 | abort: share source does not support share-safe requirement | |
485 | (see `hg help config.format.use-share-safe` for more information) |
|
485 | (see `hg help config.format.use-share-safe` for more information) | |
486 | [255] |
|
486 | [255] | |
487 |
|
487 |
General Comments 0
You need to be logged in to leave comments.
Login now