You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only in hybris-bzr: .bzr
Only in hybris-git: .git
Only in hybris-git/hybris/gingerbread: Android.mk
Only in hybris-git/hybris/ics: Android.mk
Only in hybris-git/hybris/jb: Android.mk
Only in hybris-git/hybris/sf: surface_flinger_compatibility_layer.h
Obviously, the first two lines are OK, but the rest must be considered a bug in git-bzr-ng.
And those files are causing real issues.
The text was updated successfully, but these errors were encountered:
$ bzr branch lp:cupstream2distro trunk
$ git bzr clone lp:cupstream2distro master
$ diff -rq trunk master
Only in trunk: .bzr
Only in master: .git
Only in master: manual
This is causing problems with some data analytics I want to do on the branch using git-specific tools.
Nope, I'm wrong. in my example the working directory is ok but the erroneous 'manual' directory is still lingering in the commit history. I guess bzr-fastexport is itself just hopelessly broken and none of these wrappers for it are workable (same issue with git-remote-bzr and git-lp)
You can use the Bazaar branch lp:phablet-extras/libhybris to reproduce this:
Results in:
Obviously, the first two lines are OK, but the rest must be considered a bug in git-bzr-ng.
And those files are causing real issues.
The text was updated successfully, but these errors were encountered: