comparison hgext/automv.py @ 31599:e4aefdb58ebe

automv: use lowercase for docstring title The first line of docstring is used in `hg help -e`. Use lowercase to be consistent with most extensions.
author Jun Wu <quark@fb.com>
date Thu, 23 Mar 2017 21:15:39 -0700
parents a0939666b836
children 54bc88c56ec8
comparison
equal deleted inserted replaced
31598:32f09ead059b 31599:e4aefdb58ebe
2 # 2 #
3 # Copyright 2013-2016 Facebook, Inc. 3 # Copyright 2013-2016 Facebook, Inc.
4 # 4 #
5 # This software may be used and distributed according to the terms of the 5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version. 6 # GNU General Public License version 2 or any later version.
7 """Check for unrecorded moves at commit time (EXPERIMENTAL) 7 """check for unrecorded moves at commit time (EXPERIMENTAL)
8 8
9 This extension checks at commit/amend time if any of the committed files 9 This extension checks at commit/amend time if any of the committed files
10 comes from an unrecorded mv. 10 comes from an unrecorded mv.
11 11
12 The threshold at which a file is considered a move can be set with the 12 The threshold at which a file is considered a move can be set with the