changeset 968:1bdabf776172

gitdirstate: fix up compat comment pathutil isn't in 2.8.
author Siddharth Agarwal <sid0@fb.com>
date Thu, 31 Dec 2015 12:56:12 -0800
parents be627eeee5a9
children 270962e56813
files hggit/gitdirstate.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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