Comment 2 for bug 1994138

Revision history for this message
Benjamin Drung (bdrung) wrote :

This is a bug in bzr fast-export. "bzr log -v -r2" shows that Common/ is renamed to UpdateManagerCommon/:

```
$ bzr log -v -r2
------------------------------------------------------------
revno: 2
committer: Michael Vogt <egon@top>
timestamp: Tue 2005-11-15 15:08:26 +0100
message:
  * switched to python dist-utils (DIE auto* DIE)
  * works with channels now (for adding)
removed:
  configure
  install-sh
  intltool-extract
  intltool-extract.in
  intltool-merge
  intltool-merge.in
  intltool-update
  omf.make
  xmldocs.make
added:
  UpdateManagerCommon/__init__.py
  setup.py
renamed:
  Common/ => UpdateManagerCommon/
  SoftwareProperties/SoftwareProperties.py.in => SoftwareProperties/SoftwareProperties.py
  distribution-data/ => channels/
  src/update-manager.in => src/update-manager
modified:
  Common/DistInfo.py
  SoftwareProperties/aptsources.py
  SoftwareProperties/dialog_add.py
  SoftwareProperties/SoftwareProperties.py
  src/update-manager
```

But the output of "bzr fast-export --plain" does not contain this rename:

```
[...]
mark :2
committer Michael Vogt <egon@top> 1132063706 +0100
data 87
* switched to python dist-utils (DIE auto* DIE)
* works with channels now (for adding)

from :1
R SoftwareProperties/SoftwareProperties.py.in SoftwareProperties/SoftwareProperties.py
R src/update-manager.in src/update-manager
D configure
D install-sh
D intltool-extract
D intltool-extract.in
D intltool-merge
D intltool-merge.in
D intltool-update
D omf.make
D xmldocs.make
M 644 inline UpdateManagerCommon/DistInfo.py
data 3654
[...]
```