== Win32xattrs Extension == '''This extension is not distributed with Mercurial.''' ''Author: [[YuyaNishihara|Yuya Nishihara]]'' Repository: http://bitbucket.org/yuja/hgext-win32xattrs/ /!\ '''This extension is outdated and will no longer work correctly.''' === Overview === This extension sets hidden attribute to .hg or .hgtags on Windows. It also copies windows-specific attributes on rename. === Configuration === Configure your .hgrc to enable the extension by adding following lines: {{{ [extensions] win32xattrs = /path/to/win32xattrs.py }}} ---- CategoryExtensionsByOthers