mercurial/patch.py
Wed, 29 Jun 2011 15:00:00 +0200 Thomas Arendsen Hein classes: fix class style problems found by b071cd58af50 stable
Mon, 20 Jun 2011 09:30:03 +0200 Peter Arrenbrecht patch: fix typo in variable name stable
Fri, 17 Jun 2011 20:33:02 +0200 Patrick Mezard patch: make filestore store data in memory and fallback to fs
Tue, 14 Jun 2011 23:26:35 +0200 Patrick Mezard import: add --bypass option
Tue, 14 Jun 2011 23:24:34 +0200 Patrick Mezard patch: extend filtestore to store an optional copy source
Sat, 11 Jun 2011 14:17:25 +0200 Patrick Mezard patch: generalize the use of patchmeta in applydiff()
Sat, 11 Jun 2011 14:14:13 +0200 Patrick Mezard patch: stop updating changed files set in applydiff()
Sat, 11 Jun 2011 14:14:11 +0200 Patrick Mezard patch: turn patch() touched files dict into a set
Sun, 05 Jun 2011 22:26:01 +0200 Patrick Mezard patch: dot not ignore hunk of files marked as 'deleted'
Sun, 05 Jun 2011 22:24:19 +0200 Patrick Mezard patch: fix patchmeta/hunk synchronization in iterhunks()
Sun, 05 Jun 2011 22:24:11 +0200 Patrick Mezard patch: remove unnecessary exists() call in selectfile()
Sun, 05 Jun 2011 13:27:06 +0200 Patrick Mezard patch: remove redundant islink() call
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Fri, 27 May 2011 21:50:11 +0200 Patrick Mezard patch: do not patch unknown files (issue752)
Fri, 27 May 2011 21:50:10 +0200 Patrick Mezard patch: use temporary files to handle intermediate copies
Fri, 27 May 2011 21:50:09 +0200 Patrick Mezard patch: refactor file creation/removal detection
Thu, 26 May 2011 22:51:02 +0800 Steven Brown patch: restore the previous output of 'diff --stat'
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall context: make forget work like commands.forget
Tue, 24 May 2011 14:21:04 +0200 Patrick Mezard patch: remove EOL support from linereader class
Sat, 21 May 2011 15:06:38 -0500 Matt Mackall patch: use diffstatsum in diffstat
Sat, 21 May 2011 15:06:36 -0500 Matt Mackall patch: add diffstatsum helper
Sat, 21 May 2011 15:01:28 -0500 Matt Mackall diffstatdata: no longer a generator
Thu, 19 May 2011 22:55:13 +0200 Patrick Mezard patch: fast-path git case in selectfile()
Thu, 19 May 2011 22:49:43 +0200 Patrick Mezard patch: unify backend file access interface
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: merge backend setmode() into writelines()
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: stop modifying gitpatch objects
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: stop handling hunkless git blocks out of stream
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: reindent code
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: unify iterhunks() afile/bfile handling
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: git metadata was ignored if strip > 1
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: construct and parse binary hunks at the same time
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: refactor iterhunks() regular and binary files emission
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: remove patch.patch() cwd argument
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: merge _updatedir() into externalpatch()
Wed, 18 May 2011 23:48:17 +0200 Patrick Mezard patch: add a workingbackend dirstate layer on top of fsbackend
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: handle binary copies as regular ones
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: remove files while patching, not in updatedir()
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: set desired mode when patching, not in updatedir()
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: stop changing current directory before patching
Wed, 18 May 2011 09:05:18 +0200 Sune Foldager patch: remove unused variable to make pyflakes test happy
Tue, 17 May 2011 23:46:38 +0200 Patrick Mezard patch: add lexists() to backends, use it in selectfile()
Tue, 17 May 2011 23:46:38 +0200 Patrick Mezard patch: move copyfile() into backends, abstract basedir
Tue, 17 May 2011 23:46:37 +0200 Patrick Mezard patch: merge makerejlines() into write_rej()
Tue, 17 May 2011 23:46:15 +0200 Patrick Mezard patch: extract fs access from patchfile into fsbackend
Tue, 17 May 2011 23:27:58 +0200 Patrick Mezard mq: fix qpush changes detection of renamed files
Fri, 13 May 2011 14:48:48 -0500 Matt Mackall scmutil: drop some aliases in cmdutil
Sun, 08 May 2011 17:48:31 +0200 Patrick Mezard patch: make patch()/internalpatch() always update the dirstate
Sun, 08 May 2011 17:48:30 +0200 Patrick Mezard patch: move updatedir() from cmdutil into patch
Fri, 06 May 2011 19:03:41 +0300 Idan Kamara patch: introduce changedfiles
Fri, 06 May 2011 18:45:12 +0300 Idan Kamara patch: remove unused ui arg to iterhunks
Fri, 06 May 2011 15:31:09 +0200 Adrian Buehlmann rename explain_exit to explainexit
Fri, 06 May 2011 15:19:48 +0200 Adrian Buehlmann rename util.parse_patch_output to parsepatchoutput
Fri, 06 May 2011 11:31:40 +0200 Martin Geisler patch: fix clash between local variable and exception instance
Fri, 06 May 2011 11:12:55 +0200 Martin Geisler patchfile: use real Booleans instead of 0/1
Tue, 26 Apr 2011 21:22:14 +0200 Patrick Mezard patch: remove redundant variable in iterhunks()
Wed, 20 Apr 2011 21:41:41 +0200 Adrian Buehlmann move canonpath from util to scmutil
Wed, 20 Apr 2011 19:54:57 +0200 Adrian Buehlmann move opener from util to scmutil
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Thu, 24 Mar 2011 10:28:29 +0100 Patrick Mezard patch: deprecate ui.patch / external patcher feature
Sun, 20 Mar 2011 00:22:47 +0100 Patrick Mezard patch: move closefile() into patchfile.close()
less more (0) -300 -100 -60 tip