Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-03 | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds. | Joey Hess | |
* 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. | |||
2008-02-14 | * monotone: Add code to default mergerc file to run | Joey Hess | |
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net. | |||
2008-02-03 | remove spurious EOF | Joey Hess | |
2008-02-03 | * monotone changes by Brian May: | Joey Hess | |
- 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. | |||
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess | |
the svnrepo and notify settings, though both will be ignored if left in setup files. | |||
2008-01-28 | change rcs_recentchanges when to absolute, not relative, time | Joey Hess | |
No point in using a relative time value in rcs_recentchanges. Different consumers of the info want different things. | |||
2008-01-28 | figured out how rev is used.. | Joey Hess | |
2008-01-28 | add an id field to the rcs_recentchanges return structure | Joey Hess | |
There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet. | |||
2007-08-24 | apply monotone patch | joey | |
2007-08-21 | 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 | |
this kind of thing. change formatting of some quotes | |||
2007-08-21 | * Add monotone support, contributed by William Uther. | joey | |