AW: [PATCH 0 of 2 V3] creation of translation with temporary files

Simon Heimberg simohe at besonet.ch
Tue Nov 26 14:16:49 CST 2013


On 25.11.2013 21:59, Simon Heimberg wrote:
> (This time without a typo in the patch description.)
>
> Use extension .tmp for temporary files.
>

When generating translation files, make now uses temporary files for 
intermediate steps. But it does not do it in a consistent way. The 
ending for the temporary files is "~" and ".tmp". This series changes 
this to ".tmp" everywhere.

For everybody interested or irritated, the plot of this patches so far:
  * patch for XX.po has been sent, with ending ~ (I call it Patch_a)
  * patch for hg.pot has been sent, with ending ~ (I call it Patch_b)
  + Patch_a has been accepted with ending changed to .tmp
      (but one place missed! make fails because XX.po~ does not exist)
  * sent two patches (as series)
      Patch 1 fixing ~ for XX.po
      Patch 2 replacing Patch_b, using .tmp for hg.pot
  + Patch_b has been accepted, with original ending ~
  * sent two patches (as series V2+), with typo in desc of P2
  * sent two patches in this series (V3)
      P1 fixing ~ for XX.po
      P2 changing ~ to .tmp for hg.pot

Greetings,
Simon


More information about the Mercurial-devel mailing list