Mercurial > hg
view tests/test-config-case @ 9513:ae88c721f916
cmdutil: service: add an optional runargs argument to pass the command to run
This would be necessary for inotify launching its server: the initial command
is a standard 'hg st'/'hg ci'/... but the daemon to run is 'hg inserve'
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sun, 16 Aug 2009 11:30:24 +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