← Back to team overview

kicad-developers team mailing list archive

Re: What was the problem with DXF text?

 




----- Original Message -----
> From: Lorenzo Marcantonio <l.marcantonio@xxxxxxxxxxxx>
> To: Kicad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
> Cc: 
> Sent: Wednesday, April 30, 2014 3:01 AM
> Subject: [Kicad-developers] What was the problem with DXF text?
> 
[snip]
> Also, operative question on bzr: when I do a merge, bzr status -v says
> something like this:
> 
> pending merges:
>   jean-pierre charras 2014-04-28 Plots function: fix a bug about virtual 
> PLOTTE...
>     Dick Hollenbeck 2014-04-28 Reverse Marco's patch, pending a proper 
> review...
>     Marco Serantoni 2014-04-27 [MacOSX] Fixing issue with kiface libs, now ar...
>     Marco Serantoni 2014-04-27 [MacOSX] Fix for name collision with OSX heade...
>     804778@bugs.launc... 2014-04-27 3D viewer: Commit patch to enable the ren...
>     jean-pierre charras 2014-04-27 Pcbnew: fix bug #1313076 (Filled Zones on ...
> 
> This is very useful, but is there a way to see the *full* text log of the 
> merges?
> 


For the entire log:
bzr log

For a specific entry:
bzr log -r 4680

For a range:
bzr log -r4680..4682

Everything from a given revision:
bzr log -r4680..

- Cirilo


References