convert: change SKIPREV to 'SKIP'
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 06 Oct 2007 15:30:15 -0300
changeset 5400 d9057f00d343
parent 5399 18f8abefdb2a
child 5401 4c555dd167dd
convert: change SKIPREV to 'SKIP'
hgext/convert/common.py
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -17,7 +17,7 @@ def decodeargs(s):
 
 class NoRepo(Exception): pass
 
-SKIPREV = 'hg-convert-skipped-revision'
+SKIPREV = 'SKIP'
 
 class commit(object):
     def __init__(self, author, date, desc, parents, branch=None, rev=None):