1.0 approaches

Simon Cusack scusack at fastmail.com.au
Thu Mar 6 17:07:15 CST 2008


On Thu, 6 Mar 2008 10:07:07 +0100
"Mathieu Clabaut" <mathieu.clabaut at gmail.com> wrote:

> On Thu, Mar 6, 2008 at 12:17 AM, Matt Mackall <mpm at selenic.com> wrote:
>
> > On Wed, Mar 05, 2008 at 06:36:29PM -0500, Leo Razoumov wrote:
> >
> > > I am drooling in excitement:-)  That magic "approximately a
> > > month" is about to elapse any time now.
> >
> > It's now looking more like a week, put off largely by my laptop
> > dying. Let's call it next Friday.
>
>
> One week !
> Oups. Any chance that issue
> http://www.selenic.com/mercurial/bts/issue438will be taken into
> account ? (Today hg remove --force --keep delete a
> locally modified file, which causes data lost).
>
> -mathieu
>

Just my 2 cents but http://www.selenic.com/mercurial/bts/issue995 is a
bit of show stopper when trying to use hgimportsvn and hgpullsvn on
some SVN repos.  An hg 1.0 will have lots of people trying hg and lots
of those people will try and pull svn repos.  You can trigger this by
doing the following;

  hgimportsvn http://svn.mochikit.com/mochikit/trunk/
  cd trunk
  hgpullsvn

it does some stuff (bug happens fairly early in the pull) and then you
get:

  * hg '--encoding' 'utf-8' 'st' '-nd' 'tools/Plex-1.1.4.1/tests/Plex'

  Interrupted, please wait for cleanup!

  * svn 'cleanup'
  * hg '--encoding' 'utf-8' 'parents' '--template' '{tags}'
  * svn 'up' '--ignore-externals' '-r' '22' '.'
  * hg '--encoding' 'utf-8' 'revert' '--all'
  External program failed (return code 255): hg '--encoding' 'utf-8'
'copy' '-A' 'tools/Plex-1.1.4.1/tests/Plex'
'tools/Plex-MochiKit/tests/Plex' abort: path
'tools/Plex-MochiKit/tests/Plex/Plex' traverses symbolic link
'tools/Plex-MochiKit/tests/Plex'

- Sim


More information about the Mercurial mailing list