mercurial-crecord (0.20151121-1) unstable; urgency=medium

  Selective record functionality has been incorporated into Mercurial
  since version 3.8.1.

  Configure your .hgrc file to enable the selective commit by adding
  the following lines:

    [ui]
    interface = curses

  The curses interface will be used by all interactive commits, e.g.

    hg commit -i

  You may add an alias to the .hgrc to mimic the old call to crecord:

    [alias]
    crecord = commit -i

 -- Andrej Shadura <andrewsh@debian.org>  Mon, 16 Sep 2019 19:38:45 +0200
