http://bugs.grommit.com/show_bug.cgi?id=363
------- Comment #2 from danek.duvall at sun.com 2007-10-19 14:41 PDT ------- I wouldn't use find like that. You should probably be comparing the lists of checked in files. So look for all s. files (like dir.flp does). And use hg manifest. Finding files that are unique to one workspace or the other is as simple as passing the two lists through comm -3 (or comm -13 and comm -23 separately). -- Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.