tags 592004 unreproducible moreinfo thanks Hi, I tried to reproduce the problem with the script below without success on a fully updated Squeeze system using Gnome desktop:
#!/bin/bash # test for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592004 mkdir test-repo cd test-repo/ hg init echo -e '111\n222\n333' > foo hg add foo hg commit -u bar -m '1' sed -i s/222/444/ foo hg commit -m 'to 4' -u bar hg co 0 sed -i s/222/555/ foo hg branch 'experiment' hg commit -m 'to 5' -u bar hg co default hg merge experiment Could you please try to reproduce the problem and give some hints to make me able to reproduce it, too? Thanks, Balint 2010/8/6 Rene Engelhard <r...@debian.org>: > Package: meld > Version: 1.3.2-1 > Severity: important > > Hi, > > I have some qeird phaemomenon going on. I have meld called by mecurical > to merge a file, but just didn't do anything and quit meld (as I planned > to do a hg revert -a later anyways) > > So I quitted meld using the X in the window, but it seems it is still > running thereafter, I had to kill it: > > 28978 pts/1 S+ 0:00 /usr/bin/python /usr/bin/meld --label=local > /home/rene/OpenOffice.org/OOO330_m3/.hgtags --label=base > /tmp/.hgtags~base.f2rNRT --label=other /tmp/.hgtags~other.aGZL56 > > This then of course hangs hg, which waits for the tool it called to return... > > Regards, > > Rene > > -- System Information: > Debian Release: squeeze/sid > APT prefers unstable > APT policy: (500, 'unstable'), (1, 'experimental') > Architecture: amd64 (x86_64) > > Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) > Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/bash > > Versions of packages meld depends on: > ii python 2.6.5-12 interactive high-level > object-orie > ii python-glade2 2.17.0-4 GTK+ bindings: Glade support > ii python-gtk2 2.17.0-4 Python bindings for the GTK+ > widge > ii python-support 1.0.9 automated rebuilding support for > P > > Versions of packages meld recommends: > ii python-gconf 2.28.1-1 Python bindings for the GConf > conf > ii python-gnome2 2.28.1-1 Python bindings for the GNOME > desk > ii python-gtksourceview2 2.10.1-1 Python bindings for the > GtkSourceV > ii yelp 2.30.1+webkit-1 Help browser for GNOME > > meld suggests no packages. > > -- no debconf information > > > > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org