Searched refs:change_id (Results 1 - 1 of 1) sorted by relevance

/gem5/util/maint/
H A Dlist_changes.py90 def change_id(self): member in class:Commit
138 (c.change_id, c) for c in feature_revs if c.change_id is not None ])
140 (c.change_id, c) for c in upstream_revs if c.change_id is not None ])
143 lambda r: r.change_id and r.change_id not in feature_cids,
146 lambda r: r.change_id and r.change_id not in upstream_cids,
149 lambda r: r.change_id i
[all...]

Completed in 2 milliseconds