Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L liquidprompt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Johann Dreo
  • liquidprompt
  • Merge requests
  • !58

Optimizations for Subversion and Mercurial

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Johann Dreo requested to merge github/fork/dolmen/fix/optimize-SCM into master Aug 17, 2012
  • Overview 2
  • Commits 3
  • Pipelines 0
  • Changes 1

Created by: dolmen

Improves implementation of _lp_svn_branch_color and _lp_hg_branch.

In particular _lp_svn_branch_color does not parses XML anymore (svn status --xml) and use less external commands. Also an option is introduced (LP_SVN_STATUS_OPTS) to allow the user to change the depth at which status are checked. Anyway, svn status is slow if the tree is deep, we can't do much about it.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/dolmen/fix/optimize-SCM