sapling/hgext
Martin von Zweigbergk 2fbf01764c util: rename checkcase() to fscasesensitive() (API)
I always read the name "checkcase(path)" as "do we need to check for
case folding at this path", but it's actually (I think) meant to be
read "check if the file system cares about case at this path". I'm
clearly not the only one confused by this as the dirstate has this
property:

  def _checkcase(self):
      return not util.checkcase(self._join('.hg'))

Maybe we should even inverse the function and call it fscasefolding()
since that's what all callers care about?
2016-08-30 09:22:53 -07:00
..
convert extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
fsmonitor extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
highlight extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
largefiles extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
zeroconf extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
__init__.py hgext: officially turn 'hgext' into a namespace package 2016-02-27 12:56:26 +01:00
acl.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
automv.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
blackbox.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
bugzilla.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
censor.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
chgserver.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
children.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
churn.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
clonebundles.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
color.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
eol.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
extdiff.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
factotum.py url: extract password database from password manager 2016-06-05 23:36:23 +02:00
fetch.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
gpg.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
graphlog.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
hgk.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
histedit.py histedit: correct output of error when 'base' is from the edit list 2016-08-30 13:13:50 -04:00
journal.py journal: rename on disk files to 'namejournal' 2016-08-24 03:59:19 +02:00
keyword.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
logtoprocess.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
mq.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
notify.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
pager.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
patchbomb.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
purge.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
rebase.py rebase: properly calculate total commits to rebase (issue5347) 2016-08-26 00:16:51 +00:00
record.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
relink.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
schemes.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
share.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
shelve.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
strip.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
transplant.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
win32mbcs.py util: rename checkcase() to fscasesensitive() (API) 2016-08-30 09:22:53 -07:00
win32text.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00