Feature Requests item #1849371, was opened at 2007-12-12 08:37 Message generated for change (Settings changed) made by sborho You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968357&aid=1849371&group_id=199155
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending Priority: 6 Private: No Submitted By: Peer Sommerlund (peso) Assigned to: Nobody/Anonymous (nobody) Summary: Interface to .hgignore Initial Comment: A feature that lets the user add files or patterns to the .hgignore file. It is not possible to create a file named .hgignore from Windows Explorer - you have to do this in the command prompt. ---------------------------------------------------------------------- >Comment By: Steve Borho (sborho) Date: 2009-02-15 23:21 Message: this feature is in crew, and will be in 0.7 ---------------------------------------------------------------------- Comment By: TK Soh (tksoh) Date: 2007-12-13 00:45 Message: Logged In: YES user_id=411637 Originator: NO It's probably not very intuitive to have that feature supported inside a commit tool. But it's workaround nonetheless. ---------------------------------------------------------------------- Comment By: Steve Borho (sborho) Date: 2007-12-12 21:00 Message: Logged In: YES user_id=12062 Originator: NO An option that is already supported is to run the commit tool (qct). If you pull up the context menu for unknown (unrevisioned) files, it offers to add file globs into your .hgignore file for you. For instance, if you have package/foo.pyc in your repository and you right click on it in qct, it will offer to ignore 'package/foo.pyc', 'package/*.pyc', or '*.pyc'. When you select one of those options, qct adds the appropriate lines into your .hgignore file for you and your .hgignore file will now show up in the file list as M (modified). ---------------------------------------------------------------------- Comment By: TK Soh (tksoh) Date: 2007-12-12 19:28 Message: Logged In: YES user_id=411637 Originator: NO I noticed this problem awhile back, but not just on .hgignore alone. Explorer actually would not accept any file/folder names that begins with a dot. How annoying, but it's from M$, so we can't expect much. Let see if we can work this out on TortoiseHg soon. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968357&aid=1849371&group_id=199155 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
