# HG changeset patch # User Chris Cannam # Date 1309388724 -3600 # Node ID 9f738c3ae9ba425992850b892457cb79bce56373 # Parent ee06f9275c9918fc9411fe949be55270d4e7837a Do the foregoing only if the user had explicitly asked for the remember option diff -r ee06f9275c99 -r 9f738c3ae9ba easyhg.py --- a/easyhg.py Thu Jun 30 00:04:33 2011 +0100 +++ b/easyhg.py Thu Jun 30 00:05:24 2011 +0100 @@ -232,7 +232,7 @@ def ask(self, force_dialog): - if self.auth_store.user and self.auth_store.passwd: + if self.auth_store.user and self.auth_store.passwd and self.auth_store.remember: if not force_dialog: return (self.auth_store.user, self.auth_store.passwd)