Skip to content
Snippets Groups Projects
  1. May 27, 2019
    • Pierre-Yves David's avatar
      topic: add a simple option to reject publishing · 228caeb8
      Pierre-Yves David authored
      The option is pretty basic but it can be used as base to build larger feature.
      The main target for going in this direction is to be able to distinct between
      user that are "simple contributors" pushing topic for review and the
      "maintainers" or "automation" that can publish changesets.
      228caeb8
  2. Jun 04, 2019
  3. May 27, 2019
  4. May 26, 2019
    • Pierre-Yves David's avatar
      obsdiscovery: drop `obshash` discovery protocol (issue6136) · 77f3699e
      Pierre-Yves David authored
      The protocol has been superseeded by stablerange for a long time. It is untested
      and more and more buggy. Since this is deprecated experimental code in an
      experimental code, we drop it.
      
      We keep the underlying computation and debug command around for now. They might
      still be useful to looks at repositories
      77f3699e
  5. May 09, 2019
  6. Apr 29, 2019
  7. May 13, 2019
  8. May 27, 2019
  9. May 05, 2019
  10. May 02, 2019
  11. Apr 25, 2019
  12. May 02, 2019
  13. Apr 27, 2019
  14. Apr 26, 2019
    • Pulkit Goyal's avatar
      topic: drop support for accessing csets in branch stack using bxx (issue6119) · c4097632
      Pulkit Goyal authored
      When topic extension is enabled and we have some cset whose hash is `b1234`,
      topic extension thinks that we are accessing 1234 cset in current branch stack.
      However that's not the case generally. Also I am not sure many people use this
      bxxx thing.
      
      Since we have a generic sxxx way to access csets, let's drop support for
      accessing csets using bxx which leads to bad behavior.
      
      Looking at the tests, we don't show bxxx in hg stack output anymore.
      
      I update the test to use sxxx instead of bxxxx.
      c4097632
  15. Apr 30, 2019
  16. Apr 28, 2019
  17. Apr 27, 2019
  18. Apr 25, 2019
  19. Apr 19, 2019
Loading