Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-05-31 11:13:12
Size: 543
Comment: Wrote about win32xattrs extension
Revision 3 as of 2014-04-24 13:35:09
Size: 615
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://bitbucket.org/yuja/hgext-win32xattrs/ Repository: http://bitbucket.org/yuja/hgext-win32xattrs/

/!\ '''This extension is outdated and will no longer work correctly.'''

Win32xattrs Extension

This extension is not distributed with Mercurial.

Author: 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

Win32xattrsExtension (last edited 2014-04-24 13:35:09 by YuyaNishihara)