sapling/mercurial
mpm@selenic.com 7f0689647a fix some rename/copy bugs
- delete copy information when we update dirstate

  hg was keeping the copy state and marking things as copied on
  multiple commits

- files that are renamed should have no parents

  if you do a rename/copy to an existing file, it should not be marked
  as descending from its previous revisions.

- remove spurious print from filelog.renamed

- add some more copy tests
2005-08-27 22:04:17 -07:00
..
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
bdiff.c Fix possible unitialized variable warnings 2005-08-20 01:29:04 -07:00
byterange.py Make consistent use of str.startswith() in conditionals. 2005-07-10 16:14:56 -08:00
changelog.py changelog: adjust imports, comment 2005-08-27 15:05:43 -07:00
commands.py Add some rename debugging support 2005-08-27 20:58:53 -07:00
demandload.py implement demand loading hack 2005-06-05 10:48:39 -08:00
dirstate.py fix some rename/copy bugs 2005-08-27 22:04:17 -07:00
fancyopts.py Map long option names containing dashes to ones containing underscores. 2005-08-24 22:25:55 -07:00
filelog.py fix some rename/copy bugs 2005-08-27 22:04:17 -07:00
hg.py localrepo: minor opener usage restructuring 2005-08-27 16:34:54 -07:00
hgweb.py hgweb: add mdiff / fix sorting of archives 2005-08-27 18:40:25 -07:00
httprangereader.py Move httprangereader into its own file 2005-06-15 19:58:48 -08:00
httprepo.py Break apart hg.py 2005-08-27 14:21:25 -07:00
localrepo.py fix some rename/copy bugs 2005-08-27 22:04:17 -07:00
lock.py pep-0008 cleanup 2005-08-26 13:06:58 +02:00
manifest.py manifest: convert sys.stderr bits to AssertionError 2005-08-27 15:13:52 -07:00
mdiff.py Add automatic binary file detection to diff and export 2005-08-23 19:58:46 -07:00
mpatch.c [PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl 2005-07-03 12:26:45 -08:00
node.py Move hash function back to revlog from node 2005-08-27 14:43:20 -07:00
remoterepo.py Break apart hg.py 2005-08-27 14:21:25 -07:00
repo.py Break apart hg.py 2005-08-27 14:21:25 -07:00
revlog.py Minor import fixups 2005-08-27 15:19:36 -07:00
sshrepo.py Fix sshrepo imports 2005-08-27 16:40:24 -07:00
statichttprepo.py Separate out old-http support 2005-08-27 16:28:53 -07:00
transaction.py [PATCH] raise exceptions with Exception subclasses 2005-08-26 19:08:25 -07:00
ui.py Add support for extension modules 2005-08-26 14:05:52 -07:00
util.py localrepo: minor opener usage restructuring 2005-08-27 16:34:54 -07:00
version.py [PATCH] /dev/null for other OS 2005-06-24 22:58:14 -08:00