Mercurial > hg
diff contrib/debugshell.py @ 24188:5a7920c4d2ea
util: accept "now, today, yesterday" for dates even the locale is not english
Hi there!
Fixed date names are helpful for automated systems. So it is possible to
use english date parameter even if the underlying system uses another
locale.
We have here a jenkins with build jobs on different slaves that will do
some operations with "dates" parameter. Some systems uses English locale
and some systems uses German locale. So we needed to configure the job to
uses other date names.
As this is really annoying to keep the systems locale in mind for some
operations I looked into util.py. It would be helpful for automated systems
if the "default English" date names would even usable on other
locales.
I attached a simple patch for this.
Best regards
André Klitzing
author | André Klitzing <aklitzing@gmail.com> |
---|---|
date | Tue, 24 Feb 2015 14:12:13 +0100 |
parents | 8b5c039f2b4f |
children | e4b512bb6386 |