Mercurial > hg-stable
comparison mercurial/hg.py @ 21747:fecead61d222
error: restore python 2.4 compatibility for BundleValueError
Under python 2.4, this:
super(BundleValueError, self).__init__(msg)
raises this:
TypeError: super() argument 1 must be type, not classobj
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Tue, 10 Jun 2014 17:00:31 -0700 |
parents | 1ab30e9ba0fc |
children | 219af1521a6a |
comparison
equal
deleted
inserted
replaced
21746:2d47d81c79fb | 21747:fecead61d222 |
---|