[scm-migration-dev] wx2hg and removed files

2008-08-07 Thread Vladimir Kotal
Richard Lowe wrote: > Vladimir Kotal writes: >> or something more complicated ? >> >> Don't know why but any addition to the customized file does not have >> any effect on 'hg outgoing -v' output. In fact, there is no attempt to >> open the style file in 'truss -f hg outgoing -v'. > > You adde

[scm-migration-dev] wx2hg and removed files

2008-08-07 Thread Vladimir Kotal
Richard Lowe wrote: > Vladimir Kotal writes: > >> Vladimir Kotal wrote: >> >> >> It is, jmcp asked me about this last night too. You can adjust the style to insert \n's after each file. >>> Any example on how to achieve that ? > > You can do it by customizing the style used. > > cp

[scm-migration-dev] wx2hg and removed files

2008-08-07 Thread Vladimir Kotal
Vladimir Kotal wrote: >> It is, jmcp asked me about this last night too. You can adjust the >> style to insert \n's after each file. > > Any example on how to achieve that ? It's possible to hack Mercurial and Cadmium to do that but it is not nice: 0. enable cadmium in ~/.hgrc 1. inse

[scm-migration-dev] wx2hg and removed files

2008-08-07 Thread Richard Lowe
Vladimir Kotal writes: > Richard Lowe wrote: >> Vladimir Kotal writes: >> >>> Vladimir Kotal wrote: >>> >>> >>> > It is, jmcp asked me about this last night too. You can adjust the > style to insert \n's after each file. Any example on how to achieve that ? >> >> You can do it by

[scm-migration-dev] wx2hg and removed files

2008-08-07 Thread Richard Lowe
Vladimir Kotal writes: > Vladimir Kotal wrote: > > > >>> It is, jmcp asked me about this last night too. You can adjust the >>> style to insert \n's after each file. >> >> Any example on how to achieve that ? > You can do it by customizing the style used. cp /usr/lib/python2.4/vendor-package

[scm-migration-dev] wx2hg and removed files

2008-08-07 Thread Vladimir Marek
> >> Also, 'hg outgoing' could do with some line wrapping (one file per > >> line ?) for better readability. Maybe that's doable with the > >> --template/--style' options somehow ? > > > > It is, jmcp asked me about this last night too. You can adjust the > > style to insert \n's after each file.

[scm-migration-dev] wx2hg and removed files

2008-08-07 Thread Vladimir Kotal
Richard Lowe wrote: > Right, list' is a cdm command, it's printing out what cdm knows. > 'outgoing' is from Hg, and doesn't need to go as far as cdm does. Interesting, it would seem just the opposite given that cdm is built atop hg modules. On the other hand it seems logical since 'hg outgoing

[scm-migration-dev] wx2hg and removed files

2008-08-06 Thread Vladimir Kotal
Richard Lowe wrote: > It's probably preserving the rename (which is what 'workspace filerm' > and 'wx rm' effectively do), rather than special casing deleted_files > into an 'hg rm'. > > You should not re-create deleted_files in a mercurial gate. so the 'deleted_files' directory in the gate is

[scm-migration-dev] wx2hg and removed files

2008-08-06 Thread Vladimir Kotal
Hi all, It looks like wx2hg converts files deleted in Teamware workspace as added files in Mercurial workspace (added to 'deleted_files' directory). e.g. part of the following 'hg list' snippet: --- added: deleted_files/usr/src/cmd/ssh/include/strsep.h (renamed from usr/src/cmd/ssh/i

[scm-migration-dev] wx2hg and removed files

2008-08-06 Thread Richard Lowe
Vladimir Kotal writes: > Richard Lowe wrote: > > > >> It's probably preserving the rename (which is what 'workspace filerm' >> and 'wx rm' effectively do), rather than special casing deleted_files >> into an 'hg rm'. >> >> You should not re-create deleted_files in a mercurial gate. > > so the 'd

[scm-migration-dev] wx2hg and removed files

2008-08-06 Thread Richard Lowe
Vladimir Kotal writes: > Hi all, > > It looks like wx2hg converts files deleted in Teamware workspace as > added files in Mercurial workspace (added to 'deleted_files' directory). > > e.g. part of the following 'hg list' snippet: > > --- > added: > deleted_files/usr/src/cmd/ssh/include/