##// END OF EJS Templates
bookmarks: fix bug that activated a bookmark even with -r passed...
bookmarks: fix bug that activated a bookmark even with -r passed If the current revision was the target revision of -r, then the bookmark would be active. Test cases have been updated accordingly.

File last commit:

r17267:979b107e stable
r19112:23f785b3 2.6 stable
Show More
hgignore.5.txt
34 lines | 725 B | text/plain | TextLexer
Martin Geisler
doc: use reStructuredText for man and HTML pages...
r9158 ==========
hgignore
==========
Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt....
r2209
Martin Geisler
doc: use reStructuredText for man and HTML pages...
r9158 ---------------------------------
syntax for Mercurial ignore files
---------------------------------
:Author: Vadim Gelfer <vadim.gelfer@gmail.com>
:Organization: Mercurial
:Manual section: 5
:Manual group: Mercurial Manual
Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt....
r2209
Yun Lee
help: move hgignore man page into built-in help (issue2769)
r14044 .. include:: ../mercurial/help/hgignore.txt
Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt....
r2209
Martin Geisler
doc: use titlecase in man page section titles
r9792 Author
FUJIWARA Katsunori
doc: unify section level between help topics...
r17267 ======
Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt....
r2209 Vadim Gelfer <vadim.gelfer@gmail.com>
Mercurial was written by Matt Mackall <mpm@selenic.com>.
Martin Geisler
doc: use titlecase in man page section titles
r9792 See Also
FUJIWARA Katsunori
doc: unify section level between help topics...
r17267 ========
Martin Geisler
doc: link man pages to one another
r9162 |hg(1)|_, |hgrc(5)|_
Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt....
r2209
Martin Geisler
doc: use titlecase in man page section titles
r9792 Copying
FUJIWARA Katsunori
doc: unify section level between help topics...
r17267 =======
Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt....
r2209 This manual page is copyright 2006 Vadim Gelfer.
Martin Geisler
doc: update copyright years to 2012...
r16548 Mercurial is copyright 2005-2012 Matt Mackall.
Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt....
r2209 Free use of this software is granted under the terms of the GNU General
Matt Mackall
Update license to GPLv2+
r10263 Public License version 2 or any later version.
Martin Geisler
doc: link man pages to one another
r9162
.. include:: common.txt
Yun Lee
help: move hgignore man page into built-in help (issue2769)
r14044