hgext/largefiles/reposetup.py
changeset 18182 e6db64abfa87
parent 18154 93c697d9c158
child 18644 3e92772d5383
child 18726 431b246cfb12
--- a/hgext/largefiles/reposetup.py	Tue Jan 01 13:18:33 2013 -0600
+++ b/hgext/largefiles/reposetup.py	Tue Jan 01 13:04:40 2013 -0600
@@ -355,7 +355,7 @@
                 lfdirstate = lfutil.openlfdirstate(ui, self)
                 for standin in standins:
                     lfile = lfutil.splitstandin(standin)
-                    if lfdirstate[lfile] <> 'r':
+                    if lfdirstate[lfile] != 'r':
                         lfutil.updatestandin(self, standin)
                         lfdirstate.normal(lfile)
                     else: