Mercurial > hg-stable
comparison mercurial/sshserver.py @ 9837:b13474cd1496
record: handle translated prompt correctly
The prompt function would return 'y' or 'n' untranslated. This should
therefore not be compared to _('y') and _('n'). However, it turns out
that prompt could just as well return a good old Boolean.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 11 Nov 2009 22:53:01 +0100 |
parents | 0c84afa1d622 |
children | 25e572394f5c |
comparison
equal
deleted
inserted
replaced
9836:916cf1e7b39f | 9837:b13474cd1496 |
---|