Version 1.0.5.0

From OpenPetra Wiki
Revision as of 14:08, 7 September 2015 by Alanjfpaterson (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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