annotate .hgignore @ 123:cdde1656346f

client: add 'hidden' property to show hidden changesets. This enables interactions with the obsolete changesets in the repository: - add the attribute in client class - add the keyword to the relevant commands - enable log without hidden changesets even when self.hidden is True - add a few tests with the hidden keyword This changeset mirrors the behavior of the mercurial global command --hidden: an attribute is added to the client library. If set at True, adds the hidden keyword to all command which can use it to show hidden changesets. The alternative would be to add the keyword in rawcommand, but the hidden flag is not relevant for commands such as add or branch.
author Paul Tonelli <paul.tonelli@logilab.fr>
date Thu, 22 May 2014 15:23:12 +0200
parents c41442cb355d
children 522cefa8cb45
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
1 syntax: glob
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
2
83
c41442cb355d .hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents: 66
diff changeset
3 dist
c41442cb355d .hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents: 66
diff changeset
4 MANIFEST
c41442cb355d .hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents: 66
diff changeset
5 MANIFEST.in
0
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
6 *.pyc
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
7 *.orig
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
8 *.rej
79f88b4db15f Initial commit
Idan Kamara <idankk86@gmail.com>
parents:
diff changeset
9 *~
1
bbd294291dd8 hgignore: vim
Idan Kamara <idankk86@gmail.com>
parents: 0
diff changeset
10 *.swp
7
eac8be119d81 tests: rearrange tests and use nosetests
Idan Kamara <idankk86@gmail.com>
parents: 1
diff changeset
11 *.noseids
66
358fd5c84270 add a setup.py
Idan Kamara <idankk86@gmail.com>
parents: 7
diff changeset
12 build