Versions in this module Expand all Collapse all v0 v0.6.3 May 13, 2026 v0.6.2 May 12, 2026 v0.6.1 May 12, 2026 v0.6.0 May 5, 2026 v0.5.0 May 4, 2026 v0.4.6-rc3 Apr 30, 2026 v0.4.6-rc1 Apr 30, 2026 v0.4.5 Apr 30, 2026 v0.4.4 Apr 27, 2026 v0.4.3 Apr 26, 2026 v0.4.2 Apr 26, 2026 v0.4.1 Apr 26, 2026 v0.4.0 Apr 25, 2026 v0.3.0 Apr 21, 2026 v0.2.0 Apr 21, 2026 v0.1.0 Apr 19, 2026 Changes in this version + type Globals struct + Repo string + Verbose bool + func (g *Globals) OpenRepo() (*libfossil.Repo, error) + type RepoAddCmd struct + Dir string + Files []string + func (c *RepoAddCmd) Run(g *Globals) error + type RepoAnnotateCmd struct + File string + Version string + func (c *RepoAnnotateCmd) Run(g *Globals) error + type RepoBisectBadCmd struct + Dir string + Version string + func (c *RepoBisectBadCmd) Run(g *Globals) error + type RepoBisectCmd struct + Bad RepoBisectBadCmd + Good RepoBisectGoodCmd + Ls RepoBisectLsCmd + Next RepoBisectNextCmd + Reset RepoBisectResetCmd + Skip RepoBisectSkipCmd + Status RepoBisectStatusCmd + type RepoBisectGoodCmd struct + Dir string + Version string + func (c *RepoBisectGoodCmd) Run(g *Globals) error + type RepoBisectLsCmd struct + Dir string + func (c *RepoBisectLsCmd) Run(g *Globals) error + type RepoBisectNextCmd struct + Dir string + func (c *RepoBisectNextCmd) Run(g *Globals) error + type RepoBisectResetCmd struct + Dir string + func (c *RepoBisectResetCmd) Run(g *Globals) error + type RepoBisectSkipCmd struct + Dir string + Version string + func (c *RepoBisectSkipCmd) Run(g *Globals) error + type RepoBisectStatusCmd struct + Dir string + func (c *RepoBisectStatusCmd) Run(g *Globals) error + type RepoBlameCmd struct + type RepoBranchCloseCmd struct + Name string + User string + func (c *RepoBranchCloseCmd) Run(g *Globals) error + type RepoBranchCmd struct + Close RepoBranchCloseCmd + Ls RepoBranchLsCmd + New RepoBranchNewCmd + type RepoBranchLsCmd struct + All bool + Closed bool + func (c *RepoBranchLsCmd) Run(g *Globals) error + type RepoBranchNewCmd struct + From string + Message string + Name string + User string + func (c *RepoBranchNewCmd) Run(g *Globals) error + type RepoCatCmd struct + Artifact string + Raw bool + func (c *RepoCatCmd) Run(g *Globals) error + type RepoCiCmd struct + Branch string + Files []string + Message string + Parent string + User string + func (c *RepoCiCmd) Run(g *Globals) error + type RepoCloneCmd struct + Invite string + Pass string + Path string + URL string + User string + func (c *RepoCloneCmd) Run(g *Globals) error + type RepoCmd struct + Add RepoAddCmd + Annotate RepoAnnotateCmd + Bisect RepoBisectCmd + Blame RepoBlameCmd + Branch RepoBranchCmd + Cat RepoCatCmd + Ci RepoCiCmd + Clone RepoCloneCmd + Co RepoCoCmd + Config RepoConfigCmd + Conflicts RepoConflictsCmd + Delta RepoDeltaCmd + Diff RepoDiffCmd + Extract RepoExtractCmd + Hash RepoHashCmd + Info RepoInfoCmd + Invite RepoInviteCmd + Ls RepoLsCmd + MarkResolved RepoMergeResolveCmd + Merge RepoMergeCmd + New RepoNewCmd + Open RepoOpenCmd + Query RepoQueryCmd + Redo RepoRedoCmd + Rename RepoRenameCmd + Resolve RepoResolveCmd + Revert RepoRevertCmd + Rm RepoRmCmd + Schema RepoSchemaCmd + Stash RepoStashCmd + Status RepoStatusCmd + Tag RepoTagCmd + Timeline RepoTimelineCmd + UV RepoUVCmd + Undo RepoUndoCmd + User RepoUserCmd + Verify RepoVerifyCmd + Wiki RepoWikiCmd + type RepoCoCmd struct + Dir string + Force bool + Version string + func (c *RepoCoCmd) Run(g *Globals) error + type RepoConfigCmd struct + Get RepoConfigGetCmd + Ls RepoConfigLsCmd + Set RepoConfigSetCmd + type RepoConfigGetCmd struct + Key string + func (c *RepoConfigGetCmd) Run(g *Globals) error + type RepoConfigLsCmd struct + func (c *RepoConfigLsCmd) Run(g *Globals) error + type RepoConfigSetCmd struct + Key string + Value string + func (c *RepoConfigSetCmd) Run(g *Globals) error + type RepoConflictsCmd struct + Dir string + Extract RepoConflictsExtractCmd + Ls RepoConflictsLsCmd + Merge RepoConflictsMergeCmd + Pick RepoConflictsPickCmd + Show RepoConflictsShowCmd + type RepoConflictsExtractCmd struct + Dir string + File string + func (c *RepoConflictsExtractCmd) Run(g *Globals) error + type RepoConflictsLsCmd struct + func (c *RepoConflictsLsCmd) Run(g *Globals) error + type RepoConflictsMergeCmd struct + Dir string + File string + Strategy string + func (c *RepoConflictsMergeCmd) Run(g *Globals) error + type RepoConflictsPickCmd struct + Base bool + Dir string + File string + Local bool + Remote bool + func (c *RepoConflictsPickCmd) Run(g *Globals) error + type RepoConflictsShowCmd struct + File string + func (c *RepoConflictsShowCmd) Run(g *Globals) error + type RepoDeltaApplyCmd struct + Delta string + Output string + Source string + func (c *RepoDeltaApplyCmd) Run(g *Globals) error + type RepoDeltaCmd struct + Apply RepoDeltaApplyCmd + Create RepoDeltaCreateCmd + type RepoDeltaCreateCmd struct + Output string + Source string + Target string + func (c *RepoDeltaCreateCmd) Run(g *Globals) error + type RepoDiffCmd struct + Dir string + Unified int + Version string + func (c *RepoDiffCmd) Run(g *Globals) error + type RepoExtractCmd struct + Dir string + Files []string + Version string + func (c *RepoExtractCmd) Run(g *Globals) error + type RepoHashCmd struct + Files []string + SHA3 bool + func (c *RepoHashCmd) Run(g *Globals) error + type RepoInfoCmd struct + func (c *RepoInfoCmd) Run(g *Globals) error + type RepoInviteCmd struct + Cap string + Login string + TTL time.Duration + URL string + func (c *RepoInviteCmd) Run(g *Globals) error + type RepoLsCmd struct + Long bool + Version string + func (c *RepoLsCmd) Run(g *Globals) error + type RepoMergeCmd struct + Dir string + DryRun bool + Strategy string + Version string + func (c *RepoMergeCmd) Run(g *Globals) error + type RepoMergeResolveCmd struct + Dir string + File string + func (c *RepoMergeResolveCmd) Run(g *Globals) error + type RepoNewCmd struct + Path string + User string + func (c *RepoNewCmd) Run(g *Globals) error + type RepoOpenCmd struct + Dir string + func (c *RepoOpenCmd) Run(g *Globals) error + type RepoQueryCmd struct + SQL string + func (c *RepoQueryCmd) Run(g *Globals) error + type RepoRedoCmd struct + Dir string + func (c *RepoRedoCmd) Run(g *Globals) error + type RepoRenameCmd struct + Dir string + From string + To string + func (c *RepoRenameCmd) Run(g *Globals) error + type RepoResolveCmd struct + Name string + func (c *RepoResolveCmd) Run(g *Globals) error + type RepoRevertCmd struct + Dir string + Files []string + func (c *RepoRevertCmd) Run(g *Globals) error + type RepoRmCmd struct + Dir string + Files []string + func (c *RepoRmCmd) Run(g *Globals) error + type RepoSchemaAddCmd struct + Columns string + Conflict string + Name string + func (c *RepoSchemaAddCmd) Run(g *Globals) error + type RepoSchemaCmd struct + Add RepoSchemaAddCmd + List RepoSchemaListCmd + Remove RepoSchemaRemoveCmd + Show RepoSchemaShowCmd + type RepoSchemaListCmd struct + func (c *RepoSchemaListCmd) Run(g *Globals) error + type RepoSchemaRemoveCmd struct + Name string + func (c *RepoSchemaRemoveCmd) Run(g *Globals) error + type RepoSchemaShowCmd struct + Name string + func (c *RepoSchemaShowCmd) Run(g *Globals) error + type RepoStashApplyCmd struct + Dir string + ID int64 + func (c *RepoStashApplyCmd) Run(g *Globals) error + type RepoStashClearCmd struct + func (c *RepoStashClearCmd) Run(g *Globals) error + type RepoStashCmd struct + Apply RepoStashApplyCmd + Clear RepoStashClearCmd + Drop RepoStashDropCmd + Ls RepoStashLsCmd + Pop RepoStashPopCmd + Save RepoStashSaveCmd + type RepoStashDropCmd struct + ID int64 + func (c *RepoStashDropCmd) Run(g *Globals) error + type RepoStashLsCmd struct + func (c *RepoStashLsCmd) Run(g *Globals) error + type RepoStashPopCmd struct + Dir string + func (c *RepoStashPopCmd) Run(g *Globals) error + type RepoStashSaveCmd struct + Dir string + Message string + func (c *RepoStashSaveCmd) Run(g *Globals) error + type RepoStatusCmd struct + Dir string + func (c *RepoStatusCmd) Run(g *Globals) error + type RepoTagAddCmd struct + Tag string + Value string + Version string + func (c *RepoTagAddCmd) Run(g *Globals) error + type RepoTagCmd struct + Add RepoTagAddCmd + Ls RepoTagLsCmd + type RepoTagLsCmd struct + Version string + func (c *RepoTagLsCmd) Run(g *Globals) error + type RepoTimelineCmd struct + Limit int + func (c *RepoTimelineCmd) Run(g *Globals) error + type RepoUVCmd struct + Delete RepoUVDeleteCmd + Get RepoUVGetCmd + Ls RepoUVLsCmd + Put RepoUVPutCmd + type RepoUVDeleteCmd struct + Name string + func (c *RepoUVDeleteCmd) Run(g *Globals) error + type RepoUVGetCmd struct + Name string + Output string + func (c *RepoUVGetCmd) Run(g *Globals) error + type RepoUVLsCmd struct + func (c *RepoUVLsCmd) Run(g *Globals) error + type RepoUVPutCmd struct + File string + Name string + func (c *RepoUVPutCmd) Run(g *Globals) error + type RepoUndoCmd struct + Dir string + func (c *RepoUndoCmd) Run(g *Globals) error + type RepoUserCmd struct + Add UserAddCmd + List UserListCmd + Passwd UserPasswdCmd + Rm UserRmCmd + Update UserUpdateCmd + type RepoVerifyCmd struct + func (c *RepoVerifyCmd) Run(g *Globals) error + type RepoWikiCmd struct + Export RepoWikiExportCmd + Ls RepoWikiLsCmd + type RepoWikiExportCmd struct + Output string + Page string + func (c *RepoWikiExportCmd) Run(g *Globals) error + type RepoWikiLsCmd struct + func (c *RepoWikiLsCmd) Run(g *Globals) error + type UserAddCmd struct + Cap string + Login string + func (c *UserAddCmd) Run(g *Globals) error + type UserListCmd struct + func (c *UserListCmd) Run(g *Globals) error + type UserPasswdCmd struct + Login string + func (c *UserPasswdCmd) Run(g *Globals) error + type UserRmCmd struct + Login string + func (c *UserRmCmd) Run(g *Globals) error + type UserUpdateCmd struct + Cap string + Login string + func (c *UserUpdateCmd) Run(g *Globals) error