bazaar-plugins

Bazaar plugin: List of modified files on pre-commit hook

I want to write a Bazaar plugin that performs some actions one the modified files before they are committed. Things like checking for syntax errors, and warning the commiter if there are still TODO's in the file. How do I get a list of the modified files in a Bazaar plugin? ...

Bazaar: Modify file content before commit via hook?

Hi folks, I'm switching from SVN to Bzr for my private projects. There is one feature missing for me, which SVN provides: The replacement of a $Id:$ placeholder with the latest version identification. So far, Bzr provides hooks to do some tricks within the commit process. I've managed to get a list of modified files an manipulate them o...

How to save subversion password with bzr-svn

I am using bzr-svn to chekout svn repositories using bazaar. But bzr-svn asks for passwords everytime, I searched the web to find out about authentication.conf I put the following section authentication.conf [something] scheme=svn+http #tried http only or svn only host=uuuuuu.com path=/svn/project #tried without stating path u...