Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
octobus
mercurial-devel
Commits
3ef6c14a1e8e
Commit
63bdc1a5
authored
Jul 22, 2009
by
Christian Ebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keyword: argument to "kwdemo --rcfile" must be string (bugfix)
parent
c2041f80f22a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hgext/keyword.py
hgext/keyword.py
+1
-1
No files found.
hgext/keyword.py
View file @
3ef6c14a
...
...
@@ -529,7 +529,7 @@ cmdtable = {
'kwdemo'
:
(
demo
,
[(
'd'
,
'default'
,
None
,
_
(
'show default keyword template maps'
)),
(
'f'
,
'rcfile'
,
[]
,
_
(
'read maps from rcfile'
))],
(
'f'
,
'rcfile'
,
''
,
_
(
'read maps from rcfile'
))],
_
(
'hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...'
)),
'kwexpand'
:
(
expand
,
commands
.
walkopts
,
_
(
'hg kwexpand [OPTION]... [FILE]...'
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment