Activity log for bug #137976

Date Who What changed Old value New value Message
2007-09-07 13:36:06 Dato Simó bug added bug
2008-09-05 07:35:08 Vincent Ladeuil bzr: status New Confirmed
2008-09-05 07:35:08 Vincent Ladeuil bzr: statusexplanation
2009-09-30 02:08:46 Robert Collins bzr: importance Undecided Medium
2009-09-30 02:11:01 Robert Collins description From #bzr: <dato> running `bzr upgrade` in a lightweight checkout makes a backup of the light .bzr, not of the real .bzr. would that be considered a bug? <lifeless> no, because its upgrading the lightweight checkout <dato> but it changes the "remote" branch as well <lifeless> ok thats a bug <lifeless> it should only alter the lightweight checkout <dato> okay, I'll double-check it does that, and file one To reproduce: % bzr init --dirstate branch % bzr info branch | head -1 Standalone tree (format: dirstate) % bzr checkout --lightweight branch checkout % cd checkout && bzr upgrade [...] finished % cd ../branch && bzr info | head -1 Standalone tree (format: dirstate-tags) affects /products/bzr <dato> running `bzr upgrade` in a lightweight checkout makes a backup of the light .bzr, not of the real .bzr. would that be considered a bug? <lifeless> no, because its upgrading the lightweight checkout <dato> but it changes the "remote" branch as well <lifeless> ok thats a bug <lifeless> it should only alter the lightweight checkout <dato> okay, I'll double-check it does that, and file one To reproduce: % bzr init --<old format> branch % bzr info branch | head -1 Standalone tree (format: <old format>) % bzr checkout --lightweight branch checkout % cd checkout && bzr upgrade [...] finished % cd ../branch && bzr info | head -1 Standalone tree (format: <current default>)
2010-12-18 01:14:16 Jelmer Vernooij tags upgrade
2017-11-08 22:57:02 Jelmer Vernooij tags upgrade check-for-breezy upgrade
2018-06-02 22:48:14 Jelmer Vernooij tags check-for-breezy upgrade upgrade
2018-06-02 22:48:17 Jelmer Vernooij bzr: status Confirmed Fix Released