Why commit don't commit files in alphabetical order?

Alexander Belchenko bialix at ukr.net
Thu Oct 8 13:41:07 BST 2009


I just wonder what reasons of this behavior: status shows changes in 
alphabetical order, but commit is not. It's SO strange. Why?

C:\work\MyCode\trunk>bzr st
modified:
   host.c
   host.h
   i2c.c
   i2c.h
   main.c
   packets.h
   version.h

C:\work\MyCode\trunk>bzr qci
Committing to: C:/work/MyCode/trunk/
modified host.c
modified host.h
modified packets.h
modified i2c.c
modified version.h
modified main.c
modified i2c.h
Committed revision 10.


Here is corresponding part of bzr.log

Чт 2009-10-08 15:32:53 +0300
0.250  bzr arguments: [u'qsubprocess', u'--bencode', 
u'l6:commit2:-m94:\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d 
\u043c\u043e\u0441\u0442 USB-UART-I2C (I2C 
\u0444\u0443\u043d\u043a\u0446\u0438\u044f).\n\n\u041d\u0435 
\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e.6:host.c6:host.h5:i2c.c5:i2c.h6:main.c9:packets.h9:version.he']
0.296  looking for plugins in C:\work\Bazaar\plugins
0.578  looking for plugins in C:/Program Files/Bazaar/plugins
0.578  Plugin name rebase already loaded
0.703  encoding stdout as osutils.get_user_encoding() 'cp1251'
0.890  bzr arguments: [u'commit', u'-m', 
u'\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d 
\u043c\u043e\u0441\u0442 USB-UART-I2C (I2C 
\u0444\u0443\u043d\u043a\u0446\u0438\u044f).\n\n\u041d\u0435 
\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e.', 
u'host.c', u'host.h', u'i2c.c', u'i2c.h', u'main.c', u'packets.h', 
u'version.h']
0.906  encoding stdout as osutils.get_user_encoding() 'cp1251'
1.078  opening working tree 'C:/work/MyCode/trunk'
1.140  preparing to commit
[  932] 2009-10-08 15:32:54.323 INFO: Committing to: C:/work/MyCode/trunk/
1.203  Selecting files for commit with filter [u'host.c', u'host.h', 
u'i2c.c', u'i2c.h', u'main.c', u'packets.h', u'version.h']
[  932] 2009-10-08 15:32:54.448 INFO: modified host.c
[  932] 2009-10-08 15:32:54.448 INFO: modified host.h
[  932] 2009-10-08 15:32:54.448 INFO: modified packets.h
[  932] 2009-10-08 15:32:54.448 INFO: modified i2c.c
[  932] 2009-10-08 15:32:54.448 INFO: modified version.h
[  932] 2009-10-08 15:32:54.448 INFO: modified main.c
[  932] 2009-10-08 15:32:54.448 INFO: modified i2c.h
[  932] 2009-10-08 15:32:55.010 INFO: Committed revision 10.
1.968  return code 0
33.890  return code 0




More information about the bazaar mailing list