hgext/convert/common.py
changeset 5374 e710874247d1
parent 5373 6aba1835a7b3
child 5377 756a43a30e34
--- a/hgext/convert/common.py
+++ b/hgext/convert/common.py
@@ -17,6 +17,8 @@ def decodeargs(s):
 
 class NoRepo(Exception): pass
 
+SKIPREV = 'hg-convert-skipped-revision'
+
 class commit(object):
     def __init__(self, author, date, desc, parents, branch=None, rev=None):
         self.author = author