chiark / gitweb /
Changelog handling: No not check out last push any more during raw import
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Sep 2016 12:23:38 +0000 (13:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2016 19:12:52 +0000 (20:12 +0100)
commit4ce800ddb6a9f36b35e2a468af7d20e9604d2601
tree8eed33692a810f6c1c53197035acc57a52ce0975
parent41acb4ec92f077c3126a51621937f50000485d92
Changelog handling: No not check out last push any more during raw import

We now get the changelog with mergeinfo_getclogp (which just fetches
the changelog blob).  This working tree is not used for anything else,
and is deleted at the end of the function.  So there is no need to
switch branches.

There should be no overall behavioural change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit