Message3848

Author ThomasAH
Recipients alexis, brendan, cboos, greg1, mpm
Date 2007-08-18.15:28:11
Content
The circular import patch<->cmdutil is no problem, even without demandimport.
(don't ask me why, but importing one or the other works fine)

Therefore I pushed an updated version of 55860a45bbf2 to crew (not crew-stable)

For transplanting this to -stable the changesets 18a9fbb5cd78, 60acf1432ee0 and
da1658d63647 would need to be transplanted, too.

mpm, should this be done?

If not, a dummy dispatch module should be added to -stable to provide
dispatch.dispatch(), too.
History
Date User Action Args
2007-08-18 15:28:13ThomasAHsetmessageid: <1187450893.08.0.262913545055.issue605@selenic.com>
2007-08-18 15:28:13ThomasAHsetrecipients: + mpm, brendan, alexis, cboos, greg1
2007-08-18 15:28:13ThomasAHlinkissue605 messages
2007-08-18 15:28:11ThomasAHcreate