# HgAdapter **Repository Path**: mirrors_DevExpress/HgAdapter ## Basic Information - **Project Name**: HgAdapter - **Description**: Mercurial adapter for CCNet - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Mercurial adapter for CCNet =========================== [![Build status](https://ci.appveyor.com/api/projects/status/ppb21yojce9idat0/branch/master?svg=true)](https://ci.appveyor.com/project/dxrobot/hgadapter/branch/master) Implements the [external source control](http://cruisecontrolnet.org/projects/ccnet/wiki/External) API. Usage: GETMODS {date|(NOW)} prev_date --repo=path [--revset=revset] [--include=pattern] [--timeout=number] GETSOURCE target_path {max_date|(MAX)} --repo=path [--revset=revset] [--include=pattern] [--subdir=path] See: [revsets](http://www.selenic.com/hg/help/revsets), [patterns](http://www.selenic.com/hg/help/patterns) Samples: GETMODS (NOW) "2015-04-15 15:00:00" --repo=\path\to\repo --revset=branch(feature1) --include=listfile:files.txt GETSOURCE D:\temp (MAX) --repo=\path\to\repo --revset=branch(feature1) --include=listfile:files.txt Direct usage in DX CCNet config: /c $(hga_exec) GETSOURCE "%CCNetWorkingDirectory%" "%DXCCNetBuildDateTime%" $(hga_extra)