0a9c455
*** /tmp/ediff2864wKI	2010-10-06 08:30:42.639138469 -0400
0a9c455
--- mercurial/i18n.py	2010-10-06 08:29:26.720138409 -0400
0a9c455
***************
0a9c455
*** 15,21 ****
0a9c455
      module = __file__
0a9c455
  
0a9c455
  base = os.path.dirname(module)
0a9c455
! for dir in ('.', '..'):
0a9c455
      localedir = os.path.join(base, dir, 'locale')
0a9c455
      if os.path.isdir(localedir):
0a9c455
          break
0a9c455
--- 15,21 ----
0a9c455
      module = __file__
0a9c455
  
0a9c455
  base = os.path.dirname(module)
0a9c455
! for dir in ('.', '..', '/usr/share'):
0a9c455
      localedir = os.path.join(base, dir, 'locale')
0a9c455
      if os.path.isdir(localedir):
0a9c455
          break