log hgext/largefiles/reposetup.py @ 36016:ca62987f3f7d

age author description
Wed, 15 Nov 2017 01:07:42 -0800 Mark Thomas dirstate: add explicit methods for querying directories (API)
Fri, 29 Sep 2017 14:49:05 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify status()'s callers
Sat, 01 Apr 2017 02:32:49 +0900 FUJIWARA Katsunori largefiles: use readasstandin() to read hex hash directly from filectx
Tue, 14 Mar 2017 23:49:10 -0700 Pierre-Yves David largefiles: don't use mutable default argument value
Thu, 27 Oct 2016 20:06:33 +0200 Mads Kiilerich largefiles: handle that a found standin file doesn't exist when removing it stable
Mon, 17 Oct 2016 17:12:24 +0200 Mads Kiilerich largefiles: fix 'deleted' files sometimes persistently appearing with R status stable
Thu, 12 May 2016 11:49:23 +0200 liscju largefiles: rename match_ to matchmod import in reposetup
Tue, 10 May 2016 15:04:22 +0200 liscju py3: make largefiles/reposetup.py use absolute_import
Sun, 27 Mar 2016 13:00:28 -0700 Mads Kiilerich largefiles: introduce push --lfrev to control which revisions are pushed
Wed, 13 Apr 2016 01:09:11 +0200 Mads Kiilerich localrepo: refactor prepushoutgoinghook to take a pushop
Sat, 19 Mar 2016 15:31:13 +0100 liscju largefiles: replace invocation of os.path module by vfs in reposetup.py
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use context manager in largefiles commit
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Mon, 23 Mar 2015 17:07:25 -0700 Martin von Zweigbergk largefiles: fix typo with s/__class/__class__/