http://bugs.grommit.com/show_bug.cgi?id=427
richlowe at richlowe.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|scm-migration- |richlowe at richlowe.net |dev at opensolaris.org | ------- Comment #3 from richlowe at richlowe.net 2008-04-08 10:10 PDT ------- What we need here is a very small new module under onbld.Scm that compares the version of Hg to the version(s) we expect, and throws an exception that consumers may catch, and for hg-active and cdm to use this code to check the version. This needs to be a new module, rather than part of WorkSpace, since attempts to import WorkSpace with a too-new or too-old cdm may fail, which may leave us unable to actually check the version in time to be useful (or at all!). The constraints on this new module (and its use), would be that it must rely on as little of mercurial as possible (ideally just version.get_version()), and that version must be checked as early as possible (ideally, before importing much, if anything, from mercurial.*) -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the assignee for the bug, or are watching the assignee.