diff --git a/hgext/mq.py b/hgext/mq.py index 7e9095eaa6..ce3c98e5a2 100644 --- a/hgext/mq.py +++ b/hgext/mq.py @@ -34,7 +34,7 @@ from mercurial import commands, cmdutil, hg, patch, revlog, util 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.