Skip to content
Snippets Groups Projects
  1. Jun 20, 2012
    • Pierre-Yves David's avatar
      rebase: do not add second parent to rebased changeset (drop detach option) (BC) · 50f434510da6
      Pierre-Yves David authored
      Rebase now behaves as if --detach was always passed. Non-merges are
      rebased as non-merges, regardless of their parent being an ancestor of
      the destination. Merges will usually be rebased as merges unless both of
      their parents are ancestors of the destination, or one of their parents
      is pruned when rebased.
      
      This only alters the behavior of rebase when using the --source/--rev
      options. --detach option is deprecated.
      
      All test changes were carefully validated.
      50f434510da6
  2. Jun 10, 2012
    • kiilerix's avatar
      tests: add missing trailing 'cd ..' · f2719b387380
      kiilerix authored
      Many tests didn't change back from subdirectories at the end of the tests ...
      and they don't have to. The missing 'cd ..' could always be added when another
      test case is added to the test file.
      
      This change do that tests (99.5%) consistently end up in $TESTDIR where they
      started, thus making it simpler to extend them or move them around.
      f2719b387380
  3. Dec 26, 2011
  4. Dec 08, 2011
  5. May 02, 2011
    • Peter Arrenbrecht's avatar
      localrepo: reuse parent manifest in commitctx if no files have changed · 301725c3df9a
      Peter Arrenbrecht authored
      This speeds up the in-memory version of debugbuilddag that I'm
      working on considerably for the case where we want to build just
      a 00changelog.i (for discovery tests, for instance).
      
      There are a couple of test changes because node ids in tests
      have changed.
      
      The changes to the patch names in test-mq-qdelete.t were required
      because they could collide with nodeid abbreviations and newly
      actually do (patch "c" collides with id "cafe..." for patch "b").
      301725c3df9a
  6. Oct 09, 2010
  7. Oct 01, 2010
  8. May 21, 2010
  9. May 20, 2010
  10. Feb 21, 2010
Loading