Previewing merge directive contents?
David Muir
davidkmuir at gmail.com
Thu Jan 27 12:24:40 UTC 2011
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.
Cheers,
David
More information about the bazaar
mailing list