Changes To Fossil 2.0
Not logged in

Changes to "Fossil 2.0" between 2015-03-05 20:06:30 and 2015-03-05 20:15:48

71
72
73
74
75
76
77
78

79
80
81
82
83
84
85
71
72
73
74
75
76
77

78
79
80
81
82
83
84
85







-
+







The merge lines may also be shown in different colors, e.g. green for cherrypick and red for backout.

Suggest allowing this feature to be configurable via theme.  Also may be a user checkbox to show or hide cherrypick/backout merges.

------
*On 2015-03-05 20:06:30 UTC andygoth added:*

# Require directory name argument to open command
# Require directory name argument to open command.

One thing that repeatedly surprised me when learning Fossil was that the open command opens the repository into the current working directory.  This left me either confused at there being no apparent effect (except a hidden file called .fslckout, in the case of a new repository) or angry about Fossil making a big mess in my current directory (not easily undone because close doesn't delete).

I would have picked up on this behavior instantly had the open command required the directory name as an argument following the repository argument.  The directory would be created if it doesn't already exist.  For example:

    fossil new repo.fossil
    fossil open repo.fossil repo