Lines Matching refs:active
144 active = ws.active(parent=parent)
145 return [(ws.filepath(e.name), e) for e in sorted(active)]
243 act = wslist[repo].active(opts.get('parent'))
282 act = wslist[repo].active(opts['parent'])
311 act = wslist[repo].active(parent)
319 act = wslist[repo].active(parent)
335 act = wslist[repo].active(parent)
350 active = wslist[repo].active(opts.get('parent'))
355 return Comments.comchk(active.comments(), check_db=check_db, output=ui)
654 active = wslist[repo].active(opts.get('parent'))
658 if ".hgtags" in active:
660 ptip = active.parenttip.rev()
783 active = wslist[repo].active(opts.get('parent'))
788 active.revs)
959 active = ws.active(parent)
961 if filter(lambda b: len(b.parents()) > 1, active.bases()):
965 if len(active.revs) <= 0:
968 if len(active.files()) <= 0:
970 len(active.revs))
979 bogosity = [f.parentname for f in active if f.is_renamed() and
995 comments = '\n'.join(active.comments())
1008 for name, nd, local in active.tags()]
1010 ws.squishdeltas(active, message, user=user)
1067 act = wslist[repo].active(opts['parent'])
1084 act = wslist[repo].active(opts['parent'])
1313 ui.write(wslist[repo].active(opts['parent']).as_text(pats))