qbzr 0.21.2-1 source package in Ubuntu

Changelog

qbzr (0.21.2-1) unstable; urgency=low


  * New upstream release.
  * debian/control: Set DM-Upload-Allowed: yes
  * debian/patches/2.5compatibility.patch: Cherrypick revision 1428
    from trunk fixing compatibility bzr 2.5 series which has moved
    Feature from bzrlib.tests to bzrlib.tests.features.

 -- Andrew Starr-Bochicchio <email address hidden>  Thu, 15 Dec 2011 12:12:33 -0500

Upload details

Uploaded by:
Registry Administrators
Uploaded to:
Sid
Original maintainer:
Registry Administrators
Architectures:
all
Section:
vcs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
qbzr_0.21.2-1.dsc 1.5 KiB 88d656b66aa5b42d3255ad83c0e6d221205fe12e2c6f93a4be6ddcefd50e6705
qbzr_0.21.2.orig.tar.gz 755.3 KiB 35b719c49d42d620570152479445d4be1b711ad41be8fcb550f7a63cae106a49
qbzr_0.21.2-1.debian.tar.gz 6.0 KiB 47259ce3d81bb324955fbf444d70d2f2eb9a42910ff677a31d4351f24984258d

Available diffs

No changes file available.

Binary packages built by this source

qbzr: Graphical interface for Bazaar using the Qt toolkit

 QBzr is a cross-platform GUI frontend for Bazaar, based on the Qt toolkit.
 .
 It provides GUI frontend for many core bzr commands and several universal
 dialogs and helper commands. Equivalents for core bzr commands
 has the same names as CLI commands but with prefix "q".
 .
 Basic q-commands:
 .
  * qadd - GUI for adding files or directories.
  * qannotate - Show the origin of each line in a file.
  * qbind - Convert the current branch into a checkout of the supplied branch.
  * qbranch - Create a new copy of a branch.
  * qcat - View the contents of a file as of a given revision.
  * qcommit - GUI for committing revisions.
  * qconflicts - Show conflicts.
  * qdiff - Show differences in working tree in a GUI window.
  * qexport - Export current or past revision to a directory or archive.
  * qinfo - Shows information about the current location.
  * qinit - Initializes a new branch or shared repository.
  * qlog - Show log of a repository, branch, file, or directory in a Qt window.
  * qmerge - Perform a three-way merge.
  * qplugins - Display information about installed plugins.
  * qpull - Turn this branch into a mirror of another branch.
  * qpush - Update a mirror of this branch.
  * qrevert - Revert changes files.
  * qsend - Mail or create a merge-directive for submitting changes.
  * qswitch - Set the branch of a checkout and update.
  * qtag - Edit tags.
  * qunbind - Convert the current checkout into a regular branch.
  * quncommit - Move the tip of a branch to an earlier revision.
  * qupdate - Update working tree with latest changes in the branch.
  * qversion - Show version/system information.
 .
 Hybrid dialogs:
 .
  * qgetnew - Creates a new working tree (either a checkout or full branch).
  * qgetupdates - Fetches external changes into the working tree.
 .
 Additional commands:
 .
  * qbrowse - Show inventory or working tree.
  * qconfig - Configure Bazaar and QBzr.
  * qviewer - Simple file viewer.
 .
 Miscellaneous:
 .
  * bug-url - print full URL to a specific bug, or open it in your browser.