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