Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * monotone: Require version 0.38 or greater, and stop using the mtnmergerc | Joey Hess | 2008-03-12 |
| | | | | option. (Brian May) | ||
* | * 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. | ||
* | * monotone: Add code to default mergerc file to run | Joey Hess | 2008-02-14 |
| | | | | _MTN/ikiwiki-netsync-hook when a commit is merged in from the net. | ||
* | remove spurious EOF | Joey Hess | 2008-02-03 |
| | |||
* | * monotone changes by Brian May: | Joey Hess | 2008-02-03 |
| | | | | | | | - On commits, replace "mtn sync" bidirectional with "mtn push" single direction. No need to pull changes when doing a commit. mtn sync is still called in rcs_update. - Support for viewing differences via patches using viewmtn. | ||
* | * 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. | ||
* | apply monotone patch | joey | 2007-08-24 |
| | |||
* | monotone updates | joey | 2007-08-21 |
| | |||
* | minor changes (but lots of them) | joey | 2007-08-21 |
| | |||
* | move enormous data block to __DATA__ | joey | 2007-08-21 |
| | |||
* | remove the mtnbinpath config option; users should use PATH if they need | joey | 2007-08-21 |
| | | | | | | | this kind of thing. change formatting of some quotes | ||
* | * Add monotone support, contributed by William Uther. | joey | 2007-08-21 |