##// END OF EJS Templates
mq: drop obsolete reference to 'qversion'
Peter Arrenbrecht -
r5645:1f044b04 default
parent child Browse files
Show More
@@ -34,7 +34,7 b' from mercurial import commands, cmdutil,'
34 from mercurial import repair
34 from mercurial import repair
35 import os, sys, re, errno
35 import os, sys, re, errno
36
36
37 commands.norepo += " qclone qversion"
37 commands.norepo += " qclone"
38
38
39 # Patch names looks like unix-file names.
39 # Patch names looks like unix-file names.
40 # They must be joinable with queue directory and result in the patch path.
40 # They must be joinable with queue directory and result in the patch path.
General Comments 0
You need to be logged in to leave comments. Login now