Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-11-04 Thread timeless
Kevin Bullock wrote: > I'm not totally clear on what our approach to translations during a freeze is > either. I'm going by the freeze rules on the wiki, and the fact that > translation always happens on stable anyway, both of which lead me to believe > it should be okay? We should probably cla

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-28 Thread Pierre-Yves David
On 10/28/2016 06:20 PM, Kevin Bullock wrote: On Oct 28, 2016, at 03:58, Pierre-Yves David wrote: On 10/26/2016 10:10 PM, Kevin Bullock wrote: On Oct 26, 2016, at 15:05, Augie Fackler wrote: On Oct 26, 2016, at 15:03, timeless wrote: Augie Fackler wrote: +hint =

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-28 Thread Kevin Bullock
> On Oct 28, 2016, at 03:58, Pierre-Yves David > wrote: > > On 10/26/2016 10:10 PM, Kevin Bullock wrote: >>> On Oct 26, 2016, at 15:05, Augie Fackler wrote: >>> On Oct 26, 2016, at 15:03, timeless wrote: Augie Fackler wrote: > +hint = _('(hg rename

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-28 Thread Pierre-Yves David
On 10/26/2016 10:10 PM, Kevin Bullock wrote: On Oct 26, 2016, at 15:05, Augie Fackler wrote: On Oct 26, 2016, at 15:03, timeless wrote: Augie Fackler wrote: +hint = _('(hg rename %s to replace the file by ' + 'recording a rename)\n')

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-26 Thread Kevin Bullock
> On Oct 26, 2016, at 15:05, Augie Fackler wrote: > >> On Oct 26, 2016, at 15:03, timeless wrote: >> >> Augie Fackler wrote: >>> +hint = _('(hg rename %s to replace the file by ' >>> + 'recording a rename)\n') % flags >>> +

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-26 Thread Augie Fackler
> On Oct 26, 2016, at 15:03, timeless wrote: > > Augie Fackler wrote: >> +hint = _('(hg rename %s to replace the file by ' >> + 'recording a rename)\n') % flags >> +hint = _('(hg copy %s to replace the file by ' >> +

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-26 Thread timeless
Augie Fackler wrote: > +hint = _('(hg rename %s to replace the file by ' > + 'recording a rename)\n') % flags > +hint = _('(hg copy %s to replace the file by ' > + 'recording a copy)\n')

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-13 Thread Kevin Bullock
> On Oct 8, 2016, at 12:11, Augie Fackler wrote: > > # HG changeset patch > # User Augie Fackler > # Date 1474319739 14400 > # Mon Sep 19 17:15:39 2016 -0400 > # Node ID 3d6ce2e360155bcc7e5af21fd0fda3415aa03110 > # Parent dd0ff715a82caa9afd0fa999dccca4d967a506a3 > copy: distinguish "file e

[PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-08 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1474319739 14400 # Mon Sep 19 17:15:39 2016 -0400 # Node ID 3d6ce2e360155bcc7e5af21fd0fda3415aa03110 # Parent dd0ff715a82caa9afd0fa999dccca4d967a506a3 copy: distinguish "file exists" cases and add a hint (BC) Users that want to add a copy rec