sapling/hgext
Gregory Szorc d84af347c4 ui: avoid needless casting to a str
In many cases, we don't need to cast to a str because the object will
be cast when it is eventually written.

As part of testing this, I added some code to raise exceptions when a
non-str was passed in and wasn't able to trigger it. i.e. we're already
passing str into this function everywhere, so the casting isn't
necessary.
2015-11-22 14:44:55 -08:00
..
convert convert: use repo._bookmarks.recordchange instead of repo._bookmarks.write 2015-11-16 17:15:36 -08:00
highlight highlight: add option to prevent content-only based fallback 2015-10-14 18:22:16 -07:00
largefiles largefiles: fall back to the original for change/delete conflicts 2015-11-18 17:40:13 -08:00
zeroconf extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
blackbox.py blackbox: add pid to output 2015-09-07 11:31:44 -07:00
bugzilla.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
censor.py spelling: trivial spell checking 2015-10-17 00:58:46 +02:00
children.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
churn.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
clonebundles.py clonebundles: fix typo s/comand/command/ 2015-11-05 10:31:20 +00:00
color.py ui: avoid needless casting to a str 2015-11-22 14:44:55 -08:00
eol.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
extdiff.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
factotum.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
fetch.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
gpg.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
graphlog.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
hgcia.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
hgk.py hgk: tweak doc format for path option 2015-06-25 17:37:14 -05:00
histedit.py histedit: constant-ify the constraints list 2015-11-23 10:13:05 -05:00
keyword.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
mq.py mq: indentation change to make the next patch more legible 2015-11-17 13:12:46 -08:00
notify.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
pager.py pager: recreate stdout to make it line-buffered 2015-10-03 15:16:33 +09:00
patchbomb.py patchbomb: check that targets exist at the publicurl 2015-10-11 22:13:03 -07:00
progress.py progress: restore testedwith to the stub 2015-08-25 15:52:54 -04:00
purge.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
rebase.py rebase: use bookmarks.recordchange instead of bookmarks.write 2015-11-20 14:06:31 -08:00
record.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
relink.py l10n: use %d instead of %s for numbers 2015-10-14 22:29:03 -04:00
schemes.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
share.py share: wrap bmstore._writerepo for transaction sensitivity (issue4940) 2015-11-13 02:36:30 +09:00
shelve.py shelve: use colon instead of quotes in 'changes to' description 2015-11-22 21:40:23 -08:00
strip.py strip: use repo._bookmarks.recordchange instead of repo._bookmarks.write 2015-11-20 13:46:36 -08:00
transplant.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
win32mbcs.py error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
win32text.py urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00