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

/gem5/util/maint/
H A Dshow_changes_by_file.py45 def diff_files(upstream, feature, paths=[]):
54 [ "git", "diff", "--name-status", "%s..%s" % (upstream, feature),
68 def cl_hash(upstream, feature, path):
70 for changesets which diff between the upstream branch and feature branch.
78 [ "git", "log", "--oneline", "%s..%s" % (upstream, feature),
88 "feature branch by filename(s) and changeset hash(es).")
93 parser.add_argument("--feature", "-f", type=str, default="HEAD",
101 odd = diff_files(args.upstream, args.feature, paths=args.paths)
108 sha = cl_hash(args.upstream, args.feature, path)
H A Dlist_changes.py133 def list_changes(upstream, feature, paths=[]):
134 feature_revs = tuple(list_revs(upstream, feature, paths=paths))
135 upstream_revs = tuple(list_revs(feature, upstream, paths=paths))
163 description="List incoming and outgoing changes in a feature branch")
168 parser.add_argument("--feature", "-f", type=str, default="HEAD",
184 list_changes(args.upstream, args.feature, paths=args.paths)
/gem5/src/base/
H A Dremote_gdb.cc979 for (const auto& feature : availableFeatures())
980 oss << ';' << feature; local

Completed in 8 milliseconds