log

age author description
Mon, 16 Jul 2007 20:15:03 -0700 Bryan O'Sullivan tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
Mon, 16 Jul 2007 18:01:20 -0700 Bryan O'Sullivan issue 622: pull/unbundle -u updates to default branch if repo was empty
Mon, 16 Jul 2007 16:50:47 -0700 Bryan O'Sullivan mq: autodetect an existing git patch during qrefresh (issue 491)
Wed, 11 Jul 2007 00:53:44 -0700 Brendan Cully replace .hgtags instead of appending to it when doing a raw commit
Wed, 11 Jul 2007 00:34:35 -0700 Brendan Cully handle nonexistent .hgtags in raw _tag
Tue, 17 Jul 2007 15:47:32 -0700 Bryan O'Sullivan convert/subversion.py: str.rsplit is not available in Python 2.3
Tue, 17 Jul 2007 15:26:27 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Tue, 17 Jul 2007 15:24:59 -0700 Bryan O'Sullivan convert/subversion.py: fix bad assumptions about SVN path naming
Tue, 17 Jul 2007 13:08:50 -0700 Bryan O'Sullivan convert/subversion.py: escape quotes to make code readable in Emacs
Tue, 17 Jul 2007 23:35:24 +0200 Patrick Mezard patch: patches should be read and written in binary mode when possible.
Tue, 17 Jul 2007 23:34:52 +0200 Patrick Mezard patch: fix normalized paths separators.
Tue, 17 Jul 2007 23:33:42 +0200 Patrick Mezard posixfile_nt: '+' was understood as read mode instead of update.
Tue, 17 Jul 2007 09:39:30 -0700 Bryan O'Sullivan Update test output to reflect small changes in patch chattiness.
Tue, 17 Jul 2007 09:39:30 -0700 Bryan O'Sullivan patch.py: re-add the ability to use an external patch program
Tue, 17 Jul 2007 09:39:30 -0700 Bryan O'Sullivan patch.py: don't mark files as changed unless they have actually been changed
Tue, 17 Jul 2007 09:39:30 -0700 Bryan O'Sullivan patch.py: fix some incorrect uses of _() for i18n
Tue, 17 Jul 2007 09:39:30 -0700 Bryan O'Sullivan Add Chris Mason's mpatch library.
Tue, 17 Jul 2007 09:28:01 -0300 Alexis S. L. Carvalho merge with crew-stable
Tue, 17 Jul 2007 09:08:29 -0300 Alexis S. L. Carvalho convert: manually set encoding to UTF-8
Tue, 17 Jul 2007 09:08:29 -0300 Alexis S. L. Carvalho hg parents: don't pass an OS-specific path to repo.filectx
Tue, 17 Jul 2007 08:22:43 +0200 Thomas Arendsen Hein merge with main
Mon, 16 Jul 2007 17:39:03 -0500 Matt Mackall contexts: improve filectx eq test
Mon, 16 Jul 2007 17:30:34 -0500 Matt Mackall Merge with -stable
Sun, 15 Jul 2007 14:43:38 -0500 Matt Mackall merge: fix unnecessary rename merges on linear update (issue631)
Mon, 16 Jul 2007 20:15:03 -0700 Bryan O'Sullivan tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
Mon, 16 Jul 2007 18:01:20 -0700 Bryan O'Sullivan issue 622: pull/unbundle -u updates to default branch if repo was empty
Mon, 16 Jul 2007 16:50:47 -0700 Bryan O'Sullivan mq: autodetect an existing git patch during qrefresh (issue 491)
Mon, 16 Jul 2007 14:43:47 -0700 Bryan O'Sullivan patchbomb: add --desc, to specify a file containing a series description
Sun, 15 Jul 2007 21:05:38 +0200 Thomas Arendsen Hein merge with crew-stable
Sun, 15 Jul 2007 21:04:07 +0200 Thomas Arendsen Hein convert: Use clone's behaviour for the default destionation name.