mercurial/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Mar 2014 09:43:46 +0000
changeset 405 9906c030ae1d
parent 403 237ed0ed6c49
child 410 34ca0972c5ba
permissions -rw-r--r--
More work on Mercurial revision log browser and revision selection dialog. * Added menu *Browse Commit Log* item to AbstractFileBrowser which opens HGCHangesetBrowser * Use HGChangsetDialog when asking for revision when comparing class to a particular revision. The UI is very basic and need to be polished. Also, for large repositories is bit slow, however it is mercurial (hg command) who takes so long to finish.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_libscm_mercurial.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_libscm_mercurial_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_libscm_mercurial_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_libscm_mercurial_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libscm_mercurial__DFN", _libstx_libscm_mercurial_InitDefinition, "stx:libscm/mercurial");
_stx_137libscm_137mercurial_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_libscm_mercurial_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_libscm_mercurial", _libstx_libscm_mercurial_Init, "stx:libscm/mercurial");
_HG2CVS_Init(pass,__pRT__,snd);
_HGAuthorQuery_Init(pass,__pRT__,snd);
_HGCachedFileData_Init(pass,__pRT__,snd);
_HGChange_Init(pass,__pRT__,snd);
_HGChangesetBrowser_Init(pass,__pRT__,snd);
_HGChangesetDialog_Init(pass,__pRT__,snd);
_HGChangesetFile_Init(pass,__pRT__,snd);
_HGChangesetId_Init(pass,__pRT__,snd);
_HGChangesetLabelsView_Init(pass,__pRT__,snd);
_HGChangesetList_Init(pass,__pRT__,snd);
_HGChangesetViewer_Init(pass,__pRT__,snd);
_HGCommandParser_Init(pass,__pRT__,snd);
_HGCommitDialog_Init(pass,__pRT__,snd);
_HGCommitTask_Init(pass,__pRT__,snd);
_HGDebugFlags_Init(pass,__pRT__,snd);
_HGError_Init(pass,__pRT__,snd);
_HGIconLibrary_Init(pass,__pRT__,snd);
_HGMergeInfo_Init(pass,__pRT__,snd);
_HGMergeTool_Init(pass,__pRT__,snd);
_HGNotification_Init(pass,__pRT__,snd);
_HGPackageRevision_Init(pass,__pRT__,snd);
_HGPackageWorkingCopy_Init(pass,__pRT__,snd);
_HGPackageWorkingCopyRegistry_Init(pass,__pRT__,snd);
_HGPushPullInfo_Init(pass,__pRT__,snd);
_HGRepositoryObject_Init(pass,__pRT__,snd);
_HGRevisionAnnotation_Init(pass,__pRT__,snd);
_HGRevisionInfo_Init(pass,__pRT__,snd);
_HGRevset_Init(pass,__pRT__,snd);
_HGRevsetEditor_Init(pass,__pRT__,snd);
_HGSourceCodeManagementSettingsAppl_Init(pass,__pRT__,snd);
_HGSourceCodeManager_Init(pass,__pRT__,snd);
_HGSourceCodeManagerUtilities_Init(pass,__pRT__,snd);
_HGStatus_Init(pass,__pRT__,snd);
_HGWarning_Init(pass,__pRT__,snd);
_HGWorkingCopyFile_Init(pass,__pRT__,snd);
_stx_137libscm_137mercurial_Init(pass,__pRT__,snd);
_HGBookmarkError_Init(pass,__pRT__,snd);
_HGChangeset_Init(pass,__pRT__,snd);
_HGChangesetLabel_Init(pass,__pRT__,snd);
_HGCommand_Init(pass,__pRT__,snd);
_HGCommandError_Init(pass,__pRT__,snd);
_HGCommandServer_Init(pass,__pRT__,snd);
_HGCommitError_Init(pass,__pRT__,snd);
_HGConfig_Init(pass,__pRT__,snd);
_HGNoSuchBranchError_Init(pass,__pRT__,snd);
_HGRemote_Init(pass,__pRT__,snd);
_HGRepository_Init(pass,__pRT__,snd);
_HGRepositoryError_Init(pass,__pRT__,snd);
_HGWorkingCopy_Init(pass,__pRT__,snd);
_HGBranch_Init(pass,__pRT__,snd);
_HGCommandParseError_Init(pass,__pRT__,snd);
_HGInvalidExecutableError_Init(pass,__pRT__,snd);
_HGInvalidVersionError_Init(pass,__pRT__,snd);
_HGPushError_Init(pass,__pRT__,snd);
_HGTagOrBookmark_Init(pass,__pRT__,snd);
_HGUnknownRevisionError_Init(pass,__pRT__,snd);
_HGBookmark_Init(pass,__pRT__,snd);
_HGPushWouldCreateNewHeadError_Init(pass,__pRT__,snd);
_HGTag_Init(pass,__pRT__,snd);

_stx_137libscm_137mercurial_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}