#! /usr/bin/env python from bzrlib.plugins.bzrp4 import bzr2p4 import unittest class TestBzr2P4(unittest.TestCase): def test_bzr_comment_addendum_template(self): self.assertEqual(""" bzr: revno %s, part %d of %d bzr: author %s bzr: committed %s""", bzr2p4.bzr_comment_addendum_template()) if __name__ == '__main__': unittest.main()
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#8 | 7149 | Matt McClure | Reduces memory usage so that p4-fast-export can handle a large number of files at a single changelist, and very large individual files. | ||
#7 | 7119 | Matt McClure | Improves the test coverage reporting by importing python modules rather than forking processes. | ||
#6 | 7092 | Matt McClure |
Converts all source files to UNIX line endings. bzr: revno 88.2.25, part 1 of 1 bzr: author Matt McClure <mlm@aya.yale.edu> bzr: committed Sat 2008-12-27 14:36:39 -0500 |
||
#5 | 6964 | Matt McClure |
I can run the tests from any working directory now. bzr: revno 64, part 1 of 1 bzr: author Matt McClure <mlm@aya.yale.edu> bzr: committed Sat 2008-08-09 08:59:35 -0400 |
||
#4 | 6960 | Matt McClure |
Migrates branches with merge revisions, so that test_dogfood passes. bzr: revno 60, part 1 of 1 bzr: author Matt McClure <mlm@aya.yale.edu> bzr: committed Sun 2008-08-03 14:46:27 -0400 |
||
#3 | 6955 | Matt McClure |
Fixes p4.port. All tests pass on Cygwin now. All tests continue to pass on Windows. bzr: revno 56, part 1 of 1 bzr: author Matt McClure <mlm@aya.yale.edu> bzr: committed Sat 2008-08-02 11:45:35 -0400 |
||
#2 | 6916 | Matt McClure |
Sets the client workspace directory to a temporary directory. bzr: revno 17, part 1 of 1 bzr: author Matt McClure <mlm@aya.yale.edu> bzr: committed Fri 2008-06-27 17:44:16 -0400 |
||
#1 | 6915 | Matt McClure |
Creates and destroys a Perforce client workspace. bzr: revno 16, part 1 of 1 bzr: author Matt McClure <mlm@aya.yale.edu> bzr: committed Sat 2008-06-14 14:44:32 -0400 |