# HG changeset patch # User Alexis S. L. Carvalho # Date 1191695415 10800 # Node ID d9057f00d343c9ccda7faf357575cae509f5626d # Parent 18f8abefdb2ae0ec36704d6e4aad2123704ce3de convert: change SKIPREV to 'SKIP' diff --git a/hgext/convert/common.py b/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):