aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/monotone.pm
Commit message (Collapse)AuthorAge
* * monotone: Require version 0.38 or greater, and stop using the mtnmergercJoey Hess2008-03-12
| | | | option. (Brian May)
* * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess2008-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 runJoey Hess2008-02-14
| | | | _MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
* remove spurious EOFJoey Hess2008-02-03
|
* * monotone changes by Brian May:Joey Hess2008-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 wentJoey Hess2008-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, timeJoey Hess2008-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 Hess2008-01-28
|
* add an id field to the rcs_recentchanges return structureJoey Hess2008-01-28
| | | | | There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet.
* apply monotone patchjoey2007-08-24
|
* monotone updatesjoey2007-08-21
|
* minor changes (but lots of them)joey2007-08-21
|
* move enormous data block to __DATA__joey2007-08-21
|
* remove the mtnbinpath config option; users should use PATH if they needjoey2007-08-21
| | | | | | | this kind of thing. change formatting of some quotes
* * Add monotone support, contributed by William Uther.joey2007-08-21