Differences between revisions 1 and 2
Revision 1 as of 2010-05-31 11:13:12
Size: 543
Comment: Wrote about win32xattrs extension
Revision 2 as of 2012-02-15 22:47:47
Size: 540
Editor: ks3095497
Comment: Download location is a repository.
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/

Win32xattrs Extension

This extension is not distributed with Mercurial.

Author: Yuya Nishihara

Repository: http://bitbucket.org/yuja/hgext-win32xattrs/

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)