hgext/histedit.py
changeset 49940 8cb848601bec
parent 49824 905eb32fdf4e
child 50030 1bd33932713d
equal deleted inserted replaced
49939:ab32fd8412a7 49940:8cb848601bec
   994 
   994 
   995 
   995 
   996 @action(
   996 @action(
   997     [b'_multifold'],
   997     [b'_multifold'],
   998     _(
   998     _(
   999         """fold subclass used for when multiple folds happen in a row
   999         b"""fold subclass used for when multiple folds happen in a row
  1000 
  1000 
  1001     We only want to fire the editor for the folded message once when
  1001     We only want to fire the editor for the folded message once when
  1002     (say) four changes are folded down into a single change. This is
  1002     (say) four changes are folded down into a single change. This is
  1003     similar to rollup, but we should preserve both messages so that
  1003     similar to rollup, but we should preserve both messages so that
  1004     when the last fold operation runs we can show the user all the
  1004     when the last fold operation runs we can show the user all the