[darcs-devel] [patch918] Import and adapt original patch-index co... (and 23 more)

Ganesh Sittampalam bugs at darcs.net
Sun Aug 26 00:58:23 UTC 2012


New submission from Ganesh Sittampalam <ganesh at earth.li>:

Just getting the patch-index bundle tracked by roundup

24 patches for repository /home/ganesh/darcs/darcs-screened-temp:

Fri Aug 24 17:08:13 BST 2012  bsrkaditya at gmail.com
  * Import and adapt original patch-index code from Benedikt.
  
  Rebased by Eric Kow <kowey at darcs.net>
  I've consolidated these from several patches by Aditya.

Sat Aug 25 11:02:36 BST 2012  bsrkaditya at gmail.com
  * Tidy up patch-index code and remove unused parts.
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:10:16 BST 2012  bsrkaditya at gmail.com
  * Flags related to patch-index support.
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:36:41 BST 2012  bsrkaditya at gmail.com
  * Add optimize --patch-index (and --disable-patch-index).
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * darcs show patch-index subcommands.
  
  - show patch-index-all: dumps the patch index
  - show patch-index-files: shows files known by the index
  - show patch-index-status: reports if it's in sync or not
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * Move readRepo to new Darcs.Repository.Read module.
  
  This function is needed by the patch index work.
  It's moved out to avoid an import cycle later on.
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * Update patch index when creating or modifying a repository.
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * Use patch index in darcs annotate and changes
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * resolve ambiguous options in tests
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * Add test for annotate on directories
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * disable patch index in tests for repair-corrupt
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * disable patch index in lazy-optimize-reorder test
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * Print a message when building patch index on old repos
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * Add a test command
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * If user uses ctrl-c at get, do not create patch index
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:18 BST 2012  bsrkaditya at gmail.com
  * Do not create patch index at get if --disable-patch-index is passed
  
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:19 BST 2012  bsrkaditya at gmail.com
  * Add -fno-warn-missing-methods compiler option to FileModMonad

Sat Aug 25 11:37:19 BST 2012  bsrkaditya at gmail.com
  * Allow user interrupt when building patch index on existing repsitories
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:37:19 BST 2012  bsrkaditya at gmail.com
  * more compact filterPatches function
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:19 BST 2012  bsrkaditya at gmail.com
  * Add patch index correctness and timing scripts to contrib
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:19 BST 2012  bsrkaditya at gmail.com
  * Add haddock for lookupFid
  Rebased by Eric Kow <kowey at darcs.net>

Sat Aug 25 11:37:19 BST 2012  bsrkaditya at gmail.com
  * Add test changes-duplicate
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:37:56 BST 2012  bsrkaditya at gmail.com
  * Add patch-index tests.
  
  Rebased by Eric Kow <kowey at darcs.net>
  This is an amalgam of patches from Aditya's GSoC 2012 project.

Sat Aug 25 11:38:03 BST 2012  bsrkaditya at gmail.com
  * If the path does not have a file, lookupFids should return an empty list
  Rebased by Eric Kow <kowey at darcs.net>

----------
files: import-and-adapt-original-patch_index-code-from-benedikt_.dpatch, unnamed
messages: 16020
nosy: ganesh
status: needs-screening
title: Import and adapt original patch-index co... (and 23 more)

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/patch918>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: import-and-adapt-original-patch_index-code-from-benedikt_.dpatch
Type: text/x-darcs-patch
Size: 172723 bytes
Desc: not available
URL: <http://lists.osuosl.org/pipermail/darcs-devel/attachments/20120826/73556e84/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unnamed
Type: application/octet-stream
Size: 5 bytes
Desc: not available
URL: <http://lists.osuosl.org/pipermail/darcs-devel/attachments/20120826/73556e84/attachment-0001.obj>


More information about the darcs-devel mailing list