Skip to content
Snippets Groups Projects

topic: allow specifying current topic using period

Open Sushil Khanchi requested to merge topic/default/cmd-topic-feature into branch/default
3 unresolved threads
Files
2
@@ -804,7 +804,7 @@
topic = topic.strip()
if not topic:
raise error.Abort(_(b"topic name cannot consist entirely of whitespaces"))
if topic == b'.' and touchedrevs:
# amend revisions with current active topic
topic = repo.currenttopic
Loading