Previewing merge directive contents?

Alexander Belchenko bialix at ukr.net
Thu Jan 27 14:26:09 UTC 2011


David Muir пишет:
> On 27/01/11 19:22, Alexander Belchenko wrote:
>> Eli Zaretskii пишет:
>>>> From: Janne Snabb <snabb at epipe.com>
>>>> Date: Thu, 27 Jan 2011 07:19:55 +0000
>>>>
>>>> On Thu, 27 Jan 2011, Eli Zaretskii wrote:
>>>>
>>>>>> How can I see the full contents of a merge directive without
>>>>>> committing and preferrably not even merging it to an existing branch?
>>>>> How about "bzr merge --interactive", then say NO to each change after
>>>>> reviewing it?
>>>> That gives the same as "bzr merge --preview". It displays only
>>>> modifications to the files, but no meta-data such as commit messages,
>>>> committers and authors.
>>>
>>> Sounds like a bug to me.
>>
>> I'm sure it's possible to get this sort of info using bzrlib directly, 
>> but not from command-line. I'd like to have this added to CLI as well.
>> So feature request maybe?
>>
>> Please file a bug report.
>>
> 
> You don't have to commit. Just merge, then run `bzr status -v`.
> You can also use qlog to inspect the pending merge.

That's true but it does not help much: you still need separate branch to 
merge directive and without qlog it's not so cool to explore revisions 
with "status -v". I can imagine

bzr log /path/to/merge/directive

will produce real log to the user.

> 
> Cheers,
> David
> 
> 
> 




More information about the bazaar mailing list