Wed, 16 Apr 2008 12:14:24 +0200 Wojciech MiƂkowski coal: put link fragment at the end of the url (after session vars)
Wed, 16 Apr 2008 09:36:24 +0200 Dirkjan Ochtman merge from crew-stable
Wed, 16 Apr 2008 16:04:07 +0200 Dirkjan Ochtman mq: don't commit local changes on pushing empty patch (issue1087)
Wed, 16 Apr 2008 12:09:16 +0200 Dirkjan Ochtman remove trailing spaces
Wed, 16 Apr 2008 09:35:43 +0200 Dirkjan Ochtman mq: add a little documentation on qpush -f
Mon, 14 Apr 2008 00:36:01 +0200 Adrian Buehlmann ignore *.pyd files
Mon, 14 Apr 2008 23:28:50 +0200 Patrick Mezard Merge with crew-stable, fix test output
Mon, 14 Apr 2008 23:04:34 +0200 Patrick Mezard Merge with crew-stable
Mon, 14 Apr 2008 14:34:38 +0200 Dirkjan Ochtman replace usage of os.popen() with util.popen()
Mon, 14 Apr 2008 23:21:27 +0200 Patrick Mezard test-merge-internal-tools-pattern: make executable
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: fix svn file copy detection code
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: fix svn branch source detection corner case
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: cleanup svn file copy handling
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: handle past or foreign partial svn copies
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: more cleanup in svn directory copy handling
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: svn directory copy handling cleanup
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: improve subversion branch filtering
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: rename get_entry_from_path() into an svn_source method
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: fix subpaths detection in svn source
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard test-convert-svn-branches: short identifiers are more legible
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard cmdutil: handle and warn about missing copy revisions
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard localrepo: forbid nullid copyrev
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard verify: check copy source revlog and nodeid
Sun, 13 Apr 2008 11:31:45 -0500 Matt Mackall Merge with -stable
Fri, 11 Apr 2008 15:14:00 +0200 Adrian Buehlmann removing unused local ccache in patch.diff
Sat, 12 Apr 2008 23:05:51 -0400 Benoit Boissinot merge with -stable
Sat, 12 Apr 2008 20:51:26 +0200 Patrick Mezard merge: replace readline() call, missing from posixfile_nt
Sat, 12 Apr 2008 21:34:01 +0200 Patrick Mezard Merge with crew-stable
Sat, 12 Apr 2008 20:03:54 +0200 Dirkjan Ochtman remove trailing whitespace introduced in cfeeac24fc1e
Sat, 12 Apr 2008 06:37:38 +0300 Giorgos Keramidas templates/coal: spell class correctly in {fileentry}
Fri, 11 Apr 2008 22:19:52 -0700 Bryan O'Sullivan repo: add rjoin method
Fri, 11 Apr 2008 22:19:51 -0700 Bryan O'Sullivan parseurl: make revs optional
Fri, 11 Apr 2008 22:18:38 -0700 Bryan O'Sullivan Hoist localpath to the top level
Fri, 11 Apr 2008 22:17:20 -0700 Bryan O'Sullivan test-imerge: disable due to massive brokenness
Fri, 04 Apr 2008 02:21:53 +0300 Dov Feldstern use internal merge tool when specified for a merge-pattern in hgrc
Fri, 04 Apr 2008 02:20:58 +0300 Dov Feldstern test that internal merge tools are used when set for a merge-pattern in hgrc
Sat, 12 Apr 2008 22:41:07 -0400 Benoit Boissinot fix import with -p0
Sat, 12 Apr 2008 21:08:03 +0200 Patrick Mezard context: handle untracked files in filectx.fileflags()
Fri, 11 Apr 2008 12:52:56 -0500 Matt Mackall resolve: new command
Fri, 11 Apr 2008 12:04:26 +0200 Dirkjan Ochtman python-2.6: use sha wrapper from util for new merge code
Fri, 11 Apr 2008 09:27:28 +0200 Adrian Buehlmann fixed missing sorting in test-dumprevlog
Fri, 11 Apr 2008 11:21:55 +0200 Patrick Mezard test-dumprevlog: fix extra path separator under MacOSX
Fri, 11 Apr 2008 08:35:37 +0200 Dirkjan Ochtman Merge from main.
Thu, 10 Apr 2008 23:07:54 +0200 Paul Moore Add a batch file driver for Windows
Thu, 10 Apr 2008 15:02:24 -0500 Matt Mackall merge: introduce mergestate
Thu, 10 Apr 2008 14:25:50 +0200 Dirkjan Ochtman Merge with crew-stable.
Thu, 10 Apr 2008 14:08:38 +0200 Dirkjan Ochtman win32text: actually import util so util.binary() can be used
Wed, 09 Apr 2008 16:02:37 -0700 Bryan O'Sullivan issue 1053: heavily qualify the "cp -al" advice for cloning
Wed, 09 Apr 2008 15:49:20 -0700 Bryan O'Sullivan Get rid of reimplementations of util.binary
Tue, 08 Apr 2008 13:19:36 +0200 Christian Ebert Let util.binary check entire data for \0 (issue1066, issue1079)
Wed, 09 Apr 2008 14:12:32 +0200 Christian Ebert keyword: check for '\0' in entire data before acting
Wed, 09 Apr 2008 14:05:57 +0200 Christian Ebert keyword: make overwrite() arguments mandatory
Wed, 09 Apr 2008 14:05:57 +0200 Christian Ebert keyword: compact setting of optional arguments
Wed, 09 Apr 2008 14:05:57 +0200 Christian Ebert keyword: privatize remaining monkeypatches by moving them into reposetup
Wed, 09 Apr 2008 14:05:56 +0200 Christian Ebert keyword: collect filename patterns, wrap dispatch._parse in uisetup
Wed, 09 Apr 2008 15:28:30 -0700 Bryan O'Sullivan Merge
Wed, 09 Apr 2008 15:27:57 -0700 Bryan O'Sullivan Tidy code, fix typo
Thu, 20 Dec 2007 20:02:51 +0000 Paul Moore Added hgexecutable support for py2exe/frozen scripts
Tue, 08 Apr 2008 18:40:11 +0200 Thomas Arendsen Hein Remove trailing space
Tue, 08 Apr 2008 18:39:41 +0200 Thomas Arendsen Hein merge with crew-stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip