--- a/hgext/graphlog.py Mon Oct 15 09:43:34 2012 -0700 +++ b/hgext/graphlog.py Tue Oct 16 11:43:15 2012 -0700 @@ -52,3 +52,5 @@ directory. """ return cmdutil.graphlog(ui, repo, *pats, **opts) + +commands.inferrepo += " glog"