commit --message/--logfile options not recognized
Andre Kuehne
andre.kuehne at gmx.net
Mon Nov 13 13:54:53 CST 2006
Hello all
I am having trouble to hg commit with a predefined message:
ak at disko chicken> hg commit -m blurb
hg: option -m not recognized
...
ak at disko chicken> hg commit --message blurb
hg: option --message not recognized
...
ak at disko chicken> hg commit -l hg-ci-log
hg: option -l not recognized
...
ak at disko chicken> hg commit --logfile hg-ci-log
hg: option --logfile not recognized
...
ak at disko chicken> hg version
Mercurial Distributed SCM (version 0.9.1)
Copyright (C) 2005 Matt Mackall <mpm at selenic.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Strange. Can anyone help with this?
Regards
Andre
More information about the Mercurial
mailing list