Kiln » gitkiln Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

make naming conventions more Git-like

Changeset 63ec65163da3

Parent 00a42bf04180

by Profile picture of User 12Benjamin Pollack <benjamin@fogcreek.com>

Changes to one file · Browse files at 63ec65163da3 Showing diff from parent 00a42bf04180 Diff from another changeset...

Change 1 of 2 Show Entire File main.go Stacked
 
51
52
53
54
 
55
56
57
 
270
271
272
273
 
274
275
276
 
51
52
53
 
54
55
56
57
 
270
271
272
 
273
274
275
276
@@ -51,7 +51,7 @@
  go to the provided commits in Kiln. Commit IDs are expanded   locally, so "git-kiln show HEAD^" and similar commands will   work fine. - showfile <file> [<file2> [...]] + show-file <file> [<file2> [...]]   show the contents of one or more files in Kiln   version   show gitkiln's version number @@ -270,7 +270,7 @@
  }   }   } - case "showfile": + case "show-file":   if ensureArgs(3, "you must provide at least one file to view") {   for _, file := range os.Args[2:len(os.Args)] {   k.BrowseFile(repoPath, file)