Lines Matching refs:copts
24 copts, files = getopt.getopt(rest, coptset)
43 func(x, copts, fn)
47 def checkin(x, copts, fn):
52 if not new and same(x, copts, fn, data):
61 def checkout(x, copts, fn):
67 def lock(x, copts, fn):
70 def unlock(x, copts, fn):
73 def info(x, copts, fn):
81 def head(x, copts, fn):
85 def list(x, copts, fn):
89 def log(x, copts, fn):
91 for o, a in copts:
97 def diff(x, copts, fn):
98 if same(x, copts, fn):
101 for o, a in copts:
113 def same(x, copts, fn, data = None):