mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
call pending lambda if available
This commit is contained in:
@@ -414,6 +414,11 @@ public class AbstractHgHandler
|
||||
|
||||
if (context.isPending())
|
||||
{
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("enable hg pending for {}", directory.getAbsolutePath());
|
||||
}
|
||||
|
||||
env.put(ENV_PENDING, directory.getAbsolutePath());
|
||||
|
||||
if (extraEnv.containsKey(ENV_REVISION_START))
|
||||
|
||||
Reference in New Issue
Block a user