Mercurial > public > mercurial-scm > hg
diff hgext/histedit.py @ 30848:7080652af6e6 stable
ui: rename tmpdir parameter to more specific repopath
This was requested by Augie and I agree that repopath is more
descriptive.
author | Sean Farley <sean@farley.io> |
---|---|
date | Wed, 18 Jan 2017 18:25:51 -0800 |
parents | f59ab1b752bd |
children | d4825798818b |
line wrap: on
line diff
--- a/hgext/histedit.py Thu Jan 19 23:01:32 2017 +0900 +++ b/hgext/histedit.py Wed Jan 18 18:25:51 2017 -0800 @@ -1335,7 +1335,7 @@ rules += '\n\n' rules += editcomment rules = ui.edit(rules, ui.username(), {'prefix': 'histedit'}, - tmpdir=repo.path) + repopath=repo.path) # Save edit rules in .hg/histedit-last-edit.txt in case # the user needs to ask for help after something