summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Bzr.py
Commit message (Expand)AuthorAgeFilesLines
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-35/+0
* Remove svn keywordsSol Jerome2012-02-191-1/+0
* Updated files to match PEP 257 Fabian Affolter2010-06-091-2/+2
* Standardized doc strings of the VCS pluginsFabian Affolter2010-06-031-1/+1
* Comment addedFabian Affolter2010-06-011-0/+1
* Bzr: Use faster method to detect changes in the working tree. Also, look for ...David Strauss2009-11-051-1/+1
* Bzr: Finally use the bzrlib API for real. This is much cleaner, and it should...David Strauss2009-11-051-21/+11
* Bzr: Fix hang on second and susequent calls.David Strauss2009-11-051-2/+2
* Bzr: Strip newline from end of revision number.David Strauss2009-11-051-1/+1
* Revision returned by Bzr should be a scalar value.David Strauss2009-09-231-1/+1
* Initial Bazaar VCS support.David Strauss2009-09-231-0/+45