Kiln » largefiles » largefiles-mercurial-truncated changes working towards inclusion in Mercurial
Clone URL:  

Module name is no longer needed.

Changeset 7379a3c1336d

Parent 8bc7351ad79e

by David Golub

Changes to one file · Browse files at 7379a3c1336d Showing diff from parent 8bc7351ad79e Diff from another changeset...

Change 1 of 1 Show Entire File tests/​kilntest.py Stacked
 
23
24
25
26
 
27
28
29
 
23
24
25
 
26
27
28
29
@@ -23,7 +23,7 @@
 # Ensure that the home directory is set appropriately so that the kilnauth  # cookies will be found. This is important because Mercurial 1.9 and later  # changes the home directory in the test script. -os.environ['HOME'] = kilntest.HOMEPATH +os.environ['HOME'] = HOMEPATH    def api(url):   return KILNURL + '/api/1.0/' + url