# HG changeset patch # User Vadim Gelfer # Date 1150932021 25200 # Node ID 287b7da4aeaad0bba891238eb0d70f778e296e9f # Parent 857591c586e03d1a972d984ddad704e790535d75 fix bug in localrepo.changes. caused by 1e32e2fe8a677c391049d40b8794478976a0a914. diff -r 857591c586e0 -r 287b7da4aeaa mercurial/localrepo.py --- a/mercurial/localrepo.py Wed Jun 21 15:31:23 2006 -0700 +++ b/mercurial/localrepo.py Wed Jun 21 16:20:21 2006 -0700 @@ -617,6 +617,7 @@ del mf[fn] return mf + modified, added, removed, deleted, unknown, ignored = [],[],[],[],[],[] compareworking = False if not node1 or node1 == self.dirstate.parents()[0]: compareworking = True