diff -r e2e8e977a6cb -r 1f044b04fa0a hgext/mq.py --- a/hgext/mq.py Wed Dec 12 16:44:26 2007 -0600 +++ b/hgext/mq.py Thu Dec 13 20:35:42 2007 +0100 @@ -34,7 +34,7 @@ from mercurial import repair import os, sys, re, errno -commands.norepo += " qclone qversion" +commands.norepo += " qclone" # Patch names looks like unix-file names. # They must be joinable with queue directory and result in the patch path.