Skip to content
Snippets Groups Projects
  1. Feb 10, 2013
  2. Feb 08, 2013
    • kiilerix's avatar
      bundlerepo: replace basemap with the base field in the index · cc28a84db8c9
      kiilerix authored
      Bundle revisions had some info in their fake revlog intries and some info in a
      dict with all the bundle revisions. This dict was used to get the stored data
      and to distinguish repo revisions from bundle revisions.
      
      Real repo revisions and bundle revisions will now be distinguished by comparing
      with the tip revision of the original repo. This reintroduces something similar
      to disktiprev which was unused and removed in a928865b4a4f and let that replace
      the O(reposize) dict.
      cc28a84db8c9
    • kiilerix's avatar
      profiling: replace '+' markup of nested lines with indentation · a40d608e2a7b
      kiilerix authored
      The display of nested lines for hg --profile was very non-obvious and made it
      look like sort didn't work.
      
      The '+' immediately before CallCount was not related to the CallCount and did
      not mean plus in any integer sense.
      
      The '+' before module looked like a part of the module name and not like ascii
      art.
      
      Instead we now indent the subordinate module names to clearly show the
      structure.
      a40d608e2a7b
  3. Feb 10, 2013
  4. Feb 09, 2013
  5. Feb 08, 2013
    • Kevin Bullock's avatar
      summary: show active bookmark even if not at current changeset · f9eebf5629fa
      Kevin Bullock authored
      Before this change, 'hg summary' would not show the active bookmark
      unless it pointed to the working directory parent. After this change, it
      will show it in parentheses, like so:
      
      parent: 18581:f0ff45fe6700 tip
       summary: simplify handling of active bookmark
      branch: default
      bookmarks: [crew]
      commit: (clean)
      update: (current)
      f9eebf5629fa
  6. Jan 27, 2013
  7. Feb 08, 2013
  8. Feb 09, 2013
  9. Jan 30, 2013
  10. Feb 09, 2013
  11. Aug 03, 2013
  12. Feb 09, 2013
  13. Feb 08, 2013
  14. Feb 09, 2013
Loading