src/topic/constants.py
author Matt Mackall <mpm@selenic.com>
Mon, 15 Jun 2015 17:29:07 -0500
changeset 1858 4ab1b854ce4e
parent 1845 24d8053020a2
permissions -rw-r--r--
topics: allow commits that only change topic (issue4725) This allows amend to change topics. It also matches the behavior of branches.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1845
24d8053020a2 constants: extract key for extra into a constant
Augie Fackler <augie@google.com>
parents:
diff changeset
     1
extrakey = 'topic'