Fixed bug where a fossil output line would not be output under certain conditions

FossilOrigin-Name: 2744a0db324c05cb0f4e2e73128d8c3837d66479
This commit is contained in:
kostas
2015-05-03 17:57:33 +00:00
parent 8afb6c280c
commit 3b15999117
4 changed files with 47 additions and 16 deletions

View File

@@ -18,7 +18,8 @@ enum RunFlags
RUNFLAGS_SILENT_INPUT = 1<<0,
RUNFLAGS_SILENT_OUTPUT = 1<<1,
RUNFLAGS_SILENT_ALL = RUNFLAGS_SILENT_INPUT | RUNFLAGS_SILENT_OUTPUT,
RUNFLAGS_DETACHED = 1<<2
RUNFLAGS_DETACHED = 1<<2,
RUNFLAGS_DEBUG = 1<<3,
};
enum RepoStatus