changeset 5400:d9057f00d343

convert: change SKIPREV to 'SKIP'
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sat, 06 Oct 2007 15:30:15 -0300
parents 18f8abefdb2a
children 4c555dd167dd
files hgext/convert/common.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):