mercurial/configitems.toml
changeset 52061 43e15277498e
parent 51910 5d352e36ce06
child 52081 a021da4ec509
equal deleted inserted replaced
52060:8b7123c8947b 52061:43e15277498e
  1961 name = "on-unsupported"
  1961 name = "on-unsupported"
  1962 default = "abort"
  1962 default = "abort"
  1963 experimental = true
  1963 experimental = true
  1964 
  1964 
  1965 [[items]]
  1965 [[items]]
       
  1966 section = "rust"
       
  1967 name = "update-from-null"
       
  1968 default = true
       
  1969 experimental = true
       
  1970 documentation = """Whether to use the Rust fast-path when an update from null
       
  1971 is detected. This config item is here to help users disable the fastpath in
       
  1972 case one of their extensions is interfering with the update code. If you are
       
  1973 one of these people, please reach out.
       
  1974 """
       
  1975 
       
  1976 [[items]]
  1966 section = "server"
  1977 section = "server"
  1967 name = "bookmarks-pushkey-compat"
  1978 name = "bookmarks-pushkey-compat"
  1968 default = true
  1979 default = true
  1969 
  1980 
  1970 [[items]]
  1981 [[items]]