Mercurial > hg > mercurial-source
view tests/test-install @ 9734:36c388a1aa51
commands: call ui.username carefully in debuginstall
After c63c336ee2f7, 'hg debuginstall' would abort halfway through if
no username was set. We now catch and display the exception instead.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 07 Nov 2009 01:46:27 +0100 |
parents | 46280c004f22 |
children |
line wrap: on
line source
#!/bin/sh echo '% hg debuginstall' hg debuginstall echo '% hg debuginstall with no username' HGUSER= hg debuginstall # Happy End true