# HG changeset patch # User Alexis S. L. Carvalho # Date 1191695415 10800 # Node ID d9057f00d343c9ccda7faf357575cae509f5626d # Parent 18f8abefdb2ae0ec36704d6e4aad2123704ce3de convert: change SKIPREV to 'SKIP' diff -r 18f8abefdb2a -r d9057f00d343 hgext/convert/common.py --- a/hgext/convert/common.py Sat Oct 06 17:54:33 2007 +0200 +++ b/hgext/convert/common.py Sat Oct 06 15:30:15 2007 -0300 @@ -17,7 +17,7 @@ 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):