summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/bzr.pm
AgeCommit message (Collapse)Author
2008-07-26getsetup-ize svn and bzrJoey Hess
2008-07-25bzr: Version directories on the fly, ignore directories when retrievingJelmer Vernooij
changes. Now passes t/bazaar.t again.
2008-07-24Support staging commands in bzr backend.Jelmer Vernooij
2008-07-22add rcs_commit_staged and rcs_renameJoey Hess
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.
2008-07-21All rcs backends need to implement rcs_removeJoey Hess
(Done for svn, git.)
2008-07-11fix use orderingJoey Hess
The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope.
2008-04-10Use bzr --quiet to avoid it outputting stuff and messing up http headers. ↵Joey Hess
(Scott Bronson)
2008-04-10Fix broken rcs_update for bzr. (Scott Bronson)Joey Hess
2008-02-20* tla: Remove call to escapeHTML when constructing recentchanges message;Joey Hess
the html is escaped at a different level. Closes: #466495 * bzr, mercurial: Remove unused import of escapeHTML.
2008-01-30Expand file-id in diffurl in the bzr backend.Jelmer Vernooij
2008-01-29rename bazaar -> bzr after discussion with jelmerJoey Hess