view tests/test-config-case.t @ 12538:c87216e5e43e

mq: added return 0 on success I have added return 0 on success in docstrings of the different not deprecated mq commands.
author Erik Zielke <ez@aragost.com>
date Thu, 23 Sep 2010 16:56:32 +0200
parents 5e2216a35839
children 73d20de5f30b
line wrap: on
line source

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case