summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2009-02-16 02:14:04 +1000
committerIan Clatworthy <ian.clatworthy@canonical.com>2009-02-16 02:14:04 +1000
commit146b5264514991f0843efa532806980e5d06b228 (patch)
tree2970652aeeaea7494eaa13af7945a84661693351 /NEWS
parentf569cb96b0f22981bb1c9cbcb8ea3d45f27ba304 (diff)
parenteaa8af23db3b055dbf7599d898c0c8d3f645f9bb (diff)
downloadpython-fastimport-146b5264514991f0843efa532806980e5d06b228.tar.gz
initial cut at reset support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c3f725f..1a3dd04 100644
--- a/NEWS
+++ b/NEWS
@@ -15,8 +15,15 @@ IN DEVELOPMENT
FEATURES:
+ * Initial cut at reset support. (Brian de Alwis, Ian Clatworthy)
+
IMPROVEMENTS:
+ * If ``refs/heads/xxx`` and ``refs/remotes/origin/xxx`` are both
+ defined, the latter is now mapped to a bzr branch called
+ ``xxx.remote`` rather than ``remotes--origins--xxx``.
+ (Ian Clatworthy)
+
* ``bzr fast-import-info`` now handles an unlimited # of parents for a
revision. The spec suggests the maximum ought to be 16 but the linux
kernel has revisions with more than that.