Hi, >This looks great- except for all of the files listed as having been >changed to being executable ... could you fix that? (otherwise, great work)
I have noticed a strange thing. I just checked out the fresh copy of the trunk and then without modifying anything, I ran 'bzr diff' inside the checked out trunk. It showed me the same status '(properties changed: -x to +x)' for a list of files. I am using the following commands: bzr init-repo drizzle cd drizzle bzr branch lp:drizzle trunk cd trunk bzr status I am not sure why this is happening. Did someone else also notice this thing please? Thanks. Umair Muhammad Electrical Engineering Master Student, Specialization in Wireless Systems, School of Electrical Engineering, Royal Institute of Technology (KTH), SE 100-44 Stockholm, SWEDEN. Email: [email protected] Cell: +46 764 097 574 ________________________________________ On 04/17/2011 07:32 AM, Muhammad Umair wrote: > Muhammad Umair has proposed merging lp:~mumair/drizzle/trunk-bug621859 into > lp:drizzle. > > Requested reviews: > Drizzle Merge Team (drizzle-merge) > Related bugs: > Bug #621859 in Drizzle: "consolidate charset headers" > https://bugs.launchpad.net/drizzle/+bug/621859 > > For more details, see: > https://code.launchpad.net/~mumair/drizzle/trunk-bug621859/+merge/58036 > > I merged charset declarations of global_charset_info.h and charset_info.h > into charset.h header file. > > After that I needed to remove global_charset_info.h and charset_info.h header > declarations from all the drizzle code base. I wrote a script that search for > global_charset_info.h in all the source code files and replace it with > charset.h if that file does not already have charset.h header declaration > otherwise it just remove global_charset_info.h from that particular file. I > wrote a similar scrpt for replacing charset_info.h with charset.h > > I then restructured charset.h in order to make it more structural. i.e All > the extern declarations are consolidated together one after the other. > Similar pattern has been followed for struct declarations and functions in > the charset.h header file -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2rJj8ACgkQ2Jv7/VK1RgEDMACgxNrw7czgjhz6tWmIeuhVTHpC sK4An0kMM+Y6e3t21DDNcp6D4LfwJBX3 =pi+X -----END PGP SIGNATURE----- -- https://code.launchpad.net/~mumair/drizzle/trunk-bug621859/+merge/58036 You are the owner of lp:~mumair/drizzle/trunk-bug621859. _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

