# HG changeset patch
# User Siddharth Agarwal <sid0@fb.com>
# Date 1451595372 28800
#      Thu Dec 31 12:56:12 2015 -0800
# Node ID 1bdabf776172e319814ce4315531044d9c5bb03a
# Parent  be627eeee5a9f6250550aeeaea3b74a6bf07f327
gitdirstate: fix up compat comment

pathutil isn't in 2.8.

diff --git a/hggit/gitdirstate.py b/hggit/gitdirstate.py
--- a/hggit/gitdirstate.py
+++ b/hggit/gitdirstate.py
@@ -18,7 +18,7 @@
 except (AttributeError, ImportError):
     # ignore module was removed in Mercurial 3.5
     ignoremod = False
-# pathauditor moved to pathutil in 2.8
+# pathauditor moved to pathutil in 2.9
 try:
     from mercurial import pathutil
     pathutil.pathauditor