Skip to content
Snippets Groups Projects
  1. Aug 02, 2012
  2. Aug 01, 2012
  3. Jul 31, 2012
  4. Jul 28, 2012
    • Idan Kamara's avatar
      localrepo: clear the filecache on _rollback() and destroyed() · 9f94358f
      Idan Kamara authored
      This restores the old behaviour of clearing the filecache when the repo is
      destroyed but combines it with also clearing it on _rollback. Before, we tried
      to only call it through _rollback but that ruined callers of destroyed.
      
      Doing it on both code paths covers destroyed being called from somewhere
      else, e.g. strip.
      9f94358f
  5. Jul 31, 2012
  6. Aug 01, 2012
    • kiilerix's avatar
      help: use the first topic name from helptable, not the longest alias · 7124f984
      kiilerix authored
      This makes the 'additional help topics' list consistent with the output from
      keyword search (for instance subrepo/subrepos).
      
      The sorting by longest name was introduced in 3f6a4f1de43f. There might have
      been a good reason for it back then, but now it seems like a better idea to
      place the preferred name first in the list in helptable.
      7124f984
  7. Jul 31, 2012
  8. Aug 01, 2012
  9. Jul 31, 2012
    • Patrick Mézard's avatar
      transplant: handle non-empty patches doing nothing (issue2806) · a189d447
      Patrick Mézard authored
      If patch.patch() reports patched files when applying a changeset and the
      following commit says nothing changed, transplant used to abort with a
      RuntimeError, assuming something went wrong with patching.
      
      The mismatch is patch.patch() reports patched files, not changed ones.
      It could be modified to report changed files but it means duplicating
      work from status, may be expensive in the case of binary files, and is
      probably not that useful at API level. For instance, if two patches are
      applied on the working directory, the outcome may be nothing changed
      while each call would have returned modified files. The caller would
      have to call status() itself again.
      
      This patch fixes the issue by trusting patching code: if the patch
      succeeded and commit reports nothing changed, then nothing changed,
      patch() did not "dropped changes on the floor".
      a189d447
  10. Jul 29, 2012
  11. Aug 02, 2012
  12. Aug 01, 2012
  13. Jul 20, 2012
  14. Aug 01, 2012
  15. Jul 31, 2012
  16. Aug 01, 2012
  17. Jul 31, 2012
  18. Jul 30, 2012
    • wujek srujek's avatar
      hgweb: fixes invalid parents / children in comparison · 06217d3c
      wujek srujek authored
      Previously, the parents / children were computed relative to the cset of the
      currently shown file, which was wrong and inconsistent with diff and others.
      With this patch, the listed csets are those that contain changes to the
      currently compared file, which don't necessarily have to be the direct parents
      and children of the changeset itself.
      06217d3c
  19. Jul 31, 2012
  20. Jul 29, 2012
  21. Jul 31, 2012
  22. Jul 28, 2012
  23. Jul 27, 2012
    • Pierre-Yves David's avatar
      pushkey: splits obsolete marker exchange into multiple keys · 1f08ecc7
      Pierre-Yves David authored
      Obsolete markers are now exchanged in smaller pieces that fit in a http header.
      
      This changes is done to avoid 400 bad request error when exchanging obsolete
      puskey over http.
      
      The last key pushed is always hold by the "dump0" key to ensure an easy place to
      hook for people who need it.
      1f08ecc7
  24. Jul 26, 2012
  25. Jul 28, 2012
  26. Jul 30, 2012
Loading