Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thg thg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 834
    • Issues 834
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mercurial
  • TortoiseHg
  • thgthg
  • Issues
  • #2589

Closed
Open
Created May 08, 2013 by Bitbucket Importer@bitbucket_importerOwner

Workbench Filter is excluding Working Directory line

Created originally on Bitbucket by steve-spencer (Steve Spencer)

In workbench, I use this revset query to help me focus on relevant branches. This means I don't accidentally do the wrong merge:

#!python

branch("default") or branch("Feature/SexUpTheUI")

This excludes other feature branches and stable/release branches, ensuring the only merges I do are from default (dev) to my feature (to keep up to date), from feature to default (to integrate), or two-headed merges.

However I can't routinely use this because it filters out the working directory. I tried this to include the working directory but it didn't work:

#!python

branch("default") or branch("Feature/SexUpTheUI") or .

Either an option, or auto-including the working directory if its parent(s) are included by the filter, would help a developer to focus only on the "world" they are currently working in.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking