Home
last modified time | relevance | path

Searched refs:TIMELINE_CHPICK (Results 1 – 2 of 2) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Dtimeline.c116 #define TIMELINE_CHPICK 0x0400000 /* Show cherrypick merges */ macro
227 if( (tmFlags & TIMELINE_CHPICK)!=0 in www_print_timeline()
230 tmFlags &= ~TIMELINE_CHPICK; in www_print_timeline()
423 if( (tmFlags & TIMELINE_CHPICK)!=0 && nParent>0 ){ in www_print_timeline()
1848 tmFlags |= TIMELINE_BRIEF | TIMELINE_GRAPH | TIMELINE_CHPICK;
1850 tmFlags |= TIMELINE_GRAPH | TIMELINE_CHPICK;
1857 tmFlags &= ~TIMELINE_CHPICK;
1860 tmFlags &= ~(TIMELINE_GRAPH|TIMELINE_CHPICK);
2544 tmFlags |= TIMELINE_CHPICK|TIMELINE_DISJOINT;
H A Dinfo.c323 |TIMELINE_CHPICK, in render_checkin_context()