File: ignore.txt

package info (click to toggle)
tortoisehg 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 12,248 kB
  • ctags: 2,416
  • sloc: python: 24,809; xml: 316; makefile: 86
file content (31 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Ignore Filter
=============

.. module:: ignore.dialog
	:synopsis: Dialog used to maintain the ignore filter

The ignore dialog is used to maintain your Mercurial repository's ignore
filter, which can be found in an :file:`.hgignore` file in the
repository root.  The dialog can be launched from the shell context
menu, or from the status or commit tools via the context menu of an
unknown file.

.. figure:: figures/ignore.jpg
	:alt: Ignore filter dialog

	Ignore Filter Dialog

From command line
-----------------

The ignore tool can be started from command line::

	hgtk hgignore [FILE]

	aliases: ignore, filter

	ignore filter editor

	use "hgtk -v help hgignore" to show global options

.. vim: noet ts=4