hgext/mq.py
changeset 5645 1f044b04fa0a
parent 5534 61c230f81068
child 5673 dd3ce7515f4d
--- 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.