Lines Matching refs:quick
262 def PendingText(self, quick=False):
269 if not quick:
1844 """alias for hg p --quick
1846 opts['quick'] = True
1858 quick = opts.get('quick', False)
1860 m = LoadAllCL(ui, repo, web=not quick and not short)
1868 ui.write(cl.PendingText(quick=quick) + "\n")
2154 ('', 'quick', False, 'do not consult codereview server'),