Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.5, 0.6, and 0.7

hgtk: support global symbolic path names in --repository

Changeset c41b8a4b3607

Parent 0071554cadee

by TK Soh

Changes to one file · Browse files at c41b8a4b3607 Showing diff from parent 0071554cadee Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
143
144
145
146
 
147
148
149
 
143
144
145
 
146
147
148
149
@@ -143,7 +143,7 @@
    path = hglib.rootpath(os.getcwd())   if options['repository']: - path = options['repository'] + path = ui.expandpath(options['repository'])     if cmd not in nonrepo_commands.split():   try: