Mercurial > evolve
annotate .hgignore @ 1888:dfaf0de6f4d8
topicmap: move the monkey patching into a context manager
There is a couple of other place doing branchmap/topicmap update (of the served
set), we'll have to set the monkey patching for them.
This changeset is just doing the move to a context manager to make sure it is
correct.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 14 Mar 2016 00:12:22 +0000 |
parents | b6f934ed3570 |
children | 143c8e4dc22d |
rev | line source |
---|---|
1839
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
1 syntax: glob |
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
2 *.orig |
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
3 *.pyc |
1bc5e62fc0c7
Initial dumb version of topics.
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
4 tests/*.err |
1882
b6f934ed3570
hgignore: also ignore testtimes
Augie Fackler <raf@durin42.com>
parents:
1839
diff
changeset
|
5 tests/.testtimes |