Lines Matching refs:diff
58 parser.add_argument('-d', '--diff', dest='diff', action='store',
60 help="diff undefined symbols between two commits "
66 "missing (required to run with --diff)")
87 if args.commit and args.diff:
90 if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff):
94 if args.commit or args.diff:
125 if args.sim and not args.commit and not args.diff:
137 if args.commit or args.diff:
146 elif args.diff:
147 split = args.diff.split("..")
197 commits = find_commits(symbol, args.diff)
236 def find_commits(symbol, diff):
237 """Find commits changing %symbol in the given range of %diff."""
240 symbol, diff])