Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix use ordering | Joey Hess | 2008-07-11 |
| | | | | | The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope. | ||
* | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds. | Joey Hess | 2008-03-03 |
| | | | | | | * rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo. | ||
* | * tla: Remove call to escapeHTML when constructing recentchanges message; | Joey Hess | 2008-02-20 |
| | | | | | the html is escaped at a different level. Closes: #466495 * bzr, mercurial: Remove unused import of escapeHTML. | ||
* | * Removed support for sending commit notification mails. Along with it went | Joey Hess | 2008-01-29 |
| | | | | | the svnrepo and notify settings, though both will be ignored if left in setup files. | ||
* | change rcs_recentchanges when to absolute, not relative, time | Joey Hess | 2008-01-28 |
| | | | | | No point in using a relative time value in rcs_recentchanges. Different consumers of the info want different things. | ||
* | figured out how rev is used.. | Joey Hess | 2008-01-28 |
| | |||
* | add an id field to the rcs_recentchanges return structure | Joey Hess | 2008-01-28 |
| | | | | | There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet. | ||
* | use --style default for get_ctime too | joey | 2007-08-29 |
| | |||
* | * mercurial: Fix rcs_getctime (thanks, bma) | joey | 2007-08-29 |
| | |||
* | thank goodness for test suites | joey | 2007-08-29 |
| | |||
* | * mercurial: Pass --style defaults to hg log to ensure right format is used. | joey | 2007-08-29 |
| | |||
* | * Apply patch from hb that uses the full path to a file when adding a file | joey | 2007-04-29 |
| | | | | | | using the mercurial backend. Not 100% sure why it failed w/o the full path, but this still passes the test suite, and indeed, is how the test suite calls hg add. | ||
* | * In mercurial backend, untaint ipaddr when using it as the user for the | joey | 2007-04-22 |
| | | | | commit. Thanks, Alexander Wirt. Closes: #420428 | ||
* | * Fix mercurial backend to deal with empty commit messages. | joey | 2007-03-24 |
| | |||
* | * Applied a patch from MichaĆ to make the mercurial backend pass --quiet to | joey | 2007-03-18 |
| | | | | hg. | ||
* | * Patch from Emanuele Aina to fix modification time code in mercurual | joey | 2006-12-21 |
| | | | | backend. | ||
* | * Mercurial backend improvements, including --get-ctime support. | joey | 2006-11-26 |
| | |||
* | mercurial username setting patch | joey | 2006-11-26 |
| | |||
* | updates | joey | 2006-11-22 |
| | |||
* | * Make sure to check for errors from every eval. | joey | 2006-11-08 |
| | |||
* | * Add support for mercurial, contributed by Emanuele Aina. | joey | 2006-09-06 |