mq: drop obsolete reference to 'qversion'

This commit is contained in:
Peter Arrenbrecht 2007-12-13 20:35:42 +01:00
parent caa5fee772
commit 977c33f8b5

View File

@ -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.