Skip to content
Snippets Groups Projects
  1. Apr 30, 2011
  2. Apr 28, 2011
    • Benoit Allard's avatar
      web: Made elapsed time calculation dynamic (javascript). · b24e5a70
      Benoit Allard authored
      This allow safe caching of the pages by the browser and still display the right
      amount of elapsed time upon page refresh.
      
      If javascript is disabled, absolute time is displayed, leaving it readable.
      
      All the templates have been updated.
      b24e5a70
    • Steven Stallion's avatar
      extdiff: add repository root as a variable · 1c38777f
      Steven Stallion authored
      Some external diff tools (notably Plan 9 diff(1)) require the absolute path
      to the file being diffed for proper function. A root variable was added to
      inform an external tool of the repository root (the tool is invoked with the
      cwd set to tmproot).
      1c38777f
  3. Apr 17, 2011
  4. Apr 23, 2011
  5. Mar 13, 2011
    • Alexander Solovyov's avatar
      graphmod: use revsets internally · 9966c95b
      Alexander Solovyov authored
      Thanks for the idea and most of the implementation to Klaus Koch
      
      Backs revisions() and filerevs() with DAG walker which can iterate through
      arbitrary list of revisions instead of strict one by one iteration from start to
      stop. When a gap occurs in a revisions (i.e. in file log), the next topological
      parent within the revset is searched and the connection to it is printed in the
      ascii graph.
      
      File graph can draw sometimes more connections than previous version, because
      graph is produced according to the revset, not according to a file's filelog.
      
      In case the graph contains several branches where the left parent is null, the
      graphs for each are printed sequentially, not in parallel as it was a case
      earlier (see for example the graph for README in hg-dev).
      9966c95b
  6. Apr 29, 2011
  7. Apr 24, 2011
    • Adrian Buehlmann's avatar
      changegroup: do not count closed new heads (issue2697) · 90d997a8
      Adrian Buehlmann authored
      If a closed head gets pulled, we currently see (example):
      
        $ hg pull
        pulling from $TESTTMP/repo2
        searching for changes
        adding changesets
        adding manifests
        adding file changes
        added 2 changesets with 1 changes to 1 files (+1 heads)
        (run 'hg heads' to see heads, 'hg merge' to merge)
      
      A subsequent 'hg heads' doesn't show that head because it is closed.
      
      This patch improves the UI response texts for that same use case to:
      
        $ hg pull
        pulling from $TESTTMP/repo2
        searching for changes
        adding changesets
        adding manifests
        adding file changes
        added 2 changesets with 1 changes to 1 files
        (run 'hg update' to get a working copy)
      
      That is, the part "(+1 heads)" is not shown in that case any longer.
      90d997a8
  8. Apr 29, 2011
  9. Mar 13, 2011
  10. Apr 29, 2011
  11. Apr 26, 2011
  12. Apr 25, 2011
  13. Apr 26, 2011
  14. Apr 25, 2011
  15. Apr 24, 2011
Loading