Mercurial > evolve
annotate .hgignore @ 1844:862cabc132fd
topic: add ability to change topic of non-public changes
This is a little crude, but it gets the job done. You probably don't
want to use this without evolution for now.
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 10 Jun 2015 15:03:39 -0400 |
parents | 1bc5e62fc0c7 |
children | b6f934ed3570 |
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 |