sapling/hgext
FUJIWARA Katsunori a8288b7afa censor: make various path forms available like other Mercurial commands
Before this patch, censored file should be exactly "a path relative to
repository root" regardless of current working directory, because "hg
censor" passes "path" to "repo.file()" directly without any
preparations.

To make various path forms available like other Mercurial commands,
this patch gets a target file path in the way of "hg parents FILE".

Getting "wctx" is relocated to reuse "wctx" for efficiency.
2015-07-17 00:22:16 +09:00
..
convert convert: use 'default' for specifying branch name in branchmap (issue4753) 2015-07-14 14:40:56 +01:00
highlight hgweb: provide symrev (symbolic revision) property to the templates 2015-06-16 02:07:25 +08:00
largefiles global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07: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 acl: mark deprecated config option 2015-06-25 17:36:46 -05:00
blackbox.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
bugzilla.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
censor.py censor: make various path forms available like other Mercurial commands 2015-07-17 00:22:16 +09:00
children.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
churn.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
color.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
eol.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
extdiff.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
factotum.py factotum: use try/except/finally 2015-05-15 09:54:56 -05:00
fetch.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
gpg.py gpg: mention undocumented options 2015-06-25 17:35:57 -05:00
graphlog.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
hgcia.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
hgk.py hgk: tweak doc format for path option 2015-06-25 17:37:14 -05:00
histedit.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
keyword.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
mq.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
notify.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
pager.py pager: drop python 2.4 hack around subprocess 2015-05-18 16:20:12 -05:00
patchbomb.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
progress.py progress: deprecate the progress extension 2015-06-08 01:01:21 -07:00
purge.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
rebase.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
record.py record: omit meaningless 'qrefresh' suggestion at 'hg qrefresh -i' 2015-07-15 04:45:58 +09:00
relink.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
schemes.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
share.py hg: support for auto sharing stores when cloning 2015-07-08 16:19:09 -07:00
shelve.py shelve: omit incorrect 'commit' suggestion at 'hg shelve -i' 2015-07-15 04:45:58 +09:00
strip.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
transplant.py transplant: only pull the transplanted revision (issue4692) 2015-06-29 19:09:42 -07:00
win32mbcs.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
win32text.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00