changeset 29:a789f1e84919

Fix minor typo: Contributed-by: tim.bell@oracle.com
author jjg
date Thu, 08 Jun 2017 13:31:23 -0700
parents af82295c9167
children c564bbfa43dc
files trees.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trees.py	Fri Jun 02 18:22:29 2017 -0700
+++ b/trees.py	Thu Jun 08 13:31:23 2017 -0700
@@ -867,7 +867,7 @@
     '''show version information'''
     ui.status('trees extension (version 0.7)\n')
 
-@command('tdefapth')
+@command('tdefpath')
 def defpath(ui, repo, peer=None, peer_push=None, **opts):
     '''examine and manipulate default path settings for a tree.'''
     def walker(r):