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

Fixed omissions from previous commit.

Changeset 37e893cb53ab

Parent a8e1680e3907

by David Golub

Changes to 3 files · Browse files at 37e893cb53ab Showing diff from parent a8e1680e3907 Diff from another changeset...

Change 1 of 1 Show Entire File __init__.py Stacked
 
 
 
 
1
2
@@ -0,0 +1,2 @@
+# This file needs to be here for the Kiln extension test scripts to find files under +# bfiles/tests.
Change 1 of 1 Show Entire File tests/​__init__.py Stacked
 
 
 
 
1
2
@@ -0,0 +1,2 @@
+# This file needs to be here for the Kiln extension test scripts to find files under +# bfiles/tests.
Change 1 of 1 Show Entire File tests/​custom.py Stacked
 
5
6
7
8
9
10
 
 
 
 
5
6
7
 
 
 
8
9
10
@@ -5,6 +5,6 @@
 # write access to that repo group.    KILNEXTPATH = '~/kiln/extensions' -KILNURL = 'http://davidg.hq.fogcreek.com/kiln' -USER = 'user1@nodomain.com' -PASSWORD = 'abcd1234' +KILNURL = 'http://localhost/FogBugz/kiln' +USER = 'test' +PASSWORD = 'tester'