Version 1.0.5.0
Jump to navigation
Jump to search
The major enhancement in this version was the integration of Bazaar screens with the Assistant. Here is a list of the tasks that can be performed. One of the most important is the creation of a new branch, which with integration into OPDA becomes much easier to do.
/// View the History Log for all files qlog, /// View the History Log for a specific file qlogFile, /// View all the current differences qdiff, /// View the current differences for a specific file qdiffFile, /// Commit outstanding changes in the current branch qcommit, /// Add unversioned files in the current branch qadd, /// Browse the file system for the current branch qbrowse, /// Shelve selected changes qshelve, /// Un-shelve previously shelved changes qunshelve, /// Pull the latest changes from trunk qmerge, /// Resolve outstanding conflicts qconflicts, /// Pull changes into a local copy of trunk qpull, /// Update a local copy of trunk qupdate, /// Create a new branch on Launchpad qbranch, /// View the Mantis case history for a specific bug bugUrl, /// Open Windows Explorer in the current branch location winexplore