Differences between revisions 2 and 3
Revision 2 as of 2012-02-15 22:47:47
Size: 540
Editor: ks3095497
Comment: Download location is a repository.
Revision 3 as of 2014-04-24 13:35:09
Size: 615
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

/!\ '''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)