##// END OF EJS Templates
cleanup: typos, formatting
Joerg Sonnenberger -
r51885:704c3d08 stable
parent child Browse files
Show More
@@ -896,7 +896,7 b' class unbundle20(unpackermixin):'
896 """utility to transfer a bundle2 as binary
896 """utility to transfer a bundle2 as binary
897
897
898 This is made necessary by the fact the 'getbundle' command over 'ssh'
898 This is made necessary by the fact the 'getbundle' command over 'ssh'
899 have no way to know then the reply end, relying on the bundle to be
899 have no way to know when the reply ends, relying on the bundle to be
900 interpreted to know its end. This is terrible and we are sorry, but we
900 interpreted to know its end. This is terrible and we are sorry, but we
901 needed to move forward to get general delta enabled.
901 needed to move forward to get general delta enabled.
902 """
902 """
@@ -289,8 +289,7 b' class sharesafe(requirementformatvariant'
289
289
290 postdowngrademessage = _(
290 postdowngrademessage = _(
291 b'repository downgraded to not use share safe mode, '
291 b'repository downgraded to not use share safe mode, '
292 b'existing shares will not work and needs to'
292 b'existing shares will not work and need to be reshared.'
293 b' be reshared.'
294 )
293 )
295
294
296 postupgrademessage = _(
295 postupgrademessage = _(
@@ -359,7 +358,7 b' class copiessdc(requirementformatvariant'
359 description = _(b'Stores copies information alongside changesets.')
358 description = _(b'Stores copies information alongside changesets.')
360
359
361 upgrademessage = _(
360 upgrademessage = _(
362 b'Allows to use more efficient algorithm to deal with ' b'copy tracing.'
361 b'Allows to use more efficient algorithm to deal with copy tracing.'
363 )
362 )
364
363
365 touches_filelogs = False
364 touches_filelogs = False
@@ -470,7 +470,7 b' Test that downgrading works too'
470 (it is safe to interrupt this process any time before data migration completes)
470 (it is safe to interrupt this process any time before data migration completes)
471 upgrading repository requirements
471 upgrading repository requirements
472 removing temporary repository $TESTTMP/non-share-safe/.hg/upgrade.* (glob)
472 removing temporary repository $TESTTMP/non-share-safe/.hg/upgrade.* (glob)
473 repository downgraded to not use share safe mode, existing shares will not work and needs to be reshared.
473 repository downgraded to not use share safe mode, existing shares will not work and need to be reshared.
474
474
475 $ hg debugrequirements
475 $ hg debugrequirements
476 dotencode
476 dotencode
General Comments 0
You need to be logged in to leave comments. Login now