From e922cd234b4452906bf711938b6e6fd67d80b069 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 6 Dec 2013 14:56:24 +0100 Subject: Bzr: add support for "uncommit" command All "bzr uncommit" options are supported, even --dry-run (allowing user to check the green light) Change-Id: Ib97ef1333709ad18be53c658c23c97356e4e4ce0 Reviewed-by: Leena Miettinen Reviewed-by: Tobias Hunger --- src/plugins/bazaar/uncommitdialog.ui | 104 +++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 src/plugins/bazaar/uncommitdialog.ui (limited to 'src/plugins/bazaar/uncommitdialog.ui') diff --git a/src/plugins/bazaar/uncommitdialog.ui b/src/plugins/bazaar/uncommitdialog.ui new file mode 100644 index 00000000000..f08a8c8a7a6 --- /dev/null +++ b/src/plugins/bazaar/uncommitdialog.ui @@ -0,0 +1,104 @@ + + + Bazaar::Internal::UnCommitDialog + + + + 0 + 0 + 412 + 124 + + + + Uncommit + + + + + + + + + Keep tags that point to removed revisions + + + + + + + Only remove the commits from the local branch when in a checkout + + + + + + + Revision: + + + + + + + If a revision is specified, uncommits revisions to leave the branch at the specified revision. +For example, "Revision: 15" will leave the branch at revision 15. + + + Last committed + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + buttonBox + revisionLabel + revisionLineEdit + keepTagsCheckBox + localCheckBox + + + + + buttonBox + accepted() + Bazaar::Internal::UnCommitDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + Bazaar::Internal::UnCommitDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.3