sapling/hgext
FUJIWARA Katsunori a8d00559c9 win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
this patch allows win32mbcs extension to be enabled on cygwin platform
for problematic character encodings.

on recent cygwin platform, even though
"os.path.supports_unicode_filenames" is False, "os.listdir()" and
other path manipulation functions can return the result correctly
decoded in unicode for invocations with unicode arguments, if locale
is configured properly.

existing code to check "os.path.supports_unicode_filenames" is kept to
prevent win32mbcs from being enabled on unexpected platform.
2011-12-25 20:32:48 +09:00
..
convert merge with stable 2011-12-05 17:48:40 -06:00
highlight highlight: fix to work with caching templater 2010-04-19 16:47:44 -05:00
inotify building: build inotify for sys.platform='linux*' 2011-09-20 15:21:27 +03:00
largefiles merge with stable 2011-12-21 14:36:08 -06:00
zeroconf check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py acl: more descriptive error messages 2011-10-06 19:45:26 -03:00
bugzilla.py bugzilla: fix typo in documentation 2011-06-14 20:08:35 -03:00
children.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
churn.py scmutil: switch match users to supplying contexts 2011-06-18 16:52:51 -05:00
color.py color: add styles for tags 2011-08-21 20:40:10 +01:00
eol.py merge with stable 2011-07-13 16:29:28 -05:00
extdiff.py extdiff: use ui out descriptor when calling util.system 2011-06-24 17:04:37 +03:00
fetch.py hg: change various repository() users to use peer() where appropriate 2011-06-10 11:43:38 -05:00
gpg.py gpg: use cmdutil.command decorator 2011-05-12 14:31:01 +02:00
graphlog.py graphlog: attempt to fix index overrun (issue2912) 2011-08-10 13:25:35 -05:00
hgcia.py hgcia: Set default value of strip to -1 (issue2891) 2011-07-09 09:44:15 +02:00
hgk.py scmutil: switch match users to supplying contexts 2011-06-18 16:52:51 -05:00
interhg.py interhg: use uisetup() instead of module-load side effects 2010-10-16 18:09:47 -05:00
keyword.py keyword: backout realpath change (issue3071) 2011-10-30 12:10:11 -05:00
mq.py phases: prevent mq to qimport immutable change. 2011-12-21 23:47:18 +01:00
notify.py notify: change behavior of "changegroup" hook 2011-12-15 13:57:54 +01:00
pager.py hgext: replace uses of hasattr with util.safehasattr 2011-07-25 20:37:12 -05:00
patchbomb.py mail: mbox handling as a part of mail handling, refactored from patchbomb 2011-11-23 02:11:24 +01:00
progress.py progress: check for ui.quiet and ui.debugflag before we write 2011-12-14 15:41:08 +01:00
purge.py scmutil: switch match users to supplying contexts 2011-06-18 16:52:51 -05:00
rebase.py merge with stable 2011-11-10 11:00:27 -06:00
record.py record: use command wrapper properly for qnew/qrefresh (issue3001) 2011-10-01 15:47:03 -05:00
relink.py hgext: replace uses of hasattr with util.safehasattr 2011-07-25 20:37:12 -05:00
schemes.py util: fix url.__str__() for windows file URLs 2011-12-04 18:22:25 +01:00
share.py share: drop unused import 2011-09-10 17:59:47 -05:00
transplant.py transplant: add --edit option 2011-10-10 23:07:09 -05:00
win32mbcs.py win32mbcs: allow win32mbcs extension to be enabled on cygwin platform 2011-12-25 20:32:48 +09:00
win32text.py win32text: give deprecation warning 2010-10-25 11:29:32 -05:00