aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/bzr.pm
Commit message (Collapse)AuthorAge
* Version control backends promoted to first-class pluginsJoey Hess2008-07-26
|
* fixupsJoey Hess2008-07-26
|
* wrapper setup reorgJoey Hess2008-07-26
| | | | | Flattened the wrapper setup, as this lets it be handled better by the setup generation code.
* getsetup-ize svn and bzrJoey Hess2008-07-26
|
* bzr: Version directories on the fly, ignore directories when retrievingJelmer Vernooij2008-07-25
| | | | | | changes. Now passes t/bazaar.t again.
* Support staging commands in bzr backend.Jelmer Vernooij2008-07-24
|
* add rcs_commit_staged and rcs_renameJoey Hess2008-07-22
| | | | | | | | | Implemented for git and svn so far. Note that rcs_commit_staged does assume that the rcs has the ability to "stage" multiple changes for a later commit. Support for this varies, but all we really care about is staging removals and renames, which, AFAIK, all modern rcs's support.
* All rcs backends need to implement rcs_removeJoey Hess2008-07-21
| | | | (Done for svn, git.)
* fix use orderingJoey Hess2008-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.
* Use bzr --quiet to avoid it outputting stuff and messing up http headers. ↵Joey Hess2008-04-10
| | | | (Scott Bronson)
* Fix broken rcs_update for bzr. (Scott Bronson)Joey Hess2008-04-10
|
* * tla: Remove call to escapeHTML when constructing recentchanges message;Joey Hess2008-02-20
| | | | | the html is escaped at a different level. Closes: #466495 * bzr, mercurial: Remove unused import of escapeHTML.
* Expand file-id in diffurl in the bzr backend.Jelmer Vernooij2008-01-30
|
* rename bazaar -> bzr after discussion with jelmerJoey Hess2008-01-29