[MERGE] Fix #175520 by implementing a --deep option for log

Ian Clatworthy ian.clatworthy at internode.on.net
Wed Jan 7 21:46:13 GMT 2009


Ian Clatworthy wrote:

>   $bzr log --find-file-ids FILE
>   Create/renames/deletes for FILE: (use log --file-id for more information)
>   file-id AAA:
>     deleted in Z
>     added in Y
>   file-id BBB:
>     deleted in X
>     renamed in W from FILE to FILE.txt
>     added in X

Oops. Make that "added in V".

>   $bzr log --find-file-ids FILE
>   Create/renames/deletes for FILE: (use log --file-id for more information)
>   file-id AAA:
>     delete detected in Z
>     add detected in Y
>   file-id BBB:
>     rename detected in W (FILE => FILE.txt)
>     add detected in X

Ditto. (add detected in V)

Ian C.



More information about the bazaar mailing list