.hgignore

Sun, 02 Aug 2015 17:15:00 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 02 Aug 2015 17:15:00 +0300
changeset 144
b3d1b356e544
parent 138
d0184734320e
child 160
0ee4ff913747
permissions
-rw-r--r--

- Remove hgapi dependence
- Limit the amount of commits being pulled in so that if there's a lot of them the bot won't time out
- If a changeset in e.g. sandbox gets pulled to main, it needs to be processed again or it won't get announced.
- Use hg cat instead of hg revert to get the contents of version.h to find out the Zandronum version without changing any files

62
052a8a1e3d7d - revamped commands, added a much more modular system. not everything migrated yet
Teemu Piippo <crimsondusk64@gmail.com>
parents: 61
diff changeset
1 syntax:glob
65
20bd76353eb5 - modularized the configuration and made it more systematic
Teemu Piippo <crimsondusk64@gmail.com>
parents: 62
diff changeset
2 cobalt*.json*
0
4904744b40eb - initial commit
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
3 untracked
123
aeb0d0788869 - added commits.db and mercurial support restructure
Teemu Piippo <crimsondusk64@gmail.com>
parents: 65
diff changeset
4 commits.db
62
052a8a1e3d7d - revamped commands, added a much more modular system. not everything migrated yet
Teemu Piippo <crimsondusk64@gmail.com>
parents: 61
diff changeset
5 *.pyc
65
20bd76353eb5 - modularized the configuration and made it more systematic
Teemu Piippo <crimsondusk64@gmail.com>
parents: 62
diff changeset
6 zandronum*
123
aeb0d0788869 - added commits.db and mercurial support restructure
Teemu Piippo <crimsondusk64@gmail.com>
parents: 65
diff changeset
7 cobalt.cfg
138
Teemu Piippo <crimsondusk64@gmail.com>
parents: 123
diff changeset
8 *.orig
Teemu Piippo <crimsondusk64@gmail.com>
parents: 123
diff changeset
9 *.rej

mercurial