2009-07-22 01:47:11 |
Martin Pool |
bug |
|
|
added bug |
2009-07-22 08:02:08 |
Jelmer Vernooij |
bzr-git: status |
New |
Triaged |
|
2009-07-22 08:02:11 |
Jelmer Vernooij |
bzr-git: importance |
Undecided |
Wishlist |
|
2009-07-22 08:02:17 |
Jelmer Vernooij |
bzr-git: importance |
Wishlist |
Medium |
|
2009-09-11 16:45:02 |
Jelmer Vernooij |
bug task added |
|
bzr |
|
2009-09-11 16:45:45 |
Jelmer Vernooij |
bzr: status |
New |
Triaged |
|
2009-09-11 16:45:48 |
Jelmer Vernooij |
bzr: status |
Triaged |
Confirmed |
|
2009-09-11 16:45:51 |
Jelmer Vernooij |
bzr: importance |
Undecided |
Wishlist |
|
2009-11-19 05:33:22 |
Jelmer Vernooij |
summary |
NotImplementedError importing a branch with submodules |
Importing revisions with submodules does not work |
|
2009-11-19 05:33:31 |
Jelmer Vernooij |
summary |
Importing revisions with submodules does not work |
Importing revisions with submodules is not supported |
|
2009-11-19 05:35:17 |
Jelmer Vernooij |
description |
Presumably this is known but I'll file it for the sake of having a bug number:
File "/srv/importd.launchpad.net/production/launchpad-rev-8208/lib/bzrlib/branch.py", line 855, in pull
possible_transports=possible_transports, *args, **kwargs)
File "/srv/importd.launchpad.net/production/launchpad-rev-8208/optionalbzrplugins/git/branch.py", line 393, in pull
graph=graph)
File "/srv/importd.launchpad.net/production/launchpad-rev-8208/optionalbzrplugins/git/branch.py", line 356, in update_revisions
interrepo.fetch_objects(determine_wants, self.source.mapping)
File "/srv/importd.launchpad.net/production/launchpad-rev-8208/optionalbzrplugins/git/fetch.py", line 437, in fetch_objects
store, recorded_wants, pb)
File "/srv/importd.launchpad.net/production/launchpad-rev-8208/optionalbzrplugins/git/fetch.py", line 335, in import_git_objects
parent_invs, target_git_object_retriever._idmap, lookup_object)
File "/srv/importd.launchpad.net/production/launchpad-rev-8208/optionalbzrplugins/git/fetch.py", line 246, in import_git_tree
file_id, revision_id, parent_invs, shagitmap, lookup_object)
File "/srv/importd.launchpad.net/production/launchpad-rev-8208/optionalbzrplugins/git/fetch.py", line 174, in import_git_submodule
raise NotImplementedError(import_git_submodule)
NotImplementedError: <function import_git_submodule at 0x2352230>
Import failed:
and it's fairly obvious this is just not done yet:
def import_git_submodule(texts, mapping, path, hexsha, base_inv, base_ie, parent_id,
revision_id, parent_invs, shagitmap, lookup_object):
raise NotImplementedError(import_git_submodule) |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them. |
|
2009-11-20 23:04:09 |
Launchpad Janitor |
branch linked |
|
lp:bzr-git |
|
2009-11-20 23:04:12 |
Jelmer Vernooij |
bzr-git: status |
Triaged |
Fix Released |
|
2010-06-08 18:50:12 |
Aaron Bentley |
tags |
|
udd |
|
2010-07-05 15:45:15 |
Jorge Castro |
bug |
|
|
added subscriber Jorge O. Castro |
2010-07-08 05:56:52 |
Andrea Corbellini |
bug |
|
|
added subscriber Andrea Corbellini |
2010-07-16 15:38:32 |
Daniel Holbach |
bug |
|
|
added subscriber Daniel Holbach |
2010-08-13 18:32:42 |
Jelmer Vernooij |
bug task added |
|
launchpad-code |
|
2010-08-13 18:46:11 |
Andrea Corbellini |
removed subscriber Andrea Corbellini |
|
|
|
2010-08-14 01:21:30 |
Dannii Willis |
removed subscriber Dannii Willis |
|
|
|
2010-08-19 04:04:13 |
Tim Penhey |
launchpad-code: status |
New |
Triaged |
|
2010-08-19 04:04:18 |
Tim Penhey |
launchpad-code: importance |
Undecided |
Wishlist |
|
2010-08-19 04:56:57 |
Martin Pool |
bzr: importance |
Wishlist |
High |
|
2010-09-03 16:06:21 |
Benjamin Drung |
description |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them. |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
QEMU
VLC media player
xmms2 |
|
2010-09-22 09:49:15 |
Łukasz Jernaś |
bug |
|
|
added subscriber Łukasz Jernaś |
2010-09-23 16:02:20 |
Sebastian Dröge |
bug |
|
|
added subscriber Sebastian Dröge |
2010-09-23 17:38:10 |
Benjamin Drung |
description |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
QEMU
VLC media player
xmms2 |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
gstreamer
pitivi
QEMU
VLC media player
xmms2 |
|
2010-09-23 17:55:26 |
Benjamin Drung |
description |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
gstreamer
pitivi
QEMU
VLC media player
xmms2 |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
|
|
2010-11-23 00:36:40 |
Jason Gerard DeRose |
bug |
|
|
added subscriber Jason Gerard DeRose |
2011-01-14 23:22:58 |
Jelmer Vernooij |
bug |
|
|
added subscriber Jelmer Vernooij |
2011-03-23 23:13:16 |
Vsevolod Velichko |
bug |
|
|
added subscriber Vsevolod Velichko |
2011-04-09 13:08:59 |
Stefan H. |
bug |
|
|
added subscriber Stefan H. |
2011-04-11 16:06:46 |
proDOOMman |
bug |
|
|
added subscriber proDOOMman |
2011-04-26 23:46:19 |
Robert Collins |
launchpad: importance |
Wishlist |
Low |
|
2011-05-17 01:14:01 |
xaav |
summary |
Importing revisions with submodules is not supported |
Bazaar needs support for nested trees |
|
2011-05-17 08:41:04 |
Martin Pool |
summary |
Bazaar needs support for nested trees |
Importing revisions with submodules is not supported |
|
2011-05-17 09:23:35 |
Vsevolod Velichko |
description |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
|
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
qutim
banshee
emesene
tomahawk
haasciicam |
|
2011-05-30 03:54:35 |
Memnon Anon |
bug |
|
|
added subscriber Memnon Anon |
2011-06-03 07:40:43 |
Tim Su |
removed subscriber Tim Su |
|
|
|
2011-07-20 01:06:19 |
Juan L. Negron |
bug task added |
|
cloudfoundry |
|
2011-07-20 15:17:38 |
Dustin Kirkland |
bug |
|
|
added subscriber Canonical-SIG |
2011-07-20 15:18:06 |
Dustin Kirkland |
cloudfoundry: importance |
Undecided |
High |
|
2011-07-20 15:18:08 |
Dustin Kirkland |
cloudfoundry: status |
New |
Confirmed |
|
2011-07-25 17:57:11 |
Florian Rathgeber |
bug |
|
|
added subscriber Florian Rathgeber |
2011-07-26 12:52:50 |
Sven Baars |
bug |
|
|
added subscriber sbte |
2011-07-27 10:27:55 |
Per Johansson |
bug |
|
|
added subscriber Per Johansson |
2011-08-23 21:40:17 |
nairboon |
bug |
|
|
added subscriber nairboon |
2011-10-08 23:12:33 |
snd |
branch linked |
|
lp:gnu-cssc |
|
2011-10-08 23:13:40 |
snd |
branch linked |
|
lp:mailutils |
|
2011-10-08 23:14:06 |
snd |
branch linked |
|
lp:zile |
|
2011-10-09 03:28:42 |
snd |
branch linked |
|
lp:dico |
|
2011-10-09 03:28:55 |
snd |
branch linked |
|
lp:diffutils |
|
2011-10-09 03:49:44 |
Jelmer Vernooij |
branch unlinked |
lp:diffutils |
|
|
2011-10-09 03:50:07 |
Jelmer Vernooij |
branch unlinked |
lp:dico |
|
|
2011-10-09 03:50:28 |
Jelmer Vernooij |
branch unlinked |
lp:gnu-cssc |
|
|
2011-10-09 03:50:50 |
Jelmer Vernooij |
branch unlinked |
lp:mailutils |
|
|
2011-10-09 03:51:13 |
Jelmer Vernooij |
branch unlinked |
lp:zile |
|
|
2011-10-10 11:54:28 |
Benjamin Drung |
description |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
qutim
banshee
emesene
tomahawk
haasciicam |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
qutim
banshee
emesene
tomahawk
haasciicam
lp:zile
lp:dico
lp:gnu-cssc
lp:mailutils
lp:diffutils |
|
2011-10-10 12:07:32 |
proDOOMman |
removed subscriber proDOOMman |
|
|
|
2011-10-10 12:10:48 |
Jelmer Vernooij |
description |
bzr-git does not have anything to convert submodules in git revisions to at the moment, so it will simply bail out.
eventually submodules should be mapped to nested trees, once bzr core supports them.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
qutim
banshee
emesene
tomahawk
haasciicam
lp:zile
lp:dico
lp:gnu-cssc
lp:mailutils
lp:diffutils |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
qutim
banshee
emesene
tomahawk
haasciicam
lp:zile
lp:dico
lp:gnu-cssc
lp:mailutils
lp:diffutils |
|
2011-10-13 23:20:05 |
Benjamin Drung |
description |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
astrid
GDB
f-spot
gstreamer
pitivi
QEMU
VLC media player
xmms2
qutim
banshee
emesene
tomahawk
haasciicam
lp:zile
lp:dico
lp:gnu-cssc
lp:mailutils
lp:diffutils |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
VLC media player
xmms2
lp:zile |
|
2011-10-13 23:26:36 |
Benjamin Drung |
description |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
VLC media player
xmms2
lp:zile |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile |
|
2011-11-08 21:27:19 |
Per Johansson |
removed subscriber Per Johansson |
|
|
|
2011-12-17 10:43:18 |
jasherai |
bug |
|
|
added subscriber jasherai |
2011-12-25 10:36:04 |
Florian Reinhard |
bug |
|
|
added subscriber Florian Reinhard |
2012-01-24 15:35:29 |
Jelmer Vernooij |
bzr: status |
Confirmed |
In Progress |
|
2012-01-24 15:35:32 |
Jelmer Vernooij |
bzr: assignee |
|
Jelmer Vernooij (jelmer) |
|
2012-01-24 15:35:41 |
Jelmer Vernooij |
bzr: milestone |
|
2.6b1 |
|
2012-01-24 15:38:16 |
Launchpad Janitor |
branch linked |
|
lp:~jelmer/bzr/2a-repo-supports-nested-trees |
|
2012-01-25 15:53:59 |
Scott Howard |
bug |
|
|
added subscriber Scott Howard |
2012-03-15 09:19:03 |
Vincent Ladeuil |
bzr: milestone |
2.6b1 |
|
|
2012-04-08 18:52:14 |
Jelmer Vernooij |
bzr: status |
In Progress |
Triaged |
|
2012-04-08 18:52:17 |
Jelmer Vernooij |
bzr: assignee |
Jelmer Vernooij (jelmer) |
|
|
2012-05-16 19:28:41 |
Felix Ruess |
bug |
|
|
added subscriber Felix Ruess |
2012-07-06 23:30:17 |
Francis J. Lacoste |
launchpad: importance |
Low |
Critical |
|
2012-07-06 23:31:48 |
Francis J. Lacoste |
launchpad: importance |
Critical |
Low |
|
2012-07-06 23:31:53 |
Francis J. Lacoste |
launchpad: importance |
Low |
High |
|
2012-07-09 14:14:03 |
Jelmer Vernooij |
bzr: importance |
High |
Low |
|
2012-07-09 14:14:08 |
Jelmer Vernooij |
bzr: importance |
Low |
Medium |
|
2012-07-09 14:14:20 |
Jelmer Vernooij |
launchpad: importance |
High |
Low |
|
2012-07-09 14:14:32 |
Jelmer Vernooij |
launchpad: importance |
Low |
High |
|
2012-07-09 14:14:48 |
Jelmer Vernooij |
bzr: importance |
Medium |
High |
|
2012-07-09 14:14:52 |
Jelmer Vernooij |
bzr-git: assignee |
|
Jelmer Vernooij (jelmer) |
|
2012-09-18 17:17:40 |
Marius B. Kotsbak |
bug |
|
|
added subscriber Marius Kotsbak |
2012-10-09 05:23:24 |
Adolfo Jayme Barrientos |
bug |
|
|
added subscriber Adolfo Jayme Barrientos |
2012-10-27 15:04:24 |
Martin Erik Werner |
bug |
|
|
added subscriber Martin Erik Werner |
2012-10-29 13:40:01 |
Curtis Hovey |
tags |
lp-code udd |
feature git lp-code udd |
|
2013-05-18 10:49:23 |
Thomas Kluyver |
bug |
|
|
added subscriber Thomas Kluyver |
2013-06-03 15:22:08 |
Tribler Team |
bug task added |
|
tribler |
|
2013-06-03 15:22:47 |
Tribler Team |
bug task deleted |
tribler |
|
|
2013-06-03 15:23:08 |
Tribler Team |
description |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile
lp:tribler |
|
2013-06-03 16:31:02 |
Thomas Kluyver |
description |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile
lp:tribler |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:ipython
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile
lp:tribler |
|
2013-07-01 06:01:38 |
Gianfranco Costamagna |
bug |
|
|
added subscriber LocutusOfBorg |
2013-07-01 06:20:47 |
Jelmer Vernooij |
cloudfoundry: status |
Confirmed |
Invalid |
|
2013-07-14 15:22:35 |
Dylan McCall |
bug |
|
|
added subscriber Dylan McCall |
2013-08-16 13:04:41 |
Alessio Morale |
bug |
|
|
added subscriber Alessio Morale |
2013-09-25 02:02:46 |
Thomas |
bug |
|
|
added subscriber Thomas |
2013-09-29 15:49:24 |
Luke Faraone |
removed subscriber Luke Faraone |
|
|
|
2013-10-13 04:52:42 |
William Crandell |
branch linked |
|
lp:coreutils |
|
2013-10-13 04:55:22 |
William Crandell |
branch linked |
|
lp:bashory |
|
2013-10-13 04:55:43 |
William Crandell |
branch unlinked |
lp:coreutils |
|
|
2013-10-13 04:56:21 |
William Crandell |
branch unlinked |
lp:bashory |
|
|
2013-11-06 17:56:33 |
pataquets |
description |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:ipython
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile
lp:tribler |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
lp:dnscrypt-proxy
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:ipython
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile
lp:tribler |
|
2013-11-09 14:08:36 |
Jelmer Vernooij |
description |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
Affected projects:
lp:anarchnet
lp:anubis
astrid
lp:autoconf-archive
banshee
lp:bison
lp:cflow
lp:coreutils
lp:cpio (lp:~rbose-vcs-imports/cpio/master)
lp:dico
lp:diffutils
lp:dnscrypt-proxy
emesene
lp:findutils
f-spot
lp:gnu-cssc
lp:gnu-radius
lp:grep (lp:~rbose-vcs-imports/grep/master)
gstreamer
haasciicam
lp:ipython
lp:mailutils
lp:mumble
lp:patch
pitivi
QEMU
qutim
lp:sed
tomahawk
lp:vlc
lp:xmms2
lp:zile
lp:tribler |
bzr-git converts submodules into nested trees, but nested trees aren't very well supported by bzr yet.
This affects importing of commits from Git repositories that contains submodules anywhere in their history. It doesn't matter if the submodules have been removed in the last revision. |
|
2013-11-12 16:04:54 |
Ross Duggan |
bug |
|
|
added subscriber Ross Duggan |
2013-11-16 20:37:15 |
hexafraction |
bug |
|
|
added subscriber hexafraction |
2013-11-20 16:38:22 |
Anne van Rossum |
bug |
|
|
added subscriber Anne van Rossum |
2014-01-05 09:58:19 |
Liviu Andronic |
bug |
|
|
added subscriber Liviu Andronic |
2014-11-03 10:43:00 |
Uwe L. Korn |
bug |
|
|
added subscriber Uwe L. Korn |
2014-12-27 09:03:48 |
André Bauer |
bug |
|
|
added subscriber André Bauer |
2015-04-24 09:03:42 |
dreamcat4 |
bug |
|
|
added subscriber dreamcat4 |
2015-04-24 17:50:08 |
Sebastian Dröge |
removed subscriber Sebastian Dröge |
|
|
|
2015-04-29 11:33:18 |
Neil French |
removed subscriber Canonical-SIG |
|
|
|
2015-05-05 11:50:29 |
Alberts Muktupāvels |
bug |
|
|
added subscriber Alberts Muktupāvels |
2015-05-24 16:37:17 |
Pali |
bug |
|
|
added subscriber Pali |
2015-11-15 08:29:09 |
Mantas Kriaučiūnas |
bug |
|
|
added subscriber Mantas Kriaučiūnas |
2016-08-28 07:55:07 |
Matteo Nastasi (mop) |
bug |
|
|
added subscriber Matteo Nastasi (mop) |
2016-11-07 19:54:30 |
Colin Watson |
bug |
|
|
added subscriber Colin Watson |
2016-12-08 22:59:47 |
Alberts Muktupāvels |
removed subscriber Alberts Muktupāvels |
|
|
|
2016-12-27 07:23:17 |
Khurshid Alam |
bug |
|
|
added subscriber Khurshid Alam |
2017-06-07 20:27:55 |
Jelmer Vernooij |
bug task added |
|
brz |
|
2017-06-07 20:28:05 |
Jelmer Vernooij |
brz: status |
New |
Triaged |
|
2017-06-12 21:56:04 |
Jelmer Vernooij |
brz: importance |
Undecided |
Medium |
|
2017-06-12 21:56:12 |
Jelmer Vernooij |
tags |
feature git lp-code udd |
feature foreign git lp-code udd |
|
2017-07-04 11:29:34 |
Jelmer Vernooij |
tags |
feature foreign git lp-code udd |
feature foreign git git-support lp-code udd |
|
2018-03-31 17:10:26 |
Jelmer Vernooij |
bug task added |
|
brz-git |
|
2018-03-31 17:10:34 |
Jelmer Vernooij |
brz-git: status |
New |
Fix Released |
|
2018-03-31 17:10:37 |
Jelmer Vernooij |
brz-git: importance |
Undecided |
Medium |
|
2018-03-31 17:10:40 |
Jelmer Vernooij |
brz-git: assignee |
|
Jelmer Vernooij (jelmer) |
|
2018-03-31 17:10:42 |
Jelmer Vernooij |
brz-git: milestone |
|
integration |
|
2018-05-10 01:42:33 |
Jelmer Vernooij |
bug task deleted |
brz-git |
|
|
2018-05-10 01:42:43 |
Jelmer Vernooij |
brz: assignee |
|
Jelmer Vernooij (jelmer) |
|
2018-05-10 01:42:47 |
Jelmer Vernooij |
bzr-git: assignee |
Jelmer Vernooij (jelmer) |
|
|
2018-09-29 17:42:15 |
Jelmer Vernooij |
brz: status |
Triaged |
In Progress |
|
2018-11-14 08:11:26 |
Kenny Root |
bug |
|
|
added subscriber Kenny Root |
2020-01-19 13:28:48 |
Jelmer Vernooij |
brz: milestone |
|
3.1.0 |
|
2020-01-19 14:08:47 |
Pierre Rudloff |
bug |
|
|
added subscriber Pierre Rudloff |
2020-01-23 00:21:59 |
Jelmer Vernooij |
brz: status |
In Progress |
Fix Committed |
|
2020-01-24 00:06:21 |
Launchpad Janitor |
branch linked |
|
lp:~jelmer/brz/fix-submodule-import |
|
2020-06-08 19:32:42 |
Jelmer Vernooij |
brz: status |
Fix Committed |
Fix Released |
|
2021-01-06 16:02:51 |
Colin Watson |
affects |
launchpad |
lp-codeimport |
|