= Bazaar-Perforce TODO = == Introduction == See also the NEWS file in the same directory as this file. == User Stories == The User Stories below appear in priority order. * As a developer, I want continuous integration, automatically triggered, for Windows and Cygwin test execution. * As a developer, I want the tests to pass when run from the root of the branch, instead of assuming the current working directory is the tests subdirectory. * As a developer, I want a test suite covering git-p4 sufficient to provide a safety net for refactoring. * As a user, I want a command-line program that produces a fast-export representation of a Perforce depot directory. * As a user, I want a command-line program that produces a Bazaar branch from a fast-export representation of a Perforce depot directory. (already exists as bzr-fastimport?) * As a developer, I want the application code not to depend on the p4 command-line client. * As a developer, I want all tests to pass on Linux. * As a developer, I want continuous integration, automatically triggered, for Linux test execution.