mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-25 05:56:38 +02:00
7da12ba3bb
- Rename Changes to Changes.old - In the Mercurial repository the Changes file no longer exists (except for a dummy file). You now need to run ./createchangelog to generate it. Of course in official releases the Changes file will be present and contain all details. - From now on, the Changes file is based on the history of the Mercurial repository. This means we no longer have to write text manually to the Changes file. This simple change helps a lot in future development because patches will no longer break when they are being ported from one branch to another.
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
If you are reading this, then this means you have checked out the Mercurial
|
|
repository. The change log is now generated from the Mercurial version
|
|
history.
|
|
|
|
Simply run the following command to generate this 'Changes' file:
|
|
./createchangelog
|