log hggit/gitdirstate.py @ 1135:c4703246f350

age author description
Fri, 02 Feb 2018 13:41:42 -0600 Kevin Bullock compat: mark all compat-checking locations outside hggit.compat with "COMPAT:"
Wed, 02 May 2018 20:43:17 -0500 Kevin Bullock compat: switch from hgutil.Abort to error.Abort
Mon, 27 Nov 2017 18:46:07 -0500 Sean Farley cleanup: add some blank lines
Mon, 27 Nov 2017 18:22:34 -0500 Sean Farley cleanup: fix incorrect indentation
Sat, 05 Aug 2017 02:13:11 +0900 FUJIWARA Katsunori gitdirstate: show pattern error in hgignore file as expected
Sun, 06 Aug 2017 09:45:35 -0500 Kevin Bullock compat: delay importing osutil until we know we need it
Mon, 19 Jun 2017 13:50:45 -0500 Kevin Bullock gitdirstate: use util.listdir if available
Thu, 31 Dec 2015 12:56:12 -0800 Siddharth Agarwal gitdirstate: fix up compat comment
Thu, 31 Dec 2015 12:45:30 -0800 Siddharth Agarwal merge
Thu, 31 Dec 2015 12:36:16 -0800 Siddharth Agarwal gitdirstate: regularize mercurial imports
Tue, 29 Dec 2015 18:06:14 +0000 timeless init: handle AttributeError in addition to ImportError
Sun, 31 May 2015 13:54:15 +0900 Yuya Nishihara gitdirstate: eliminate naked except clause in compatibility code
Sun, 31 May 2015 13:51:42 +0900 Yuya Nishihara ignore: evaluate ignore.readpats to see if ignore module really exists
Thu, 28 May 2015 12:40:49 -0700 Durham Goode ignore: update ignore logic to match upstream
Wed, 22 Apr 2015 16:34:25 -0700 Sean Farley gitdirstate: flake8 cleanup
Fri, 03 Apr 2015 10:27:04 -0700 Siddharth Agarwal gitdirstate: use normalized path from _walkexplicit
Fri, 03 Apr 2015 10:25:18 -0700 Siddharth Agarwal gitdirstate: fix whitespace
Mon, 16 Feb 2015 18:35:35 +0100 Mathias De Maré gitdirstate: avoid an abort when a .gitignore is missing
Wed, 16 Apr 2014 22:04:26 +0900 Takumi IINO gignore: remove illegal components (issue92)
Fri, 07 Feb 2014 10:43:49 -0500 Jordi Gutiérrez Hermoso gitdirstate: import errno for handling OSError
Wed, 27 Nov 2013 09:27:59 -0500 Ben Kehoe Fix for #68 | Use .gitignore files (with proper semantics)