break-lock in GUI

Asked by Muhammad Bashir Al-Noimi

Sometime I need to use break-lock from command line. so I'm wondering:

Is there any GUI action for using break-lock inside Bazaar Explorer?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Explorer Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Belchenko
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Belchenko (bialix) said :
#1

There is none at the moment. I think it worth to file a bug report asking for this feature.

Revision history for this message
Ian Clatworthy (ian-clatworthy) said :
#2

I agree with Alexander. A few weeks ago I wanted to break a lock via a GUI as well. In fact, there are a bunch of "Administration" actions that would be nice to have q* commands for and be available via Explorer menus. break-lock, reconfigure, check, reconcile and upgrade spring to mind. I wonder how many of these work via qrun currently?

Revision history for this message
Alexander Belchenko (bialix) said :
#3

Ian Clatworthy пишет:
> Question #90115 on Bazaar Explorer changed:
> https://answers.edge.launchpad.net/bzr-explorer/+question/90115
>
> Ian Clatworthy posted a new comment:
> I agree with Alexander. A few weeks ago I wanted to break a lock via a
> GUI as well. In fact, there are a bunch of "Administration" actions that
> would be nice to have q* commands for and be available via Explorer
> menus. break-lock, reconfigure, check, reconcile and upgrade spring to
> mind. I wonder how many of these work via qrun currently?

You can't run only shelve via qrun, because shelve command directly tied
to stdin/stdout and just silently hang if running with qrun.

Other commands works just fine (using trunk of QBzr).

Revision history for this message
Ian Clatworthy (ian-clatworthy) said :
#4

Alexander Belchenko wrote:

> You can't run only shelve via qrun, because shelve command directly tied
> to stdin/stdout and just silently hang if running with qrun.
>
> Other commands works just fine (using trunk of QBzr).

Maybe Tools --> Advanced Commands should optionally launch qrun now
instead of a terminal shell? We could make the behaviour configurable
via an Explorer preference. The default would be to launch qrun. Sound ok?

Ian C.

Revision history for this message
Alexander Belchenko (bialix) said :
#5

Ian Clatworthy пишет:
> Question #90115 on Bazaar Explorer changed:
> https://answers.launchpad.net/bzr-explorer/+question/90115
>
> Ian Clatworthy proposed the following answer:
> Alexander Belchenko wrote:
>
>> You can't run only shelve via qrun, because shelve command directly tied
>> to stdin/stdout and just silently hang if running with qrun.
>>
>> Other commands works just fine (using trunk of QBzr).
>
> Maybe Tools --> Advanced Commands should optionally launch qrun now
> instead of a terminal shell? We could make the behaviour configurable
> via an Explorer preference. The default would be to launch qrun. Sound ok?

No objections.

Revision history for this message
Muhammad Bashir Al-Noimi (mbnoimi) said :
#6

Thanks Alexander Belchenko, that solved my question.