Skip to content

topic: allow specifying current topic using period

Sushil Khanchi requested to merge topic/default/cmd-topic-feature into branch/default

This means hg topic . --rev <revspec> will amend the revs with current active topic. This would be useful in general.

Also, it can be provided as an "explicit" alternative to hg amend to change the topic of parent with current active topic.

Closes #44

Merge request reports