view tests/test-config-case @ 8608:228db070bfc4

inotify: rename handle_event to handle_pollevent to avoid confusion event here refers to poll events, and are different from events read in server.read_events for example, where those events are inotify events.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 21 May 2009 19:22:29 +0900
parents 85a69f4d1e80
children
line wrap: on
line source

#!/bin/sh

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

hg showconfig Section