log

age author description
Thu, 24 Mar 2011 10:28:29 +0100 Patrick Mezard patch: deprecate ui.patch / external patcher feature
Wed, 23 Mar 2011 19:28:16 -0500 Matt Mackall # User Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Wed, 23 Mar 2011 22:58:40 +0100 Adrian Buehlmann test-commit-multiple.t: improve committwice.py
Wed, 23 Mar 2011 23:05:32 +0100 Dan Villiom Podlaski Christiansen osutil: replace #import with #include, and add a check for it
Wed, 23 Mar 2011 23:33:14 +0100 Patrick Mezard code indentation fixes
Wed, 07 Jul 2010 00:06:59 +0200 Edouard Gomez convert: add bookmark support to the hg sink
Wed, 07 Jul 2010 00:06:59 +0200 Edouard Gomez convert: add bookmark support to main command
Wed, 07 Jul 2010 00:06:59 +0200 Edouard Gomez convert: add bookmark support to common sink/source implementation
Wed, 23 Mar 2011 11:22:29 +0100 Adrian Buehlmann dirstate: reset _lastnormal and _lastnormaltime
Wed, 23 Mar 2011 16:06:55 +0100 Peter Arrenbrecht discovery: avoid discovery when local graph is a subset of remote
Wed, 23 Mar 2011 16:02:11 +0100 Peter Arrenbrecht wireproto: add getbundle() function
Wed, 23 Mar 2011 12:38:36 -0500 Matt Mackall merge with stable
Wed, 23 Mar 2011 13:58:33 -0300 Wagner Bruna i18n-pt_BR: synchronized with 6783f47d90dd stable
Wed, 23 Mar 2011 11:57:10 -0300 Wagner Bruna merge with i18n stable
Mon, 14 Mar 2011 23:48:17 +0100 Stefano Tortarolo i18n-it: synchronized with adf3c4401c5d stable
Wed, 23 Mar 2011 09:41:58 -0500 Matt Mackall osutil: fix up check-code issues
Wed, 23 Mar 2011 09:34:22 -0500 Matt Mackall dirstate: flush _lastnormal when we see newer filesystem times
Wed, 23 Mar 2011 09:43:34 +0100 Dan Villiom Podlaski Christiansen util: add Mac-specific check whether we're in a GUI session (issue2553)
Wed, 23 Mar 2011 01:14:43 +0100 Stefano Tortarolo rebase: allow for rebasing descendants onto ancestors on different named branches
Wed, 23 Mar 2011 02:33:24 +0100 Markus F.X.J. Oberhumer bdiff.c: rename all variables which hold a hash value to "hash"
Wed, 23 Mar 2011 02:33:23 +0100 Markus F.X.J. Oberhumer bdiff.c: use unsigned arithmetic for hash computation
Wed, 23 Mar 2011 02:33:22 +0100 Markus F.X.J. Oberhumer bdiff.c: cast to unsigned char when computing hash value
Wed, 23 Mar 2011 02:33:21 +0100 Markus F.X.J. Oberhumer bdiff.c: make all local functions static
Wed, 23 Mar 2011 09:20:40 -0500 Matt Mackall merge with stable
Tue, 22 Mar 2011 21:27:51 -0500 Matt Mackall debugbundle: fix up long line caught by check-code
Tue, 22 Mar 2011 21:26:19 -0500 Matt Mackall wireproto: avoid naked excepts
Tue, 15 Mar 2011 14:55:16 +0100 Stefano Tortarolo mq: fix typo in docstring stable
Tue, 22 Mar 2011 09:22:29 +0100 Peter Arrenbrecht commands: add debugbundle command
Tue, 22 Mar 2011 09:22:21 +0100 Peter Arrenbrecht wireproto: add known([id]) function
Tue, 22 Mar 2011 07:40:02 +0100 Peter Arrenbrecht wireproto: fix decodelist to properly return empty list
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht wireproto: fix handling of '*' args for HTTP and SSH
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht debug: add debugwireargs to test argument passing over the wire
Tue, 22 Mar 2011 07:37:56 +0100 Peter Arrenbrecht sshserver: drop unnecessary line
Tue, 22 Mar 2011 12:00:38 -0500 Matt Mackall merge: avoid unlinking destination of merge when case changes (issue2715) stable
Tue, 22 Mar 2011 11:59:43 -0500 Matt Mackall dirstate: introduce a public case normalizing method stable
Sun, 20 Mar 2011 20:25:41 -0500 Matt Mackall changegroup: minor cleanups
Sun, 20 Mar 2011 20:21:19 -0500 Matt Mackall repair: revlog has an iterator
Sun, 20 Mar 2011 20:17:57 -0500 Matt Mackall changegroup: fix leftover from delta read
Sun, 20 Mar 2011 20:16:51 -0500 Matt Mackall changegroup: drop expensive redundant usage of readdelta for progress
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: use manifest.readfast to simplify collector
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall manifest: add readfast method
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: simplify filenode_collector
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: more renaming
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: simplify prune
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: more minor cleanups
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall changegroupsubset: minor cleanups
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall strip: simplify collectone
Sun, 20 Mar 2011 17:41:09 -0400 Greg Ward dirstate: avoid a race with multiple commits in the same process
Sun, 20 Mar 2011 01:16:57 +0100 Benoit Boissinot changegroupsubset: extranodes are no longer needed
Sun, 20 Mar 2011 00:50:22 +0100 Benoit Boissinot strip: remove usage of extranodes
Sun, 20 Mar 2011 00:22:47 +0100 Patrick Mezard patch: move closefile() into patchfile.close()
Sun, 20 Mar 2011 00:09:44 +0100 Patrick Mezard patch: inline patchfile.hashlines()
Sun, 20 Mar 2011 00:08:44 +0100 Patrick Mezard patch: fix hunk newlines when parsing hunks, not in iterhunks()
Sat, 19 Mar 2011 19:50:55 +0100 Patrick Mezard i18n: register new template keywords for translation
Sat, 19 Mar 2011 01:34:49 -0500 Matt Mackall annotate: catch nonexistent files using match.bad callback (issue1590)
Fri, 18 Mar 2011 13:01:18 -0500 Steve Borho merge with stable
Fri, 18 Mar 2011 11:36:36 -0500 Steve Borho wix: add new file templates/paper/bookmarks.tmpl stable
Thu, 17 Mar 2011 17:08:13 -0500 Matt Mackall merge with stable
Thu, 17 Mar 2011 22:55:02 +0100 Miloš Hadžić push/outgoing: print remote target path even if there's an error (issue2561) stable
Thu, 17 Mar 2011 16:29:09 -0400 Eric Eisner subrepo: recognize scp-style paths as git URLs stable
Thu, 17 Mar 2011 22:17:27 +0100 Patrick Mezard convert: add svnrev, svnpath and svnuuid template keywords
Thu, 17 Mar 2011 22:17:27 +0100 Patrick Mezard convert/svn: extract revsplit() in a function
Thu, 17 Mar 2011 22:17:27 +0100 Patrick Mezard transplant: add "transplanted" keyword
Thu, 17 Mar 2011 12:00:49 -0500 Matt Mackall merge with i18n
Wed, 16 Mar 2011 17:43:43 +0100 Martin Geisler i18n: merge with stable
Wed, 16 Mar 2011 17:42:42 +0100 Martin Geisler i18n-da: synchronize with e9628665b670 stable
Wed, 16 Mar 2011 17:38:25 +0100 Martin Geisler i18n: don't mark trivial string for translation stable
Wed, 16 Mar 2011 17:34:13 +0100 Martin Geisler i18n: merge with mpm stable
Tue, 15 Mar 2011 10:39:19 +0100 David Soria Parra i18n-de: correct translation for some fuzzy strings stable
Tue, 15 Mar 2011 10:20:55 +0100 David Soria Parra i18n-de: synchronize with 994510694b1d stable
Sun, 13 Mar 2011 15:35:23 +0100 thron7 i18n-de: added translations concerning hardlinks stable
Sun, 13 Mar 2011 15:18:17 +0100 thron7 i18n-de: added more translations concerning rebase stable
Sun, 13 Mar 2011 14:16:15 +0100 thron7 i18n-de: added translations concerning rebase stable
Sun, 13 Mar 2011 13:04:06 +0100 thron7 i18n-de: added translations concerning email sending stable
Sun, 13 Mar 2011 12:52:22 +0100 thron7 i18n-de: added translations concerning patches stable
Sun, 13 Mar 2011 12:21:46 +0100 thron7 i18n-de: added translations concerning win32text and .hgeol stable
Sun, 13 Mar 2011 11:38:27 +0100 thron7 i18n-de: added translations for Perforce conversion options stable
Sat, 12 Mar 2011 18:54:43 +0100 thron7 i18n-de: added translations for Subversion conversion options stable
Sat, 12 Mar 2011 18:32:02 +0100 thron7 i18n-de: added translation for CVS conversion options stable
Sat, 12 Mar 2011 17:42:17 +0100 thron7 i18n-de: added translations for convert.hg.* options stable
Sat, 12 Mar 2011 17:42:17 +0100 thron7 i18n-de: translate some strings stable
Wed, 16 Mar 2011 23:54:55 +0100 Markus F.X.J. Oberhumer revset: fix a number of highly dubious continue statements
Wed, 16 Mar 2011 23:54:55 +0100 Markus F.X.J. Oberhumer graphlog: do not swallow all TypeError exceptions (fix 29c800ee54cf)
Wed, 16 Mar 2011 23:54:55 +0100 Markus F.X.J. Oberhumer archive: use hardcoded constants when creating .zip archives
Wed, 16 Mar 2011 03:06:57 +0100 timeless hgweb: support multiple directories for the same path
Wed, 16 Mar 2011 03:28:56 +0100 timeless templates: provide granularity for future values for age filter
Wed, 16 Mar 2011 23:09:14 +0100 Bernhard Leiner revset: report a parse error if a revset is not parsed completely (issue2654)
Wed, 16 Mar 2011 18:48:59 +0100 Adrian Buehlmann config: use util.posixfile
Mon, 14 Mar 2011 23:03:56 +0100 David Soria Parra bundle: update current bookmark to most recent revision on current branch
Mon, 14 Mar 2011 20:53:55 +0100 David Soria Parra localrepo: do not update bookmarks in addchangegroup
Tue, 15 Mar 2011 18:33:36 +0100 Radomir Dopieralski rebase: add -m/--message to rebase --collapse (issue2389)
Tue, 15 Mar 2011 17:50:02 -0400 David Wolever Updating hgext.extdiff to use revsets
Wed, 16 Mar 2011 16:07:06 +0100 Martin Geisler merge with stable
Wed, 16 Mar 2011 15:34:45 +0100 Martin Geisler relink: mark abort message for translation stable
Wed, 16 Mar 2011 15:34:10 +0100 Martin Geisler relink: avoid trying to lock the same repo twice stable
Wed, 16 Mar 2011 13:51:47 +0100 Martin Geisler relink: format reclaimed byte count nicely
Wed, 16 Mar 2011 13:25:12 +0100 Martin Geisler test-relink: remove unnecessary ui.username setting
Wed, 16 Mar 2011 09:05:59 +0100 David Soria Parra test-https: match output from 31eac42d9123
Tue, 15 Mar 2011 16:53:46 -0500 Matt Mackall merge with stable
Mon, 14 Mar 2011 22:37:50 +0100 Patrick Mezard merge with crew
Mon, 14 Mar 2011 21:35:31 +0100 Patrick Mezard convert/svn: fix _iterfiles() output in root dir case (issue2647) stable
Mon, 14 Mar 2011 21:31:54 +0100 Patrick Mezard eol: no need to accumulate files when checking all changesets
Mon, 14 Mar 2011 21:08:18 +0100 Patrick Mezard eol: improve hook failure output
Mon, 14 Mar 2011 15:59:44 -0500 Matt Mackall merge with stable
Mon, 14 Mar 2011 09:36:17 +0100 David Soria Parra bookmarks: remove API limitation in setcurrent
Mon, 14 Mar 2011 00:10:43 +0100 David Soria Parra bookmarks: separate bookmarks update code from localrepo's pull.
Sun, 13 Mar 2011 14:35:17 +0100 David Soria Parra tests: add tests for bookmarks support in hg identify
Sat, 12 Mar 2011 18:15:14 +0100 Nils Adermann identify: list bookmarks for remote repositories
Mon, 14 Mar 2011 12:42:05 -0400 Craig Leres hgignore: ignore dll files generated under cygwin
Tue, 04 Jan 2011 00:24:34 +1100 Brodie Rao pager: don't page stderr if it's being redirected (issue2541) stable
Fri, 11 Mar 2011 11:14:21 +0100 Adrian Buehlmann color: port to using ctypes (issue2687) stable
Mon, 14 Mar 2011 15:28:56 -0500 Matt Mackall hgweb: drop use of super() for Exception base class
Mon, 14 Mar 2011 13:11:26 -0500 Steve Borho diff: make diff -c aware of revision sets
Mon, 14 Mar 2011 15:19:58 +0100 Martin Geisler color: wrap lines in docstring
Mon, 14 Mar 2011 14:05:19 +0100 Martin Geisler merge with stable
Sun, 13 Mar 2011 17:39:33 -0500 Jon M. Dugan setup: fix mac build broken by e42d18538e1d stable
Mon, 14 Mar 2011 13:54:25 +0100 Martin Geisler color: don't mention internal function in docstring stable
Mon, 14 Mar 2011 12:26:50 +0100 Christian Ebert keyword: offer additional datefilters when the extension is enabled
Mon, 14 Mar 2011 12:19:59 +0100 Christian Ebert keyword: docstrings for additional date filters
Sun, 13 Mar 2011 16:18:46 +0100 Martin Geisler mq: do not let qrefresh write bad patch stable
Sun, 13 Mar 2011 15:04:13 +0100 Klaus Koch graphlog: give meaningful error if more than one file is given stable
Mon, 14 Mar 2011 09:20:21 +0100 Martin Geisler merge with stable
Mon, 14 Mar 2011 09:20:05 +0100 Martin Geisler test-https: update to match output from 3f6a4579f803
Mon, 14 Mar 2011 00:10:43 +0100 David Soria Parra tests: respect new hg clone listkey queries in http-proxy test
Sun, 13 Mar 2011 14:36:47 +0100 Benoit Boissinot bookmarks: discard current bookmark if absent from the bookmarks (issue2692) stable
Sun, 13 Mar 2011 16:13:25 +0100 Benoit Boissinot fix test-highlight after bookmark support change for hgweb stable
Sun, 13 Mar 2011 10:09:30 -0500 Steve Borho merge with stable
Sun, 13 Mar 2011 10:03:06 -0500 Steve Borho eol: do not abort when win32text is found, only warn stable
Sun, 13 Mar 2011 15:59:50 +0100 Benoit Boissinot merge with stable
Sun, 13 Mar 2011 15:59:24 +0100 Dirkjan Ochtman tests: fix failures introduced in 7359cb753a54 stable
Sat, 12 Mar 2011 11:06:40 +0100 Benoit Boissinot tests: fix permission issue trying to remove test directory stable
Sun, 13 Mar 2011 15:42:24 +0100 Benoit Boissinot bookmarks: fix update of the current bookmark during rename stable
Sun, 13 Mar 2011 08:50:06 -0500 Steve Borho setup: remove unnecessary code for win32com (pywin32)
Sun, 13 Mar 2011 15:10:01 +0100 Patrick Mezard test-highlight: fix test output (introduced by 2151703e7f84)
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: rename hook into checkheadshook, add checkallhook (issue2665)
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: make the hook check all new heads, not only tip (issue2666)
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: the hook no longer requires the extension to be loaded
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: extract parsing error handling in parseeol()
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: separate .hgeol parsing from merge in ui
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: remove unused argument in readhgeol()
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: explain why reading .hgeol from the working dir is special
Sun, 13 Mar 2011 14:26:32 +0100 Dirkjan Ochtman templates: widen the graph canvas (issue2683) stable
Sun, 13 Mar 2011 13:52:47 +0100 Martin Geisler rebase: don't use util.Abort for an internal error
Sun, 13 Mar 2011 13:38:44 +0100 Dirkjan Ochtman help: limit documentation width to at most 80 characters
Sun, 13 Mar 2011 13:05:16 +0100 Martin Geisler merge with stable
Sun, 13 Mar 2011 12:44:35 +0100 Martin Geisler transplant: avoid the word "rebase" when we mean "transplant" stable
Sun, 13 Mar 2011 12:43:52 +0100 Martin Geisler transplant: explain that changesets are copied, not moved stable
Sun, 13 Mar 2011 12:24:17 +0100 David Soria Parra hg: add support for cloning bookmarks
Sat, 12 Mar 2011 18:29:02 +0100 Peter Arrenbrecht httprepo: use caps instead of between for compat check
Sat, 12 Mar 2011 18:48:30 +0100 Benoit Boissinot revset: add a revset command to get bisect state.
Sat, 12 Mar 2011 17:08:42 +0100 Benoit Boissinot bisect: new command to extend the bisect range (issue2690)
Sat, 12 Mar 2011 16:00:54 +0100 Dirkjan Ochtman hgweb: pmezard thinks one default is enough stable
Sat, 12 Mar 2011 15:51:39 +0100 Dirkjan Ochtman don't depend on features of Exception as much
Sat, 12 Mar 2011 15:21:45 +0100 Dirkjan Ochtman deal with empty Content-Length headers stable
Sat, 12 Mar 2011 11:20:03 +0100 Alexander Solovyov hgweb: add separate page with bookmarks listing stable
Sat, 12 Mar 2011 11:19:44 +0100 Alexander Solovyov hgweb: add display of bookmarks for changelog and changeset stable
Sat, 12 Mar 2011 13:06:50 +0100 Martin Geisler merge with stable
Sat, 12 Mar 2011 13:02:03 +0100 Dirkjan Ochtman setup.py: use StrictVersion instead of manual comparison stable
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard help: extract items doc generation function
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templates: document missing keywords or filters
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: move doc from templates.txt to docstrings
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: wrap all filters in dedicated functions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: prefix helper functions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: sort function definitions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: match filter keys and function names
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: sort filters table
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templates: generate keyword help dynamically
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard test-help: test a sample of 'templates' topic help
Sat, 12 Mar 2011 12:42:20 +0100 Alexander Solovyov fix compiling of extensions for OS X and XCode 4.0 stable
Sat, 12 Mar 2011 12:15:36 +0100 Martin Geisler test-subrepo-paths: fix typo
Sat, 12 Mar 2011 12:11:09 +0100 Martin Geisler eol: use dirstate methods to clear dirstate stable
Sat, 12 Mar 2011 11:06:40 +0100 Benoit Boissinot tests: fix permission issue trying to remove test directory
Fri, 11 Mar 2011 15:48:44 +0000 Luke Plant transplant: added 'HGREVISION' variable to the environment passed to the 'filter' command
Fri, 11 Mar 2011 12:42:07 +0100 Martin Geisler test-subrepo-paths: test cummulative remapping
Fri, 11 Mar 2011 12:35:41 +0100 Martin Geisler merge with stable
Thu, 10 Mar 2011 16:49:37 +0100 Martin Geisler ui: yield unchanged values in walkconfig
Thu, 10 Mar 2011 11:30:38 -0600 Matt Mackall Added signature for changeset aa1f3be38ab1 stable
Thu, 10 Mar 2011 11:30:34 -0600 Matt Mackall Added tag 1.8.1 for changeset aa1f3be38ab1 stable
Wed, 09 Mar 2011 15:29:50 -0300 Wagner Bruna i18n-pt_BR: synchronized with 66d65bccbf06 stable 1.8.1
Thu, 10 Mar 2011 13:43:47 +0100 Martin Geisler tests: use $TESTTMP more and use (glob) less
Fri, 07 Jan 2011 15:19:21 -0600 Augie Fackler hgweb_mod: respond right away if the client specified 100-continue support
Sat, 06 Feb 2010 04:27:28 -0600 Augie Fackler hgweb: add support for 100-continue as recommended by PEP 333.
Tue, 08 Mar 2011 15:36:56 -0500 Eric Eisner subrepo: show the source that git pulls
Tue, 08 Mar 2011 08:41:39 -0500 Mark Drago commands.update() now works properly with a revision of 0
Tue, 08 Mar 2011 14:55:31 -0600 Steve Borho merge with stable
Tue, 08 Mar 2011 13:35:01 -0600 Steve Borho mergetools: add alternate registry keys for 32bit apps on 64bit O/S stable
Tue, 08 Mar 2011 13:05:18 -0600 Steve Borho filemerge: introduce a 'regkeyalt' merge tool variable stable
Tue, 08 Mar 2011 10:25:18 -0600 Steve Borho merge with stable
Tue, 08 Mar 2011 10:03:01 -0600 Steve Borho wix: drop bin/ folder from MSI installers (issue 2673) stable
Tue, 08 Mar 2011 11:01:01 +0100 Martin Geisler zsh completion: remove computed default values from help texts
Tue, 08 Mar 2011 01:21:50 +0100 Mads Kiilerich merge: remove last traces of fastforward merging
Mon, 07 Mar 2011 23:19:17 +0100 Patrick Mezard merge with stable
Mon, 07 Mar 2011 23:02:04 +0100 Patrick Mezard subrepo: backout 67fbe566eff1, --force requires svn >= 1.5 stable
Mon, 07 Mar 2011 15:46:46 -0600 Matt Mackall merge with stable
Mon, 07 Mar 2011 15:46:28 -0600 Matt Mackall merge with i18n stable
Sun, 06 Mar 2011 15:32:37 +0100 David Soria Parra i18n-de: improve translation for "unmerged branches" stable
Mon, 07 Mar 2011 15:37:11 +0800 Steven Brown httprepo: order URL query string fields for readability
Mon, 07 Mar 2011 15:45:10 -0600 Matt Mackall ancestor: improve description
Mon, 07 Mar 2011 12:03:54 -0500 Eric Eisner subrepo: don't crash when git repo is missing stable
Mon, 07 Mar 2011 15:44:43 -0600 Matt Mackall ancestor: rewrite to deal with crossed linkrevs (issue2682) stable
Sun, 06 Mar 2011 11:30:57 +0100 Georg Brandl hgcia: accept "queued." xmlrpc return as success stable
Mon, 07 Mar 2011 15:03:10 -0600 Matt Mackall merge: back out single-parent fast-forward merge stable
Sat, 05 Mar 2011 16:34:59 -0600 Matt Mackall merge: drop resolve state for mergers with identical contents (issue2680) stable
Sun, 06 Mar 2011 22:13:36 +0100 Patrick Mezard merge with stable
Sun, 06 Mar 2011 22:03:30 +0100 Patrick Mezard hgweb: fix filelog rss links generation stable
Sun, 06 Mar 2011 22:03:18 +0100 Patrick Mezard hgweb: use tip in gitweb/monoblue filelog rss links (issue2677) stable
Sun, 06 Mar 2011 19:38:00 +0100 Mads Kiilerich merge with stable
Sun, 06 Mar 2011 10:27:07 -0600 timeless cacert: improve error report when web.cacert file does not exist stable
Sun, 06 Mar 2011 05:56:59 -0600 timeless tests: improve hghave error reporting for missing Py OpenSSL stable
Sun, 06 Mar 2011 15:30:39 +0100 Patrick Mezard Merge with stable
Sun, 06 Mar 2011 15:21:50 +0100 Patrick Mezard Improve unresolved merge conflicts warning (issue2681) stable
Sun, 06 Mar 2011 14:38:47 +0100 Patrick Mezard tests: convert test-serve to new format
Sun, 06 Mar 2011 14:19:57 +0100 Patrick Mezard run-tests: handle mixed comment lines in blacklists
Sun, 06 Mar 2011 14:17:47 +0100 Patrick Mezard test-doctest: handle unix/windows path discrepancies
Sun, 06 Mar 2011 10:06:09 +0100 Patrick Mezard test-rename-merge1: make it easier to review, windows friendly
Sat, 05 Mar 2011 16:34:59 -0600 Matt Mackall merge: drop resolve state for mergers with identical contents (issue2680)
Fri, 04 Mar 2011 19:21:36 -0600 Matt Mackall merge with stable
Fri, 04 Mar 2011 19:21:12 -0600 Matt Mackall match: ignore "" patterns stable
Fri, 18 Feb 2011 01:19:01 +0100 Adrian Buehlmann statichttprepo: abort if opener mode is 'r+' or 'rb+'
Fri, 04 Mar 2011 14:11:15 +0100 Patrick Mezard Merge with stable
Fri, 04 Mar 2011 14:00:49 +0100 Patrick Mezard subrepo: handle svn tracked/unknown directory collisions stable
Thu, 03 Mar 2011 22:41:38 +0100 Patrick Mezard convert/svn: stop using svn bindings when pushing to svn
Thu, 03 Mar 2011 22:19:28 +0100 Patrick Mezard convert/svn: read trunk name once, use None for default
Thu, 03 Mar 2011 21:42:15 +0100 Patrick Mezard mq: mention qfinish in qimport help
Wed, 02 Mar 2011 22:00:41 -0600 Steve Borho merge with stable
Wed, 02 Mar 2011 21:57:20 -0600 Steve Borho bookmark: fix invalidation of localrepo._bookmarkcurrent stable
Wed, 02 Mar 2011 12:19:18 -0500 Eric Eisner subrepo: show the source that git clones
Wed, 02 Mar 2011 14:52:31 +0100 Martin Geisler check-code: catch "echo > $HGRCPATH" too
Wed, 02 Mar 2011 14:23:22 +0100 Martin Geisler merge with stable
Wed, 02 Mar 2011 14:22:50 +0100 Martin Geisler check-code: better check for overwriting $HGRCPATH
Wed, 02 Mar 2011 14:16:11 +0100 Martin Geisler test-eol-*: remove unused config settings
Wed, 02 Mar 2011 14:09:06 +0100 Martin Geisler mq: forbid commit of merge involving mq patches stable
Tue, 01 Mar 2011 17:01:17 +0100 Martin Geisler tests: don't overwrite HGRCPATH
Wed, 02 Mar 2011 13:24:48 +0100 Martin Geisler merge with stable
Tue, 01 Mar 2011 16:01:38 -0600 Matt Mackall Added signature for changeset 2616325766e3 stable
Tue, 01 Mar 2011 16:01:32 -0600 Matt Mackall Added tag 1.8 for changeset 2616325766e3 stable
Tue, 01 Mar 2011 07:28:20 +0100 Gilles Moris contrib: update tcsh_completion for Mercurial 1.8 stable 1.8
Tue, 01 Mar 2011 12:48:31 -0600 Matt Mackall merge with i18n stable
Tue, 01 Mar 2011 22:44:03 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 0a6bca3d5273 stable
Tue, 01 Mar 2011 01:00:35 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9b617c56eb65 stable
Mon, 28 Feb 2011 19:15:08 -0600 Augie Fackler zsh completion: complete bookmarks where they are accepted stable
Tue, 01 Mar 2011 02:54:16 +0100 Mads Kiilerich tests: test-mq-subrepo.t Solaris 10 sh compliance stable
Mon, 28 Feb 2011 16:45:15 -0600 Kevin Bullock bash_completion: complete bookmarks stable
Mon, 28 Feb 2011 17:41:40 -0600 Matt Mackall mq: fix qpush recursion in _findtags when status file is wrong (issue2664) stable
Fri, 11 Feb 2011 13:10:39 +0100 Pierre-Yves David mq: gracefully handle malformated status file stable
Thu, 24 Feb 2011 00:47:49 +0100 Mads Kiilerich revset: fix typo when assigning weight to reverse and limit stable
Mon, 28 Feb 2011 15:46:48 +0100 Martin Geisler eol: do not abort on parse error stable
Mon, 28 Feb 2011 11:34:51 +0100 Martin Geisler eol: fix test typos introduced in 5007ff32f356 stable
Mon, 28 Feb 2011 11:31:36 +0100 Martin Geisler eol: test win32text compatible encode/decode filters stable
Mon, 28 Feb 2011 09:28:18 +0100 Martin Geisler eol: be explicit about how to enable hook (issue2661) stable
Sun, 27 Feb 2011 19:50:28 +0100 Antoine Pitrou eol: stop after first matched rule in hook (issue2660) stable
Sun, 27 Feb 2011 15:58:29 -0600 Matt Mackall merge with i18n stable
Sat, 26 Feb 2011 18:21:51 -0300 Wagner Bruna i18n-pt_BR: synchronized with 3178aca36b0f stable
Sun, 27 Feb 2011 12:07:09 +0100 Adrian Buehlmann help: document branch template keyword stable
Sat, 26 Feb 2011 10:40:22 -0600 Matt Mackall merge with i18n stable
Sat, 26 Feb 2011 16:39:57 +0100 Jens Bäckman i18n-sv: started translation of mq and patchbomb stable
Sat, 26 Feb 2011 16:31:11 +0100 Jens Bäckman i18n-sv: synchronized with 95b0d4c1c9e1 stable
Fri, 25 Feb 2011 21:01:30 +0300 Pavel Boldin convert.svn: branch name which equals trunk means `default' branch (issue2653) stable
Fri, 25 Feb 2011 23:26:24 -0600 Ry4an Brase ui: always report untrusted hgrc files when debug enabled stable
Thu, 24 Feb 2011 13:57:52 -0300 Wagner Bruna tests: test renaming a file added on two branches (issue2089) stable
Fri, 25 Feb 2011 15:35:01 -0600 Matt Mackall merge with i18n stable
Fri, 25 Feb 2011 22:26:02 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 16725043a6fc stable
Thu, 24 Feb 2011 12:08:40 +0100 David Soria Parra i18n-de: translate some bookmark strings stable
Thu, 24 Feb 2011 12:07:42 +0100 David Soria Parra i18n-de: synchronized with 703717eb112c stable
Thu, 24 Feb 2011 12:04:45 +0100 Martin Geisler i18n-da: translate some small strings stable
Wed, 23 Feb 2011 12:57:09 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9f2c407caf34 stable
Wed, 23 Feb 2011 15:35:44 +0100 Martin Geisler i18n-da: synchronize with 14a699ed774b stable
Wed, 23 Feb 2011 15:31:49 +0100 Martin Geisler i18n: merge with main stable
Wed, 23 Feb 2011 23:15:02 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 7458b7e0d8d5 stable
Wed, 23 Feb 2011 22:52:38 +0900 FUJIWARA Katsunori i18n-ja: synchronized with ba50f1600131 stable
Fri, 25 Feb 2011 15:31:32 -0600 Matt Mackall context: be even more careful about result order in ancestors() (issue2642) stable
Thu, 24 Feb 2011 01:14:15 +0530 Azhagu Selvan SP convert/svn: abort operation when python bindings are not available stable
Thu, 24 Feb 2011 00:45:02 +0530 Azhagu Selvan SP convert/svn: handle MissingTool exception from converter_sink class stable
Thu, 24 Feb 2011 14:38:50 +0100 David Soria Parra bookmarks: restrict moving a bookmark to its descendants (issue1502) stable
Fri, 18 Feb 2011 17:09:08 -0600 Kevin Bullock id: add bookmarks to id stable
Wed, 23 Feb 2011 20:47:00 -0600 Kevin Bullock workingctx: overload bookmarks() to return parents' bookmarks stable
Fri, 25 Feb 2011 12:32:15 +0100 Martin Geisler eol: handle LockUnavailable error (issue2569) stable
Thu, 24 Feb 2011 19:15:00 +0100 David Soria Parra tests: check if the bookmarks extension is ignored stable
Fri, 11 Feb 2011 21:17:27 -0600 Jonathan Nieder backout: clarify which changesets are new in help text stable
Fri, 25 Feb 2011 11:39:19 +0100 Martin Geisler commands: update year to 2011 in version string stable
Fri, 25 Feb 2011 10:52:37 +0100 Martin Geisler eol: clarify where the .hgeol file is located stable
Thu, 24 Feb 2011 15:35:22 +0100 Martin Geisler commands: mark strings for translation stable
Thu, 24 Feb 2011 03:13:48 +0100 David Soria Parra tests: remove bookmark extension configuration stable
Wed, 23 Feb 2011 17:27:05 -0600 Matt Mackall context: generate file ancestors in reverse revision order (issue2642) stable
Wed, 23 Feb 2011 13:21:55 +0500 Waqas Hussain export: only close files which export itself has opened stable
Wed, 23 Feb 2011 10:59:36 -0500 Eric Eisner subrepo: only attempt pulling from git's origin stable
Wed, 23 Feb 2011 10:17:44 -0500 Eric Eisner subrepo: disallow all unknown git ref types stable
Wed, 23 Feb 2011 11:42:41 +0100 Adrian Buehlmann sshrepo: catch passwords in ssh urls stable
Wed, 23 Feb 2011 00:25:18 +0100 David Soria Parra hgk: display bookmark in commit diff window stable
Wed, 23 Feb 2011 00:25:01 +0100 David Soria Parra hgk: display bookmarks as gray labels in the commitline stable
Wed, 23 Feb 2011 00:24:21 +0100 David Soria Parra hgk: read bookmarks stable
Tue, 22 Feb 2011 15:11:10 -0500 Eric Eisner subrepo: expand relative sources for git subrepos stable
Tue, 22 Feb 2011 16:31:01 +0100 Jim Hague changegroup: fix typo introduced in 9f2c407caf34 stable
Tue, 22 Feb 2011 03:10:37 +0100 Mads Kiilerich changegroup: don't accept odd chunk headers stable
Tue, 22 Feb 2011 03:03:39 +0100 Mads Kiilerich changegroup: verify all stream reads stable
Tue, 22 Feb 2011 03:02:50 +0100 Mads Kiilerich changegroup: don't accept streams without proper termination stable
Mon, 21 Feb 2011 20:58:54 -0300 Wagner Bruna rollback, i18n: avoid parameterized message stable
Mon, 21 Feb 2011 23:27:45 +0100 David Soria Parra summary: add bookmarks to summary stable
Mon, 21 Feb 2011 22:22:12 +0100 David Soria Parra bookmarks: issue a warning if remote doesn't support comparing bookmarks stable
Mon, 21 Feb 2011 11:24:23 -0600 Matt Mackall merge with i18n stable
Wed, 16 Feb 2011 22:42:03 -0200 Wagner Bruna i18n-pt_BR: synchronized with ed720c7cc97d stable
Mon, 21 Feb 2011 00:37:55 +0100 David Soria Parra wireproto: catch possible cast error in pushkey stable
Sun, 20 Feb 2011 18:06:05 +0100 Gilles Moris test-push-http: use killdaemons.py instead of kill to avoid test unreliability stable
Sun, 20 Feb 2011 00:57:55 +0100 David Soria Parra bookmarks: mark new bookmark as current if it points to the current dirstate stable
Fri, 18 Feb 2011 20:25:25 +0100 Adrian Buehlmann introduce new RequirementError (issue2649) stable
Thu, 10 Feb 2011 09:03:06 +0100 Gilles Moris rollback: clarifies the message about the reverted state (issue2628) stable
Mon, 21 Feb 2011 00:57:19 +0100 Mads Kiilerich hgweb: handle invalid requests with both form data and querystring stable
Mon, 21 Feb 2011 00:52:26 +0100 Mads Kiilerich hgweb: give ErrorResponse a descriptive string/Exception representation stable
Mon, 21 Feb 2011 00:52:23 +0100 Mads Kiilerich serve: catch and log all Exceptions, not only StandardException stable
Sun, 20 Feb 2011 13:35:30 +0100 Martin Geisler test-i18n: make test conditional on msgfmt availability stable
Fri, 18 Feb 2011 10:28:20 -0600 Steve Borho match: fix subtle error in _buildmatch stable
Fri, 18 Feb 2011 23:41:13 +0100 Mads Kiilerich statichttprepo: don't modify localrepo class variables stable
Fri, 18 Feb 2011 03:35:01 +0100 Mads Kiilerich util: flush stdout before calling external processes stable
Fri, 18 Feb 2011 03:34:47 +0100 Mads Kiilerich tests: update test-https.t output stable
Wed, 16 Feb 2011 08:56:11 -0800 Oleg Stepanov Do not allow merging with uncommitted changes in a subrepo stable
Thu, 17 Feb 2011 18:05:27 -0200 Wagner Bruna hgwebdir: reduce memory usage for index generation stable
Thu, 17 Feb 2011 13:37:52 -0200 Wagner Bruna pure: fix index parsing on empty repositories stable
Thu, 17 Feb 2011 17:15:32 -0500 Steve Losh alias: add test cases for $ escaping in shell aliases stable
Wed, 16 Feb 2011 17:36:31 -0600 Augie Fackler bookmarks: verify switching bookmarks works properly stable
Thu, 17 Feb 2011 09:20:44 +0100 Martin Geisler subrepo: break long line found by check-code stable
Thu, 17 Feb 2011 09:19:15 +0100 Martin Geisler test-convert: update output to match 0079fb98e8d0 stable
Wed, 16 Feb 2011 21:02:41 -0200 Wagner Bruna dispatch: fix typo in debug message stable
Wed, 16 Feb 2011 21:02:19 -0200 Wagner Bruna convert: fix typos in docstring stable
Wed, 16 Feb 2011 11:53:48 -0600 Kevin Bullock subrepos: print short git changeset ids stable
Wed, 16 Feb 2011 14:13:22 -0600 Matt Mackall merge default into stable for 1.8 code freeze stable
Wed, 16 Feb 2011 15:02:30 +0100 Adrian Buehlmann store: remove pointless pathjoiner parameter
Wed, 16 Feb 2011 18:36:45 +0100 David Soria Parra bookmarks: forbid \0 \r \n : in bookmark names (BC)
Wed, 16 Feb 2011 04:36:36 +0100 Mads Kiilerich url: merge BetterHTTPS with httpsconnection to get some proxy https validation
Wed, 16 Feb 2011 04:28:11 +0100 Mads Kiilerich tests: test https through http proxy
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: always create BetterHTTPS connections the same way
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: refactor BetterHTTPS.connect
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: refactor _gen_sendfile
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: remove test for self.ui in BetterHTTPS
Wed, 16 Feb 2011 03:28:22 +0100 Mads Kiilerich tests: update ssl requirement for test-https.t
Wed, 09 Feb 2011 10:53:09 +0100 Erik Zielke subrepos: prompt on conflicts on update with dirty subrepos
Wed, 16 Feb 2011 01:29:26 +0100 David Soria Parra bookmarks: make track.current=True default behaviour and remove option (BC)
Wed, 16 Feb 2011 01:28:42 +0100 David Soria Parra update: preserve possible bookmark name to set current bookmark correctly
Wed, 16 Feb 2011 10:02:24 +0100 Martin Geisler test-i18n: test translations
Wed, 09 Feb 2011 13:37:21 +0100 Erik Zielke subrepo: remove argument introduced by mistake in c19b9282d3a7
Thu, 03 Feb 2011 10:31:17 +0100 Martin Geisler remove unnecessary list comprehensions
Tue, 15 Feb 2011 22:25:48 +0100 Patrick Mezard commit: abort if a subrepo is modified and ui.commitsubrepos=no
Tue, 15 Feb 2011 16:19:11 -0600 Matt Mackall tests: fixes for svn 1.4.2
Tue, 15 Feb 2011 20:02:52 +0100 André Sintzoff mq: remove undo after a qimport
Tue, 15 Feb 2011 14:41:49 +0100 Adrian Buehlmann transaction: use posixfile and unlink from util
Mon, 14 Feb 2011 23:59:21 -0600 Kevin Bullock bookmarks: update help text since moving into core
Tue, 15 Feb 2011 23:23:16 +1300 jfh debugignore: catch the case when ignore.includepat doesn't exist
Tue, 15 Feb 2011 02:17:43 +0100 Mads Kiilerich tests: use printenv.py where it is - don't copy it around
Tue, 15 Feb 2011 01:05:32 +0100 Mads Kiilerich tests: let printenv.py show the real values
Tue, 15 Feb 2011 01:04:10 +0100 Mads Kiilerich hgweb: make paths wildcards expanding in a repo root match repo correctly
Tue, 15 Feb 2011 01:04:10 +0100 Mads Kiilerich hgweb: doctest of url creation from wildcard expansion
Mon, 14 Feb 2011 18:04:20 -0600 Matt Mackall bookmarks: fix up test-https
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Fri, 11 Feb 2011 22:24:10 +0800 Afuna tag: add tests for tags with whitespace (issue2174)
Fri, 11 Feb 2011 17:23:24 +0800 Afuna doc: Add diff.unified to the hgrc docs.
Wed, 26 Jan 2011 18:19:49 +0800 Steven Brown tests: push wire protocol over CGI-based hgweb
Sat, 15 Jan 2011 16:02:03 +0100 jfh add debugignore which yields the combined ignore patten of the .hgignore files
Fri, 04 Feb 2011 16:32:14 -0300 Gastón Kleiman diffstat: fix parsing of filenames with spaces
Thu, 10 Feb 2011 15:41:34 +0300 Roman Sokolov dispatch: use flag cmdalias.shell for detecting shell aliases
Fri, 11 Feb 2011 03:46:28 +0300 Roman Sokolov dispatch: debug message for missing arguments in shell alias
Fri, 11 Feb 2011 03:32:40 +0300 Roman Sokolov dispatch: support for $ escaping in shell-alias definition
Fri, 28 Jan 2011 13:38:34 +0100 Adrian Buehlmann fncachestore: defer updating the fncache file to a single file open
Fri, 28 Jan 2011 13:34:07 +0100 Adrian Buehlmann localrepo: acquire lock on stream_in
Fri, 28 Jan 2011 13:54:38 +0100 Adrian Buehlmann tests: sort fncache
Fri, 11 Feb 2011 20:35:32 +0100 David Soria Parra localrepo: sort hg bookmark output
Fri, 11 Feb 2011 20:35:30 +0100 David Soria Parra templates: add bookmarks to command line styles
Fri, 11 Feb 2011 19:47:39 +0100 David Soria Parra templater: add bookmarks to templates and default output
Fri, 11 Feb 2011 19:44:17 +0100 David Soria Parra tags: do not merge bookmarks with tags
Fri, 11 Feb 2011 19:36:15 +0100 David Soria Parra context: add method to return all bookmarks pointing to a node
Sun, 13 Feb 2011 11:14:46 +0100 Adrian Buehlmann contrib: add win32/buildlocal.bat
Sat, 12 Feb 2011 10:58:11 +0100 Adrian Buehlmann Make sure bundlerepo doesn't leak temp files (issue2491)
Fri, 11 Feb 2011 19:32:49 +0100 David Soria Parra bookmarks: read current bookmark as utf-8 and convert it to local
Mon, 14 Feb 2011 07:39:21 +0000 Javi Merino hgk: gitk->hgk in About... menu
Mon, 14 Feb 2011 11:13:05 +0100 Adrian Buehlmann eliminate win32.user_rcpath_win32()
Mon, 14 Feb 2011 11:12:57 +0100 Adrian Buehlmann windows: eliminate system_rcpath_win32()
Mon, 14 Feb 2011 11:12:35 +0100 Adrian Buehlmann win32: move system_rcpath_win32() to windows.py
Mon, 14 Feb 2011 11:12:31 +0100 Adrian Buehlmann win32: new function executable_path
Mon, 14 Feb 2011 11:12:26 +0100 Adrian Buehlmann port win32.py to using the Python ctypes library
Mon, 14 Feb 2011 11:12:22 +0100 Adrian Buehlmann win32: optimize parameters for the CreateFile call in _getfileinfo
Mon, 14 Feb 2011 14:12:48 -0600 Steve Borho merge with stable
Sun, 13 Feb 2011 12:19:58 -0600 Steve Borho url: return the matched authentication group name from readauthforuri()
Sat, 12 Feb 2011 21:59:43 -0600 Steve Borho url: move [auth] parsing out into a utility function
Sat, 12 Feb 2011 21:53:27 -0600 Steve Borho url: use rsplit to split [auth] keys
Sat, 12 Feb 2011 16:08:41 +0800 Afuna mq: catch attempt to qpush to an earlier patch (issue2587) stable
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move push/pull command features to core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge current tracking on update into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge incoming/outgoing into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge suspect addchangegroup into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge low-level push/pull support into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge lookup into localrepo
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move strip support to repair
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move color style to color
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge _findtags method into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move revset support to core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: merge invalidation into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move commit action into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: merge rollback support into localrepo
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move property methods into localrepo
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move diff to core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move pushkey functions into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move update into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move read methods to core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move basic io to core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall extensions: add an ignore list for old extensions
Wed, 02 Feb 2011 23:21:13 +0100 Simon Heimberg run-tests: only call WIFEXITED on systems it exists
Tue, 01 Feb 2011 20:47:05 +0100 Simon Heimberg run-tests: loadable as module
Thu, 03 Feb 2011 07:58:54 +0100 Simon Heimberg hgignore: ignore more bytecode
Sat, 05 Feb 2011 14:37:25 +0000 Javi Merino doc: Capitalize the "options" header of mercurial commands
Sat, 05 Feb 2011 13:59:34 +0000 Javi Merino doc: Add back quotes around filenames
Fri, 04 Feb 2011 09:17:07 +0100 Martin Geisler merge with stable
Wed, 02 Feb 2011 13:51:22 +0100 Adrian Buehlmann opener: use posixfile to hold file open when calling nlinks()
Mon, 17 Jan 2011 09:37:20 +0100 Adrian Buehlmann remove pointless os.path.join calls when opening files in .hg/cache
Thu, 03 Feb 2011 00:27:44 -0600 Jonathan Nieder backout: make help more explicit about what backout does stable
Fri, 04 Feb 2011 09:05:23 +0100 trbs subrepo: fix pruning of subrepo filenames in dirstate (issue2619) stable
Tue, 01 Feb 2011 17:53:50 -0600 Matt Mackall merge with self
Tue, 01 Feb 2011 17:52:25 -0600 Matt Mackall merge with stable
Tue, 01 Feb 2011 17:30:13 -0600 Matt Mackall Added signature for changeset 2b2155623ee2 stable
Tue, 01 Feb 2011 17:30:09 -0600 Matt Mackall Added tag 1.7.5 for changeset 2b2155623ee2 stable
Tue, 01 Feb 2011 17:29:38 -0600 Matt Mackall merge with crew stable 1.7.5
Tue, 01 Feb 2011 21:59:07 +0100 Patrick Mezard Merge with stable
Tue, 01 Feb 2011 21:39:28 +0100 Patrick Mezard subrepo: fix update -C with svn subrepos when cwd != repo.root stable
Mon, 31 Jan 2011 19:19:56 -0500 Eric Eisner test-subrepo-git.t: make compatible with old git
Tue, 01 Feb 2011 07:29:11 +0000 Javi Merino win32mbcs: Fix typo in documentation stable
Tue, 01 Feb 2011 01:55:45 +0100 Mads Kiilerich merge with stable
Sat, 29 Jan 2011 23:23:24 +0900 Yuya Nishihara url: add --insecure option to bypass verification of ssl certificates stable
Mon, 31 Jan 2011 22:16:33 +0100 Patrick Mezard mq: factor out push conditions checks
Thu, 27 Jan 2011 15:51:26 -0600 Kevin Bullock test-subrepo-mq-svn.t: correct comment
Tue, 04 Jan 2011 10:42:00 -0600 Kevin Bullock subrepo: clarify comments in dirty() methods
Mon, 31 Jan 2011 13:40:05 +0100 Erik Zielke subrepo: make update -C clean the working directory for git subrepos
Mon, 31 Jan 2011 13:38:00 +0100 Martin Geisler merge with stable
Mon, 31 Jan 2011 13:33:41 +0100 Erik Zielke subrepo: make update -C clean the working directory for svn subrepos stable
Tue, 01 Feb 2011 17:08:49 -0600 Matt Mackall Added signature for changeset a6c855c32ea0 stable
Tue, 01 Feb 2011 17:08:46 -0600 Matt Mackall Added tag 1.7.4 for changeset a6c855c32ea0 stable
Tue, 01 Feb 2011 10:15:50 -0200 Wagner Bruna i18n-pt_BR: messages from crew a939f08fae9c stable 1.7.4
Fri, 28 Jan 2011 21:01:57 -0200 Wagner Bruna merge with i18n stable stable
Fri, 28 Jan 2011 13:31:17 -0200 Wagner Bruna i18n-pt_BR: messages from crew 8dc488dfcdb4, some small fixes stable
Fri, 28 Jan 2011 17:02:29 -0600 Matt Mackall util: delay loading of textwrap
Fri, 28 Jan 2011 03:09:22 +0100 Mads Kiilerich merge with stable
Fri, 28 Jan 2011 02:57:59 +0100 Mads Kiilerich url: 'ssh known host'-like checking of fingerprints of HTTPS certificates stable
Thu, 27 Jan 2011 17:22:37 -0600 Matt Mackall merge with stable
Thu, 27 Jan 2011 17:21:23 -0600 Matt Mackall merge with i18n stable
Mon, 24 Jan 2011 11:27:56 +0100 Martin Geisler i18n-merge stable heads stable
Fri, 24 Dec 2010 15:10:24 +0100 Arne Babenhauserheide i18n-de: translated some rebase strings. stable
Thu, 23 Dec 2010 15:51:14 +0100 Arne Babenhauserheide i18n-de: translated missing strings for progress extension. stable
Wed, 19 Jan 2011 17:49:06 -0200 Wagner Bruna i18n-pt_BR: synchronized with 75d0c38a0bca stable
Thu, 27 Jan 2011 02:58:48 +0100 David Soria Parra bookmarks: respect rollbacks dryrun parameter stable
Thu, 27 Jan 2011 02:55:11 +0100 David Soria Parra bookmarks: always write undo file stable
Wed, 26 Jan 2011 19:14:30 +0100 Adrian Buehlmann opener: force copy on 'a'ppend if nlinks() returns 0 (issue1922) stable
Thu, 27 Jan 2011 13:29:21 -0600 Matt Mackall help: ssh urls don't allow passwords
Tue, 18 Jan 2011 14:16:27 +0100 Adrian Buehlmann commit: use the term SCM instead of RCS
Thu, 27 Jan 2011 11:15:08 +0100 Martin Geisler backout of 613b8bd2284e
Wed, 26 Jan 2011 12:35:02 +0100 Martin Geisler check-code: do not complain about 'ls x | foo -v'
Mon, 10 Jan 2011 16:02:41 -0500 Kevin Bullock subrepo: separate out mq+svn subrepo tests
Sun, 23 Jan 2011 03:15:44 +0100 Christian Ebert keyword: move repo.__class__ assignment out of monkeypatch context
Sun, 23 Jan 2011 03:15:39 +0100 Christian Ebert keyword: inform user about current keywordset in kwdemo
Wed, 26 Jan 2011 12:05:01 +0100 Martin Geisler specify C indention style using Emacs file local variables
Tue, 25 Jan 2011 16:33:46 -0800 Lee Cantey Ignore pax_global_header that some tar versions write as a file.
Mon, 24 Jan 2011 23:25:46 +0100 Patrick Mezard record: do not include files into changes count
Sun, 23 Jan 2011 15:21:56 +0100 Patrick Mezard record: simplify header methods with util.any
Sun, 23 Jan 2011 15:21:37 +0100 Patrick Mezard record: refactor the prompt loop
Sun, 23 Jan 2011 15:21:34 +0100 Patrick Mezard test-record: test peculiar changes numbering
Sun, 23 Jan 2011 13:01:17 +0100 Patrick Mezard record: turn prompt() into a pure function
Sun, 23 Jan 2011 12:44:05 +0100 Patrick Mezard record: turn consumefile() into a pure function
Sun, 23 Jan 2011 12:30:15 +0100 Patrick Mezard hghave: remove unused hotshot check
Sat, 22 Jan 2011 16:29:10 +0100 Patrick Mezard Merge with stable
Sat, 22 Jan 2011 16:15:40 +0100 Patrick Mezard subrepo: compare svn subrepo state to last committed revision stable
Sat, 22 Jan 2011 09:13:04 -0600 Steve Borho merge with stable
Fri, 21 Jan 2011 14:42:15 -0600 Steve Borho win32: win32console.GetStdHandle() can return None stable
Fri, 21 Jan 2011 16:26:01 -0600 Matt Mackall revlog: remove stray test in rev()
Thu, 20 Jan 2011 20:35:54 +0100 Benoit Boissinot merge with main
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann opener: use util.unlink (issue2524)
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann lock: use util.unlink (issue2537)
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann reintroduces util.unlink, for POSIX and Windows.
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann opener: check exception for ENOENT
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann windows.rename: check OSError for EEXIST
Tue, 18 Jan 2011 15:55:49 -0600 Matt Mackall perf: restore lazyindex hack
Tue, 18 Jan 2011 15:55:48 -0600 Matt Mackall revlog: pass rev to _checkhash
Tue, 18 Jan 2011 15:55:46 -0600 Matt Mackall revlog: incrementally build node cache with linear searches
Fri, 07 Jan 2011 10:48:30 +0100 Adrian Buehlmann bundlerepo: use less intrusive util.posixfile to open bundle
Sat, 15 Jan 2011 23:54:01 +0100 Adrian Buehlmann osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile
Tue, 04 Jan 2011 06:29:08 +0100 jfh move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
Sun, 16 Jan 2011 17:26:34 +0100 Benoit Boissinot addchangegroup: document the current locking semantics
Sun, 16 Jan 2011 15:45:26 +0100 Christian Ebert keyword: update documentation for kwshrink
Sun, 16 Jan 2011 19:12:54 +0800 StevenGBrown tests: remove duplication of the CGI environment variables
Sun, 16 Jan 2011 12:25:46 +0100 Benoit Boissinot revlog: explicit test and explicit variable names
Sun, 16 Jan 2011 12:24:48 +0100 Benoit Boissinot revlog: if the nodemap is set, use the fast version of revlog.rev()
Sat, 15 Jan 2011 15:06:53 +0100 Benoit Boissinot revlog/parseindex: construct the nodemap if it is empty
Sat, 15 Jan 2011 13:02:19 +0100 Benoit Boissinot revlog: always add the magic nullid/nullrev entry in parseindex
Sat, 15 Jan 2011 15:04:58 +0100 Benoit Boissinot revlog/parseindex: no need to pass the file around
Sat, 15 Jan 2011 12:44:28 +0100 Benoit Boissinot parsers.c: fix comment
Sat, 15 Jan 2011 12:28:10 +0100 Benoit Boissinot perf: there is no lazy index anymore
Wed, 12 Jan 2011 13:54:39 -0600 Matt Mackall pure: update index parsing
Wed, 12 Jan 2011 11:34:42 -0600 Matt Mackall perf: fix ordering of invalidate in perfindex
Tue, 11 Jan 2011 21:52:03 -0600 Matt Mackall revlog: do revlog node->rev mapping by scanning
Tue, 11 Jan 2011 17:12:32 -0600 Matt Mackall revlog: introduce a cache for partial lookups
Tue, 11 Jan 2011 17:09:06 -0600 Matt Mackall tags: avoid a pointless usage of revlog.nodemap
Tue, 11 Jan 2011 17:06:07 -0600 Matt Mackall mq: avoid using revlog.nodemap unnecessarily
Tue, 11 Jan 2011 17:01:14 -0600 Matt Mackall perf: make perfindex results useful on hg with lazyparser
Tue, 11 Jan 2011 17:01:04 -0600 Matt Mackall revlog: only build the nodemap on demand
Tue, 04 Jan 2011 14:12:52 -0600 Matt Mackall revlog: remove lazy index
Tue, 11 Jan 2011 14:58:17 -0600 Matt Mackall merge with i18n
Tue, 04 Jan 2011 12:16:32 +0100 Martin Geisler i18n-da: synchronized with f3058dd05281
Tue, 11 Jan 2011 02:48:58 +0100 Mads Kiilerich merge with stable
Sun, 09 Jan 2011 00:35:36 +0900 Yuya Nishihara url: check subjectAltName when verifying ssl certificate stable
Sat, 08 Jan 2011 21:52:25 +0900 Yuya Nishihara url: fix UnicodeDecodeError on certificate verification error stable
Sat, 08 Jan 2011 22:15:19 -0600 Steve Borho merge with stable
Sat, 08 Jan 2011 11:18:38 +0100 Pascal Quantin win32: add cacert.pem file to Inno Setup installer stable
Fri, 07 Jan 2011 19:15:21 +0100 Adrian Buehlmann test-mq-subrepo.t: skip test if svn not installed
Fri, 07 Jan 2011 20:50:42 +0100 Patrick Mezard mail: fix regression when parsing unset smtp.tls option
Fri, 07 Jan 2011 20:50:41 +0100 Patrick Mezard bash_completion: support record command
Tue, 04 Jan 2011 11:33:47 -0600 Kevin Bullock subrepo: fix svnsubrepo.dirty() checking of ignoreupdate (issue2499)
Fri, 07 Jan 2011 17:44:23 +0100 Patrick Mezard test-mq-subrepo.t: correctly forward stdin to test functions
Thu, 06 Jan 2011 17:04:47 -0600 Matt Mackall filelog: move metadata parsing to a helper function
Thu, 06 Jan 2011 17:04:41 -0600 Matt Mackall revlog: break hash checking into subfunction
Thu, 06 Jan 2011 17:04:33 -0600 Matt Mackall ui: add configpath helper
Wed, 29 Dec 2010 18:29:15 -0800 John Coomes tests: check visibility of pending changesets
Sun, 02 Jan 2011 18:51:59 +0200 timeless progress: handle days, weeks and years
Sun, 02 Jan 2011 19:34:41 +0100 Adrian Buehlmann rename util.unlink to unlinkpath
Wed, 05 Jan 2011 15:56:03 +0100 Martin Geisler merge with stable
Tue, 04 Jan 2011 03:53:11 -0800 Oleg Stepanov subrepo: do not report known files inside repositories as unknown stable
Wed, 05 Jan 2011 10:57:52 +0100 Martin Geisler hgrc.5: mention that web.cacerts are run through util.expandpath stable
Sun, 02 Jan 2011 15:30:12 +0200 Eduard-Cristian Stefan url: expand path for web.cacerts stable
Wed, 05 Jan 2011 10:47:35 +0100 Martin Geisler commands: clarify which aliases "hg help -v" show (issue2572) stable
Fri, 31 Dec 2010 17:09:38 -0600 Steve Borho mq: record more data in patchheader class (no behavior changes)
Sat, 01 Jan 2011 18:42:04 -0600 Matt Mackall merge with stable
Sat, 01 Jan 2011 18:24:18 -0600 Matt Mackall Added signature for changeset e3bf16703e26 stable
Sat, 01 Jan 2011 18:24:10 -0600 Matt Mackall Added tag 1.7.3 for changeset e3bf16703e26 stable
Sat, 25 Dec 2010 21:59:00 +0900 Yuya Nishihara util: fix ellipsis() not to break multi-byte sequence (issue2564) stable 1.7.3
Fri, 31 Dec 2010 15:14:51 +0100 Jacek Sowiński strip: typo bugfix related to '--nobackup -> --no-backup' rename (issue2377) stable
Sat, 01 Jan 2011 18:15:17 -0600 Matt Mackall merge with i18n stable
Tue, 28 Dec 2010 18:02:50 -0200 Wagner Bruna i18n-pt_BR: synchronized with aa72ff5abf5f stable
Tue, 28 Dec 2010 17:58:14 -0200 Wagner Bruna merge with i18n stable stable
Tue, 21 Dec 2010 09:26:59 +0100 Jens Bäckman i18n-sv: synchronized with d4393968318f stable
Mon, 20 Dec 2010 19:57:12 -0200 Wagner Bruna i18n/pt_BR.po: synchronized with 2fa2e6444645 stable
Thu, 23 Dec 2010 15:12:24 -0600 Steve Borho match: support reading pattern lists from files
Thu, 30 Dec 2010 23:36:50 -0600 Steve Borho merge with stable
Wed, 29 Dec 2010 18:27:56 -0600 Steve Borho wix: add an ssl certificate file to the WiX installers stable
Wed, 29 Dec 2010 15:31:25 -0600 Matt Mackall merge with stable
Wed, 29 Dec 2010 15:23:16 -0600 Matt Mackall hgweb: abort if config file isn't found stable
Wed, 29 Dec 2010 14:19:44 -0600 Matt Mackall merge with stable
Wed, 29 Dec 2010 14:19:31 -0600 Matt Mackall date: fix matching of underspecified date ranges stable
Wed, 29 Dec 2010 14:04:47 -0600 Matt Mackall date: fix matching of underspecified date ranges
Wed, 29 Dec 2010 11:18:27 -0600 Matt Mackall merge with stable
Sun, 26 Dec 2010 12:08:20 +0100 Adrian Buehlmann test-static-http.t: increase test coverage on filenames
Sun, 26 Dec 2010 11:59:07 +0100 Adrian Buehlmann test-static-http.t: get kill actually working
Fri, 24 Dec 2010 15:22:00 +0100 Dan Villiom Podlaski Christiansen hooks: sort any dictionaries set in the environment
Mon, 27 Dec 2010 01:12:31 +0100 Adrian Buehlmann windows.rename: eliminate temp name race (issue2571) stable
Tue, 28 Dec 2010 13:31:30 -0600 Matt Mackall merge with stable
Mon, 13 Dec 2010 22:38:06 +0100 Adrian Buehlmann checknlink: use two testfiles (issue2543) stable
Sun, 19 Dec 2010 21:49:54 -0500 John Peberdy help: correct documentation for branches keyword stable
Fri, 24 Dec 2010 01:17:18 +0900 Yuya Nishihara notify: use util.ellipsis() to truncate long subject stable
Mon, 20 Dec 2010 16:56:54 +0800 Zhigang Wang smtp: fix for server doesn't support starttls extension
Thu, 02 Dec 2010 03:43:06 +0100 David Soria Parra avoid .split() in for loops and use tuples instead
Mon, 06 Dec 2010 16:56:06 +0100 Oli Thissen hgweb: added revision date to annotate line data
Tue, 21 Dec 2010 19:44:28 +0900 Nicolas Dumazet patchbomb: save introductory message in .hg/last-email.txt
Fri, 17 Dec 2010 12:05:45 +0000 Jim Hague opener: forbid paths ending with directory separator (issue2507)
Tue, 21 Dec 2010 15:27:58 -0600 Kevin Bullock record: clean up command table
Tue, 21 Dec 2010 15:23:48 -0600 Kevin Bullock record: clean up comments and docstrings
Tue, 28 Dec 2010 14:53:08 +0100 Patrick Mezard test-doctest: test url.py again, removed by 7cc4263e07a9
Mon, 27 Dec 2010 17:54:45 +0100 Mads Kiilerich merge with stable
Mon, 27 Dec 2010 17:49:58 +0100 Mads Kiilerich https: use web.cacerts configuration from local repo to validate remote repo stable
Sun, 26 Dec 2010 00:43:49 +0100 Mads Kiilerich extensions: warn about invalid extensions when listing disabled commands
Wed, 22 Dec 2010 13:25:00 -0600 Steve Borho convert: subversion should use util.quotecommand to wrap args to popen2
Thu, 23 Dec 2010 13:23:20 -0600 Steve Borho merge with stable
Wed, 22 Dec 2010 13:25:00 -0600 Steve Borho util: concentrate quoting knowledge to windows.py quotecommand() stable
Wed, 22 Dec 2010 13:16:03 -0600 Matt Mackall templater: clarify engine caching
Wed, 22 Dec 2010 13:16:00 -0600 Matt Mackall merge with crew
Tue, 21 Dec 2010 19:47:36 +0900 Nicolas Dumazet tests: clean up test-rollback.t
Mon, 20 Dec 2010 15:27:15 -0600 Matt Mackall merge with stable
Mon, 20 Dec 2010 15:26:36 -0600 Matt Mackall url: fix trailing whitespace stable
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: basic support for status of git subrepos
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: fix subrelpath for git subrepos
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: fix git archive parsing of directories and symfiles
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: support ignoreupdate in gitsubrepo's dirty()
Mon, 20 Dec 2010 13:59:19 -0500 Eric Eisner subrepo: backout 519ac79d680b
Mon, 20 Dec 2010 12:12:18 -0600 Matt Mackall url: fix check-code whitespace complaint
Mon, 20 Dec 2010 12:09:00 -0600 Matt Mackall templater: use the parser.py parser to extend the templater syntax
Mon, 20 Dec 2010 12:09:00 -0600 Matt Mackall templater: give slightly nicer error for unknown map entries
Tue, 07 Dec 2010 22:14:43 -0600 Kevin Bullock mq: update .hgsubstate if subrepos are clean (issue2499)
Tue, 07 Dec 2010 22:14:43 -0600 Kevin Bullock backout f08df4d38442
Fri, 17 Dec 2010 13:38:15 +0100 Erik Zielke subrepo: backout f02d7a562a21
Mon, 20 Dec 2010 12:08:56 -0600 Matt Mackall merge with i18n
Mon, 20 Dec 2010 12:08:50 -0600 Matt Mackall merge with stable
Fri, 17 Dec 2010 10:40:26 +0100 Adrian Buehlmann fncachestore: copy dh directory before the manifest stable
Mon, 20 Dec 2010 12:05:50 -0600 Matt Mackall merge with i18n stable
Fri, 10 Dec 2010 12:51:37 +0100 Martin Geisler i18n: merge with stable
Fri, 10 Dec 2010 12:48:57 +0100 Martin Geisler i18n-da: synchronize with 5dac0d04b838 stable
Sat, 04 Dec 2010 19:28:15 +0100 Arne Babenhauserheide i18n-de: translated strings for the purge extension stable
Sat, 18 Dec 2010 22:06:11 +0100 Mads Kiilerich merge with stable
Sat, 18 Dec 2010 21:58:52 +0100 Mads Kiilerich https: warn when server certificate isn't verified stable
Mon, 13 Dec 2010 11:46:31 -0500 Greg Ward merge: document some internal return values.
Thu, 16 Dec 2010 14:50:37 -0600 Matt Mackall check-code: catch os.path.relpath
Thu, 16 Dec 2010 14:50:36 -0600 Matt Mackall check-code: catch "except as"
Thu, 16 Dec 2010 14:50:27 -0600 Matt Mackall tests: eliminate fast-forward merge in test-tag
Tue, 07 Dec 2010 03:29:21 +0100 Mads Kiilerich merge: fast-forward merge with descendant
Wed, 08 Dec 2010 22:14:18 -0600 Steve Borho record: teach parsepatch() about non-git style headers
Mon, 13 Dec 2010 10:30:15 -0500 Eric Eisner template: add showbranch template for {branch}
Mon, 29 Nov 2010 09:37:23 +0100 Erik Zielke subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
Thu, 16 Dec 2010 07:45:22 -0600 Augie Fackler progress: don't compute estimate without a total
Tue, 14 Dec 2010 21:58:13 -0500 Eric Eisner subrepo: use low-level git-diff-index for dirty()
Tue, 14 Dec 2010 21:56:43 -0500 Eric Eisner subrepo: defer determination of git's current branch
Tue, 14 Dec 2010 21:56:43 -0500 Eric Eisner subrepo: incorporate tracking branches into gitbranchmap
Tue, 14 Dec 2010 21:53:40 -0500 Eric Eisner subrepo: use low-level git-for-each-ref command in branchmap
Wed, 15 Dec 2010 10:55:14 -0600 Augie Fackler progress using tests: disable time estimates to avoid flakiness
Wed, 15 Dec 2010 10:22:54 -0600 Augie Fackler progress: include time estimate as part of the default progress format
Wed, 15 Dec 2010 10:22:06 -0600 Augie Fackler progress: only show time estimate when progress format contains 'estimate'
Wed, 15 Dec 2010 10:20:36 -0600 Augie Fackler progress: fix adding format elements after the progress bar
Wed, 15 Dec 2010 11:20:32 -0600 Augie Fackler test-progress: test completion estimates and progress bar delay
Mon, 29 Nov 2010 16:34:10 +0100 Martin Geisler subrepo: add progress bar support to archive
Mon, 29 Nov 2010 16:17:05 +0100 Martin Geisler archive: add support for progress extension
Wed, 15 Dec 2010 16:35:09 +0100 Martin Geisler progress: test setting progress.width
Wed, 15 Dec 2010 16:29:46 +0100 Martin Geisler tests: add filtercr.py helper for progress tests
Wed, 15 Dec 2010 09:52:20 +0100 Martin Geisler test-archive: whitespace cleanup
Wed, 15 Dec 2010 09:35:32 +0100 Martin Geisler progress: explain format strings to translators
Wed, 15 Dec 2010 10:50:19 +0100 Mads Kiilerich subrepo: re-backout 2245fcd0e160, remove test
Tue, 14 Dec 2010 18:10:51 -0600 Matt Mackall subrepo: re-backout 2245fcd0e160
Tue, 14 Dec 2010 17:10:01 -0600 Matt Mackall merge with stable
Mon, 06 Dec 2010 22:04:10 -0600 Kevin Bullock tag: abort if not at a branch head (issue2552) stable
Tue, 07 Dec 2010 08:02:54 +0100 Kevin Bullock tag: fix uncommitted merge check and error message (issue2542) stable
Mon, 13 Dec 2010 21:20:30 -0600 Kevin Bullock tag: don't check .hgtags status if --local passed stable
Thu, 09 Dec 2010 17:33:40 -0600 Augie Fackler progress: refactor for readability and show XXs instead of 0mXXs.
Tue, 26 Oct 2010 14:41:58 +0300 timeless progress: Add estimated time remaining for long tasks
Fri, 10 Dec 2010 16:56:12 -0600 Augie Fackler progress: react more reasonably to nested progress topics
Mon, 13 Dec 2010 12:19:26 -0600 Steve Borho Merge with stable
Mon, 13 Dec 2010 11:51:01 -0600 Steve Borho util: work around behavior change in Python 2.7.1 stable
Mon, 13 Dec 2010 11:53:17 +0100 Martin Geisler merge with stable
Mon, 13 Dec 2010 11:52:52 +0100 Martin Geisler merge default heads in crew and main
Mon, 13 Dec 2010 11:52:21 +0100 Martin Geisler merge stable heads in crew and main stable
Mon, 22 Nov 2010 14:36:57 +0100 Erik Zielke eol: improve help on whether EOLs are changed in working copy or repository stable
Mon, 13 Dec 2010 16:41:39 +0900 Nicolas Dumazet churn: ignore trailing and leading spaces (issue2546) stable
Fri, 10 Dec 2010 23:05:48 +0100 Benoit Boissinot merge with stable
Tue, 07 Dec 2010 16:08:16 +0100 Dan Villiom Podlaski Christiansen make_file: always return a fresh file handle that can be closed
Fri, 10 Dec 2010 19:20:11 -0600 Matt Mackall merge with stable
Fri, 10 Dec 2010 19:18:02 -0600 Matt Mackall hook: fix import path handling for repo=None stable
Tue, 07 Dec 2010 15:27:04 +0100 Alexander Solovyov hook: assume relative path to hook is given from repo root stable
Fri, 10 Dec 2010 19:08:17 -0600 Matt Mackall subrepo: backed out changeset 2245fcd0e160 stable
Fri, 10 Dec 2010 13:30:37 -0600 Augie Fackler bundle progress: offer best-guess deterministic progress information
Fri, 10 Dec 2010 13:31:06 -0600 Augie Fackler httpsendfile: record progress information during read()
Tue, 07 Dec 2010 15:50:28 +0100 Alexander Solovyov templatekw.showdiffstat: use ctx.diff() instead of calling patch
Fri, 10 Dec 2010 16:10:14 +0100 Adrian Buehlmann localrepo: remove unneeded os.unlink call in wwrite
Fri, 10 Dec 2010 15:14:05 +0100 Adrian Buehlmann opener: always reset flags on 'w'rite
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: silence git output when ui.quiet is set
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: show git command with --debug
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: speed up git push logic
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: use subprocess.Popen without the shell
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: treat git error code 1 as success
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: gitsubrepo should inherit from abstractsubrepo
Fri, 10 Dec 2010 01:30:16 +0100 Mads Kiilerich subrepo: initialize subrepo relative default paths relative to their root stable
Wed, 08 Dec 2010 13:12:12 -0600 Matt Mackall merge with stable
Tue, 07 Dec 2010 20:03:04 +1100 Brodie Rao bookmarks: create undo.bookmarks using repo.opener instead of util.copyfile stable
Tue, 07 Dec 2010 19:47:53 +1100 Brodie Rao archival: don't set gzip filename header when there's no filename stable
Wed, 08 Dec 2010 11:18:26 -0600 Matt Mackall build: don't delete precious version information on 'make clean'
Fri, 03 Dec 2010 11:40:30 +0900 Patrick Mezard patch: write .rej files without rewriting EOLs stable
Tue, 07 Dec 2010 20:03:05 +1100 Brodie Rao record: move copystat() hack out of util.copyfile() and into record
Tue, 07 Dec 2010 16:03:42 +0100 Dan Villiom Podlaski Christiansen util: make atomicfiles closable
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: drop arguments unsupported by old git
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: work around old git's remote naming scheme
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: use environment variable instead of git commit's --date
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: parse git status's human-readable output
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: use subprocess's cwd instead of git's --work-tree
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner test-subrepo-git.t: make gitroot pushable earlier
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner test-subrepo-git.t: silence git output
Mon, 06 Dec 2010 16:59:43 -0600 Matt Mackall bdiff: Fix bogus NULL return
Mon, 06 Dec 2010 16:42:48 -0600 Matt Mackall bdiff: dynamically allocate hunks
Mon, 06 Dec 2010 16:03:00 -0600 Matt Mackall merge with stable
Sun, 28 Nov 2010 17:19:23 -0500 Eric Eisner subrepo: lazily update git's local tracking branches
Sun, 28 Nov 2010 15:21:23 -0500 Eric Eisner subrepo: return both mapping directions from gitbranchmap
Sun, 28 Nov 2010 15:03:48 -0500 Eric Eisner subrepo: strip gitcommand output
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen sshrepo: don't use readline() on the stderr pipe
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen test-demandimport.py: PyPy support
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen demandimport: change default for level from None to -1
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen export: flush the file pointer between patches
Wed, 01 Dec 2010 19:20:16 +0100 Dan Villiom Podlaski Christiansen test-clone-failure.t: fix unification oversight
Sat, 04 Dec 2010 14:44:05 +0100 Christian Ebert keyword: make kwfiles show deleted files configured for expansion
Sat, 04 Dec 2010 14:22:12 +0100 Christian Ebert keyword: colorize hg kwfiles output
Fri, 03 Dec 2010 12:22:56 +0100 Thomas Arendsen Hein coding style: fix yield used as a function
Fri, 03 Dec 2010 12:04:31 +0100 Thomas Arendsen Hein check-code: single check for Python keywords used as a function
Fri, 03 Dec 2010 11:30:45 +0100 Thomas Arendsen Hein coding style: fix gratuitous whitespace after Python keywords
Fri, 03 Dec 2010 11:23:38 +0100 Thomas Arendsen Hein check-code: check for gratuitous whitespace after Python keywords
Thu, 02 Dec 2010 01:28:38 -0200 Wagner Bruna i18n-pt_BR: synchronized with 9696954415db stable
Wed, 01 Dec 2010 18:47:40 -0600 Matt Mackall merge with stable
Wed, 01 Dec 2010 18:46:20 -0600 Matt Mackall Added signature for changeset 6aff4f144ad3 stable
Wed, 01 Dec 2010 18:46:15 -0600 Matt Mackall Added tag 1.7.2 for changeset 6aff4f144ad3 stable
Wed, 01 Dec 2010 10:51:49 +0100 Christian Ebert keyword: copy: when copied source is a symlink, follow it stable 1.7.2
Wed, 01 Dec 2010 21:15:31 +0100 Adrian Buehlmann makedirs: abort if parent == name (issue2531) stable
Fri, 19 Nov 2010 18:07:15 +0900 Shun-ichi GOTO win32mbcs: use extsetup() to wrap functions only once. stable
Tue, 30 Nov 2010 12:45:25 -0200 Wagner Bruna hgwebdir: fix incorrect index generation for invalid paths (issue2023) stable
Fri, 26 Nov 2010 18:45:35 +0100 Adrian Buehlmann serve: fix doc typo stable
Thu, 25 Nov 2010 21:50:41 -0600 Kevin Bullock mq: fix failing qrefresh test stable
Wed, 24 Nov 2010 19:31:43 +0100 Adrian Buehlmann makedate: abort on negative timestamps (issue2513) stable
Wed, 24 Nov 2010 19:31:43 +0100 Adrian Buehlmann parsedate: abort on negative dates (issue2513) stable
Wed, 01 Dec 2010 17:50:49 -0600 Matt Mackall merge with i18n stable
Tue, 23 Nov 2010 13:22:01 -0200 Wagner Bruna i18n-pt_BR: synchronized with f08df4d38442 stable
Wed, 01 Dec 2010 11:04:50 +0100 Martin Geisler merge with stable
Wed, 01 Dec 2010 04:21:47 +0100 Adrian Buehlmann test-clone.t: add basic cases for destination '' stable
Wed, 01 Dec 2010 10:52:31 +0100 Martin Geisler hgrc.5: expand introduction for [web] section stable
Wed, 01 Dec 2010 10:21:40 +0100 Martin Geisler hgrc.5: describe what the [auth] section is for stable
Wed, 01 Dec 2010 11:02:12 +0900 Nicolas Dumazet merge with stable
Wed, 01 Dec 2010 09:46:11 +0900 Nicolas Dumazet runrst: add RSTARGS Makefile variable to allow customization
Tue, 30 Nov 2010 17:48:12 +0900 Nicolas Dumazet util: do not recurse in makedirs if name is '' (issue2528) stable
Mon, 29 Nov 2010 20:13:11 +0100 Patrick Mezard convert/svn: fix changed files list upon directory replacements stable
Mon, 29 Nov 2010 10:13:55 +0100 Martin Geisler encoding: fix typo in variable name
Sun, 28 Nov 2010 18:21:47 -0600 Matt Mackall pushkey: use UTF-8
Wed, 24 Nov 2010 16:10:37 -0600 Matt Mackall wireproto: use proper UTF-8 handling for key lookup
Wed, 24 Nov 2010 16:04:33 -0600 Matt Mackall bookmarks: use UTF-8 storage
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Wed, 24 Nov 2010 15:38:52 -0600 Matt Mackall encoding: add localstr class to track UTF-8 version of transcoded strings
Fri, 26 Nov 2010 20:08:03 -0600 Steve Borho Merge with stable
Fri, 26 Nov 2010 20:05:16 -0600 Steve Borho wix: allow x86 MSI packages to be installed on x64 systems stable
Fri, 26 Nov 2010 18:04:10 -0600 Steve Borho Merge with stable
Fri, 26 Nov 2010 17:40:13 -0600 Steve Borho wix: add support for x64 native MSI packages stable
Fri, 26 Nov 2010 16:18:19 -0600 Steve Borho wix: switch Mercurial Windows installer to use py2exe --bundle 3 stable
Wed, 24 Nov 2010 13:43:40 -0600 Steve Borho Merge with stable
Tue, 23 Nov 2010 13:11:40 +0100 Adrian Buehlmann util.datestr: do not crash on revisions with negative timestamp (issue2513) stable
Tue, 23 Nov 2010 22:53:47 +0100 Adrian Buehlmann checknlink: return False if .hgtmp file preexists (issue2517) stable
Wed, 24 Nov 2010 13:25:12 +0100 Martin Geisler localrepo: move string formatting out of gettext call
Mon, 22 Nov 2010 13:11:46 -0600 Matt Mackall merge with stable
Tue, 16 Nov 2010 13:06:07 -0600 Kevin Bullock mq: ignore subrepos (issue2499) stable
Mon, 22 Nov 2010 17:32:51 +0100 Adrian Buehlmann tests: integrate test-hardlinks-safety.t into test-hardlinks.t
Wed, 17 Nov 2010 21:18:44 -0500 Steve Losh mq: add an '-e/--exact' option to qpush
Mon, 22 Nov 2010 12:43:31 -0600 Matt Mackall dirstate: warn on invalid parents rather than aborting
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Mon, 22 Nov 2010 17:57:11 +0100 Martin Geisler polib: remove unnecessary comparisons with True
Sun, 21 Nov 2010 22:00:51 -0500 Eric Eisner subrepo: lazier git push logic
Mon, 22 Nov 2010 17:39:46 +0100 Martin Geisler merge with stable
Thu, 18 Nov 2010 19:20:21 -0500 Eric Eisner subrepo: archive git subrepos
Sun, 21 Nov 2010 11:52:27 +0100 Adrian Buehlmann check-code: catch Python 'is' comparing number or string literals
Mon, 22 Nov 2010 16:05:31 +0100 Christian Ebert keyword: s/config/configuration/ in help stable
Sun, 21 Nov 2010 13:16:59 +0100 Patrick Mezard Merge with stable
Sun, 21 Nov 2010 05:07:06 -0600 timeless record: quote command in use hg commit message
Sat, 20 Nov 2010 20:41:48 +0200 timeless revert: improve merge advice and favor its error over all
Sat, 20 Nov 2010 09:51:56 +0100 Henrik Stuart rebase: support --detach when null is common ancestor stable
Thu, 18 Nov 2010 19:52:58 -0200 Wagner Bruna templater: fix variable name stable
Wed, 17 Nov 2010 16:54:30 +0100 Adrian Buehlmann test-hardlinks: add testcase for repo copied with 'cp -al'
Thu, 18 Nov 2010 23:15:13 +0100 Patrick Mezard Merge with stable
Thu, 18 Nov 2010 23:05:10 +0100 Patrick Mezard subrepo: handle missing subrepo spec file as removed stable
Wed, 17 Nov 2010 21:30:13 +0100 Patrick Mezard Merge with stable
Wed, 17 Nov 2010 21:25:23 +0100 Patrick Mezard subrepo: prune empty directories when removing svn subrepo stable
Wed, 17 Nov 2010 21:24:36 +0100 Patrick Mezard subrepo: use subprocess directly to avoid python 2.6 bug stable
Wed, 17 Nov 2010 21:00:47 +0100 Patrick Mezard subrepo: fix removing read-only svn files on Windows stable
Wed, 17 Nov 2010 09:37:57 +0100 Martin Geisler check-code: catch 'ls filename --option' case as per 6bdae8ea0b48
Tue, 02 Nov 2010 17:44:19 +0100 Erik Zielke minirst: improved support for option lists.
Tue, 16 Nov 2010 13:29:35 +0100 Dan Villiom Podlaski Christiansen test-subrepo-git.t: portability fix.
Tue, 16 Nov 2010 13:29:08 +0100 Erik Zielke minirst: modified minirst to also recognize empty comments.
Wed, 17 Nov 2010 09:17:55 +0100 Martin Geisler merge with stable
Tue, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen posix: remove is-comparison between integers stable
Tue, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen httprepo: remove is-comparison with string literal stable
Wed, 17 Nov 2010 09:06:38 +0100 Martin Geisler mq: fix comment to reflect change in efbee27415ab
Tue, 16 Nov 2010 13:06:04 -0600 Kevin Bullock mq: clean up unused variable in qrefresh
Tue, 16 Nov 2010 11:10:50 +0100 Martin Geisler minirst: better interaction between comments and margins
Tue, 16 Nov 2010 10:33:19 +0900 Nicolas Dumazet run-tests: fix --debug for .t tests
Mon, 15 Nov 2010 17:05:54 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 17:04:55 -0600 Matt Mackall commit: search both parents for missing copy revision (issue2484) stable
Mon, 15 Nov 2010 17:00:43 -0600 Matt Mackall context: walk both parents for workingctx.ancestors() stable
Thu, 11 Nov 2010 15:51:20 +0100 Adrian Buehlmann discovery: list new remote heads in prepush() on --debug
Thu, 11 Nov 2010 15:42:27 +0100 Adrian Buehlmann discovery: remove erroneous comment in prepush()
Sun, 14 Nov 2010 18:31:40 -0500 Eric Eisner subrepo: removing (and restoring) git subrepo state
Sun, 14 Nov 2010 18:31:29 -0500 Eric Eisner subrepo: update and merge works with any git branch
Sun, 14 Nov 2010 18:22:33 -0500 Eric Eisner subrepo: allow git subrepos to push and merge
Sun, 14 Nov 2010 18:20:13 -0500 Eric Eisner subrepo: cloning and updating of git subrepos
Sun, 14 Nov 2010 18:15:26 -0500 Eric Eisner subrepo: support for adding a git subrepo
Mon, 15 Nov 2010 10:57:49 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 10:57:40 -0600 Matt Mackall merge with i18n
Mon, 15 Nov 2010 10:55:54 -0600 Matt Mackall Added signature for changeset 4438875ec01b stable
Mon, 15 Nov 2010 10:55:48 -0600 Matt Mackall Added tag 1.7.1 for changeset 4438875ec01b stable
Mon, 15 Nov 2010 10:55:36 -0600 Matt Mackall merge with stable stable 1.7.1
Sun, 14 Nov 2010 23:32:04 -0200 Wagner Bruna merge with i18n stable
Sun, 14 Nov 2010 23:28:44 -0200 Wagner Bruna i18n-pt_BR: synchronized with 27e4146d9241 stable
Sun, 14 Nov 2010 23:31:50 -0200 Wagner Bruna merge with i18n
Fri, 05 Nov 2010 16:10:38 +0100 Martin Geisler i18n-da: translate small error messages
Mon, 01 Nov 2010 11:05:14 +0100 Martin Geisler i18n-da: synchronize with 15ca4bfecfe3
Sat, 13 Nov 2010 15:57:40 +0100 Martin Geisler merge with stable
Sat, 13 Nov 2010 15:57:12 +0100 Martin Geisler eol: mention the hook in the module docstring stable
Sat, 13 Nov 2010 15:46:51 +0100 Martin Geisler eol: fix win32text encode/decode filter names
Sat, 13 Nov 2010 15:20:37 +0100 Martin Geisler test-win32text: use $TESTTMP in output
Sat, 13 Nov 2010 15:16:50 +0100 Martin Geisler test-win32text: use (esc) lines instead of Python script
Sat, 13 Nov 2010 15:12:09 +0100 Martin Geisler merge with stable
Wed, 10 Nov 2010 20:26:56 +0000 Colin Caughie eol: added filter aliases for backwards compatibility with win32text
Sat, 13 Nov 2010 15:02:02 +0100 Colin Caughie eol: exclude .hgtags file from eol translation (issue2493) stable
Sat, 13 Nov 2010 11:58:51 +0900 Nicolas Dumazet merge with stable
Thu, 11 Nov 2010 02:10:37 +0900 Nicolas Dumazet log: fix log -rREV FILE when REV isnt the last filerev (issue2492) stable
Thu, 11 Nov 2010 02:05:02 +0900 Nicolas Dumazet cmdutil: move range check outside of filerevgen stable
Fri, 12 Nov 2010 01:22:46 -0600 Matt Mackall merge with stable
Fri, 12 Nov 2010 01:21:45 -0600 Matt Mackall pushkey: force HTTP POST on push and add tests (issue2489) stable
Thu, 11 Nov 2010 07:23:38 +0100 Martin Geisler merge with stable
Wed, 10 Nov 2010 17:28:24 +0100 Adrian Buehlmann tests: add test-hardlinks.t stable
Thu, 11 Nov 2010 01:12:51 +0900 Yuya Nishihara win32: remove try-catch block of GetModuleFileNameEx (issue2480) stable
Tue, 09 Nov 2010 20:25:56 +0000 Richard Hopkins gpg, commands: fixed util.abort to util.Abort typos stable
Thu, 11 Nov 2010 00:08:09 +0100 Martin Geisler check-code: using and/or/not as a function is bad style
Wed, 10 Nov 2010 15:44:19 +0100 Martin Geisler merge with stable
Sun, 07 Nov 2010 20:18:57 +0100 Klaus Koch bundlerepository: get rid of temporary bundle files (issue2478) stable
Wed, 10 Nov 2010 15:38:00 +0100 Martin Geisler bundlerepository: test self.tempfile field, not tempfile module stable
Wed, 10 Nov 2010 13:48:23 +0100 Dan Villiom Podlaski Christiansen test-mq-qnew: handle Mac OS X error strings. stable
Wed, 10 Nov 2010 04:53:11 -0600 timeless help: urls help should include see also for paths stable
Wed, 10 Nov 2010 14:46:13 +0100 Martin Geisler minirst: link to HelpStyleGuide in docstring
Tue, 09 Nov 2010 13:43:35 +0900 Nicolas Dumazet util: clarify purpose of MBTextWrapper class
Mon, 08 Nov 2010 17:29:23 -0600 Matt Mackall merge with stable
Mon, 08 Nov 2010 10:56:47 +0100 Erik Zielke run-test: fixed wrong parenthesis stable
Mon, 08 Nov 2010 17:16:29 -0600 Matt Mackall merge with crew
Mon, 08 Nov 2010 17:16:17 -0600 Matt Mackall merge with crew stable
Tue, 09 Nov 2010 01:33:48 +0900 Nicolas Dumazet merge with stable
Mon, 08 Nov 2010 22:45:56 +0900 Nicolas Dumazet graphmod: safer code when a changeset has two identical parents stable
Sun, 07 Nov 2010 18:23:48 +0900 Nicolas Dumazet revlog: fix descendants() if nullrev is in revs stable
Sun, 07 Nov 2010 18:16:07 +0900 Nicolas Dumazet revlog: if start is nullrev, end is always a descendant stable
Sun, 07 Nov 2010 22:03:28 +0900 Nicolas Dumazet mq: use sets instead of lists for speed
Sun, 07 Nov 2010 18:59:27 +0900 Nicolas Dumazet context: add __repr__ methods to workingfilectx and workingctx
Sun, 07 Nov 2010 19:42:42 -0600 Matt Mackall merge with crew
Mon, 08 Nov 2010 01:55:32 +0100 Mads Kiilerich test-import: workaround for missing newline is no longer needed
Mon, 08 Nov 2010 01:44:46 +0100 Mads Kiilerich merge with stable
Mon, 08 Nov 2010 01:41:42 +0100 Mads Kiilerich tests: use (esc) instead of other kinds of string escaping stable
Mon, 08 Nov 2010 01:41:41 +0100 Mads Kiilerich tests: use (esc) for all non-ASCII test output stable
Mon, 08 Nov 2010 01:35:41 +0100 Mads Kiilerich tests: use (esc) markup for string-escape stable
Mon, 08 Nov 2010 01:35:40 +0100 Mads Kiilerich tests: (no-eol) markup for command output without trailing LF stable
Sun, 07 Nov 2010 16:01:57 -0600 Matt Mackall merge with stable
Sun, 07 Nov 2010 18:21:29 +0100 Adrian Buehlmann opener: check hardlink count reporting (issue1866) stable
Thu, 04 Nov 2010 09:04:37 +0100 Adrian Buehlmann util: refactor opener stable
Sun, 07 Nov 2010 18:15:17 +0100 Patrick Mezard revset: remove unnecessary debug statement
Sun, 07 Nov 2010 18:14:42 +0100 Patrick Mezard revset: fix p1, p2 and parents in dirstate case (a5f7f1e9340e)
Sat, 06 Nov 2010 00:31:44 +0100 Mads Kiilerich tests: handle .t files without trailing LF stable
Fri, 05 Nov 2010 15:38:23 -0500 Matt Mackall merge with stable
Fri, 05 Nov 2010 15:54:32 -0400 Steve Losh alias: fall back to normal error handling for ambigious commands (fixes issue2475) stable
Fri, 05 Nov 2010 15:35:39 +0100 Martin Geisler merge with stable
Fri, 05 Nov 2010 15:13:22 +0100 Ronny Pfannschmidt subrepo: test & fix svn subrepo removal stable
Thu, 04 Nov 2010 17:09:00 -0500 Kevin Bullock revsets: let parents() return parents of working dir
Thu, 04 Nov 2010 16:59:03 -0500 Kevin Bullock revsets: let p1() and p2() return parents of working dir
Thu, 04 Nov 2010 09:04:37 +0100 Adrian Buehlmann util: refactor opener
Thu, 04 Nov 2010 22:56:38 +0000 Christian Ebert keyword: turn regexes and escaped keywords into a propertycache
Thu, 04 Nov 2010 16:21:28 -0500 Matt Mackall commands: add revset support to most commands
Thu, 04 Nov 2010 18:19:10 +0100 Martin Geisler convert: better ReST markup in docstring
Thu, 04 Nov 2010 18:11:10 +0100 Martin Geisler convert: split docstring lists for easier translation
Thu, 04 Nov 2010 14:14:47 +0100 Erik Zielke convert: use field list instead of option list in help
Thu, 04 Nov 2010 17:52:40 +0100 Martin Geisler doc/Makefile: docs now also depend on extensions
Wed, 03 Nov 2010 14:37:41 +0100 Christian Ebert keyword: function to look up changectx for expansion
Tue, 02 Nov 2010 11:25:52 +0100 Ronny Pfannschmidt localrepo: make heads use the keyword args of the sorted builtin
Thu, 04 Nov 2010 11:33:57 -0500 Steve Borho import: add another line feed to message join string
Wed, 03 Nov 2010 22:34:16 +0100 Patrick Mezard tests: unify test-no-symlinks
Wed, 03 Nov 2010 21:11:07 +0100 Patrick Mezard patch: remove unused applydiff() sourcefile argument
Wed, 03 Nov 2010 21:11:05 +0100 Patrick Mezard patch: remove unused gitworkdone variable from iterhunks()
Wed, 03 Nov 2010 21:10:59 +0100 Patrick Mezard test-import: use printf instead of echo
Thu, 21 Oct 2010 16:04:34 -0500 Steve Borho import: --no-commit should update .hg/last-message.txt
Tue, 02 Nov 2010 09:47:47 +0100 Thomas Arendsen Hein merge with stable after 1.7 release
Mon, 01 Nov 2010 17:40:17 -0500 Matt Mackall Added signature for changeset 333421b9e0f9 stable
Mon, 01 Nov 2010 17:40:14 -0500 Matt Mackall Added tag 1.7 for changeset 333421b9e0f9 stable
Mon, 01 Nov 2010 14:45:27 -0500 Matt Mackall merge with i18n stable 1.7
Mon, 01 Nov 2010 16:04:15 -0200 Wagner Bruna i18n-pt_BR: synchronized with b19b4c1df066 stable
Mon, 01 Nov 2010 14:18:42 -0500 Matt Mackall dirstate: skip optimization on case-folding FS (issue2440) stable
Mon, 01 Nov 2010 01:56:12 +0100 Mads Kiilerich url: fix https client authentication through proxy stable
Mon, 01 Nov 2010 12:45:45 -0500 Matt Mackall merge with i18n stable
Mon, 01 Nov 2010 13:42:40 +0100 Jens Bäckman i18n-sv: synchronize with 13fb555677fe stable
Sun, 31 Oct 2010 22:29:21 +0100 Chia-Huan Wu i18n-zh_TW: synchronize with 15ca4bfecfe3 stable
Mon, 01 Nov 2010 01:31:09 +0900 Yuya Nishihara i18n-ja: strip extra spaces next to punctuation mark at line ending stable
Sat, 30 Oct 2010 12:51:15 -0200 Wagner Bruna i18n-pt_BR: synchronized with 15ca4bfecfe3 stable
Sat, 30 Oct 2010 12:13:52 -0500 Matt Mackall commit: handle missing newline on last commit comment stable
Mon, 01 Nov 2010 17:26:08 +0100 Patrick Mezard localrepo: do not modify ctx.remove() list in-place stable
Mon, 01 Nov 2010 16:22:41 +0100 Martin Geisler test-rename: test with absolute paths stable
Mon, 01 Nov 2010 16:19:06 +0100 Martin Geisler test-rename: fix \" -> " in comments stable
Sat, 30 Oct 2010 16:58:15 -0500 Steve Borho rebase: improve resolve failure message stable
Mon, 01 Nov 2010 10:24:07 +0100 Martin Geisler run-tests: use regex when searching for $HGPORT in test output stable
Sat, 30 Oct 2010 11:32:04 -0500 Matt Mackall demandimport: back out 50a4e55aa278 (issue2467) stable
Sat, 30 Oct 2010 02:47:35 -0500 Matt Mackall debugindex: add --format flag to allow debugging parentdelta stable
Fri, 29 Oct 2010 00:57:34 -0500 Kevin Bullock pager: make example of setting pager less silly stable
Sat, 30 Oct 2010 02:47:34 -0500 Mike Sperber convert: Work around p4 instability (issue2465) stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: choose best delta for parentdelta (issue2466) stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: precalculate p1 and p2 revisions stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: extract delta building to a subfunction stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: simplify cachedelta handling stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: fix buildtext local scope stable
Sat, 30 Oct 2010 02:47:24 -0500 Matt Mackall merge with i18n stable
Fri, 29 Oct 2010 00:19:39 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 6f6f6a9c2a41 stable
Thu, 28 Oct 2010 09:52:05 -0200 Wagner Bruna i18n-pt_BR: synchronized with db2ff771204d stable
Thu, 28 Oct 2010 10:02:28 +0200 Martin Geisler i18n-da: translate help for bookmarks extension stable
Thu, 28 Oct 2010 09:48:01 +0200 Martin Geisler i18n, bookmarks: add comments for translators stable
Thu, 28 Oct 2010 09:43:56 +0200 Martin Geisler i18n-da: synchronize with e1855dee28c1 stable
Fri, 29 Oct 2010 14:06:06 +0200 Martin Geisler qnew: distinguish between existing file and directory (issue2464) stable
Fri, 29 Oct 2010 15:25:21 +0200 Martin Geisler qnew: give better feedback when doing 'hg qnew foo/' (issue2464) stable
Fri, 29 Oct 2010 12:50:08 +0200 Martin Geisler opener: do not create "foo" directory when writing to "foo/" stable
Fri, 29 Oct 2010 14:47:45 +0200 Martin Geisler pager: backout 05077896ffe2 (issue2441) stable
Thu, 28 Oct 2010 22:04:33 +0200 Patrick Mezard mq: qrename should not touch the dirstate if src is untracked (issue2460) stable
Thu, 28 Oct 2010 21:25:53 +0200 Patrick Mezard patch: fix copies when patching over uncommitted changed (issue2459) stable
Wed, 27 Oct 2010 16:54:46 -0500 Matt Mackall merge with i18n stable
Tue, 26 Oct 2010 21:31:35 -0200 Wagner Bruna i18n-pt_BR: synchronized with 830be2c57626 stable
Tue, 26 Oct 2010 19:12:45 -0200 Wagner Bruna i18n-pt_BR: msgmerge with 830be2c57626 stable
Tue, 26 Oct 2010 18:47:45 -0200 Wagner Bruna merge with i18n stable
Tue, 26 Oct 2010 10:54:32 +0200 Martin Geisler i18n-da: remove extra newline in translation stable
Tue, 26 Oct 2010 00:21:57 +0200 Martin Geisler i18n-da: synchronize with 6137c5bba4d0 stable
Wed, 27 Oct 2010 15:35:23 -0500 Matt Mackall minirst: use colwidth to match title lengths (issue2455) stable
Wed, 27 Oct 2010 15:35:21 -0500 Matt Mackall encoding: default ambiguous character to narrow stable
Tue, 26 Oct 2010 12:18:39 +0200 Dan Villiom Podlaski Christiansen *: kill all unnecessary shebangs. stable
Tue, 26 Oct 2010 12:18:37 +0200 Dan Villiom Podlaski Christiansen *: add executable bit to a few files that were missing it. stable
Wed, 20 Oct 2010 15:32:35 +0200 Gilles Moris log: do case insensitive search for --user option stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless url: show realm/user when asking for username/password stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless rebase: abort message should appear even with --quiet stable
Wed, 27 Oct 2010 12:13:49 -0200 Wagner Bruna help: correct tip about deleting a subrepository stable
Wed, 27 Oct 2010 12:12:51 -0200 Wagner Bruna revset: fix missing dot in docstring stable
Wed, 27 Oct 2010 12:03:08 -0200 Wagner Bruna help: fix typo in merge-tools topic stable
Wed, 27 Oct 2010 12:05:37 +0200 Martin Geisler README: add small introduction stable
Wed, 27 Oct 2010 12:04:58 +0200 Martin Geisler README: remove trailing blank line stable
Tue, 26 Oct 2010 23:51:01 -0200 Wagner Bruna i18n: translate revset predicate docstrings stable
Tue, 26 Oct 2010 23:07:14 -0200 Wagner Bruna i18n: extract docstrings from revset module stable
Wed, 27 Oct 2010 03:21:36 +0200 Mads Kiilerich test-win32text.t: stabilize test output stable
Wed, 27 Oct 2010 00:28:40 +0200 Mads Kiilerich subrepo: propagate non-default pull/push path to relative subrepos (issue1852) stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless bookmarks: improve English for diffbookmarks stable
Tue, 26 Oct 2010 18:01:35 +0200 Martin Geisler mq: expand 'repo' -> 'repository' in error message stable
Tue, 26 Oct 2010 17:59:21 +0200 Martin Geisler mq: mark strings that should not be translated stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless qrestore: trying to improve the English stable
Wed, 20 Oct 2010 17:38:21 -0500 Kevin Bullock pull: silence spurious 'requesting all changes' message stable
Tue, 26 Oct 2010 02:38:14 +0530 Pradeepkumar Gayam templates: fix inconsistency in 'help' link stable
Mon, 25 Oct 2010 01:11:52 +0900 Yuya Nishihara test-patchbomb: add test for progress support (1ed2dc9d4368) stable
Sun, 24 Oct 2010 15:11:41 +0100 Christian Ebert keyword: fix regressions introduced in d87f3ff904ba stable
Mon, 25 Oct 2010 23:55:43 +0200 Martin Geisler tests: test/silence win32text deprecation warning stable
Mon, 25 Oct 2010 23:46:26 +0200 Martin Geisler lsprof: remove #!-line from non-executable script stable
Sat, 23 Oct 2010 20:10:18 +0200 Martin Geisler doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST stable
Sat, 23 Oct 2010 20:02:46 +0200 Martin Geisler doc/Makefile: cleanup clean target stable
Sat, 23 Oct 2010 18:33:57 +0200 Martin Geisler patchbomb: fix stray backslash in docstring stable
Mon, 25 Oct 2010 14:34:49 -0500 Steve Borho help: improve wording of internal:merge and internal:fail stable
Mon, 25 Oct 2010 11:29:32 -0500 Steve Borho win32text: give deprecation warning stable
Mon, 25 Oct 2010 13:07:27 -0500 Matt Mackall merge with i18n stable
Sat, 23 Oct 2010 16:27:27 +0200 Martin Geisler i18n-da: synchronize with b814f67d41c0 stable
Sat, 23 Oct 2010 16:24:07 +0200 Martin Geisler i18n: merge with main stable
Sat, 23 Oct 2010 15:04:05 +0200 Martin Geisler i18n-da: synchronized with 3d6ba8c2b1b8 stable
Thu, 21 Oct 2010 16:57:17 +0200 Jens Bäckman synchronized with 3d6ba8c2b1b8 stable
Mon, 25 Oct 2010 13:06:37 -0500 Matt Mackall traceback: point to BugTracker on the wiki stable
Mon, 25 Oct 2010 10:07:54 -0500 Steve Borho wix: add subrepos help text stable
Sun, 24 Oct 2010 16:02:10 -0500 Matt Mackall version: replace email address with url to reduce private mail stable
Sun, 24 Oct 2010 19:28:44 +0200 Patrick Mezard Add subrepos help topic stable
Sun, 24 Oct 2010 18:39:02 +0200 Patrick Mezard hgrc: document [subpaths] section stable
Sun, 24 Oct 2010 18:37:59 +0200 Patrick Mezard merge-tools.txt: 6 comes after 5 stable
Sun, 24 Oct 2010 12:56:38 +0200 Patrick Mezard Test applying context diffs stable
Sun, 24 Oct 2010 12:55:29 +0200 Patrick Mezard merge-tools.txt: fix typos, simplify, renumber from 1. stable
Sun, 24 Oct 2010 12:52:37 +0200 Patrick Mezard hggettext: handle i18nfunctions declaration for docstrings translations stable
Sat, 23 Oct 2010 19:22:42 +0200 Patrick Mezard Fix and unify transplant and bookmarks revsets doc registration stable
Sat, 23 Oct 2010 19:21:51 +0200 Patrick Mezard revsets: generate predicate help dynamically stable
Sat, 23 Oct 2010 19:21:49 +0200 Patrick Mezard help: add topic rewriting hooks stable
Sat, 23 Oct 2010 17:30:08 +0200 Martin Geisler minirst: ignore comments stable
Sat, 23 Oct 2010 17:45:49 +0200 Martin Geisler help: add "revset" alias for "revsets" help topic stable
Sat, 23 Oct 2010 16:54:45 +0200 Martin Geisler Makefile: var for documentation files stable
Sat, 23 Oct 2010 16:53:25 +0200 Martin Geisler Makefile: remove underscore in var name stable
Sat, 23 Oct 2010 14:59:19 +0200 Martin Geisler revset: add translator comments to i18n strings stable
Sat, 23 Oct 2010 00:18:10 +0200 Martin Geisler gendoc: do not strip 'hg ' from synopsis stable
Sat, 23 Oct 2010 00:11:39 +0200 Martin Geisler gendoc: support multi-line synopses stable
Sat, 23 Oct 2010 00:01:09 +0200 Martin Geisler gendoc: re-add indentation to global option table stable
Fri, 22 Oct 2010 22:58:17 +0200 Patrick Mezard test-transplant: test transplanted() revset stable
Fri, 22 Oct 2010 11:58:43 -0500 Steve Borho backout: add --tool argument for specifying merge tool stable
Fri, 22 Oct 2010 17:08:15 +0200 Mads Kiilerich help: improve merge-tools topic, describe --tool and clarify details stable
Fri, 22 Oct 2010 17:05:51 +0200 Mads Kiilerich help: use Windows cmd compatible quoting in revset help stable
Fri, 22 Oct 2010 16:34:38 +0200 Martin Geisler color: give hint to translators about untranslated keywords stable
Thu, 21 Oct 2010 11:45:02 -0200 Wagner Bruna i18n: extract comments marked for translator hints stable
Thu, 21 Oct 2010 09:58:22 -0700 L. David Baron setup/hg: handle hg being a symlink when appending relative libdir to sys.path stable
Thu, 21 Oct 2010 21:34:30 +0200 Martin Geisler merge-tools: fixed typos stable
Thu, 21 Oct 2010 21:26:32 +0200 Martin Geisler commands: mark tip:0 as literal text stable
Thu, 21 Oct 2010 17:02:08 +0200 Georg Brandl eol: add missing word in module docstring stable
Thu, 21 Oct 2010 10:13:03 -0500 Steve Borho demandimport: backout fe31f834a9ff stable
Thu, 21 Oct 2010 11:23:26 +0200 Martin Geisler dispatch: backout 0c605364373c stable
Thu, 21 Oct 2010 10:54:37 +0200 Martin Geisler subrepo: svnsubrepo._wcrev should return str after 3d6ba8c2b1b8 stable
Thu, 21 Oct 2010 03:28:51 -0500 Matt Mackall subrepo: fix status check on SVN subrepos (issue2445) stable
Thu, 21 Oct 2010 03:18:52 +0200 Mads Kiilerich hgweb: let HTTPS serve use more compatible and less secure encryption stable
Wed, 20 Oct 2010 18:15:47 +0530 Azhagu Selvan SP mercurial.el: fix hg-outgoing path when 'default-push' is not defined stable
Wed, 20 Oct 2010 17:06:42 -0500 Matt Mackall merge default into stable for 1.7 freeze stable
Wed, 20 Oct 2010 23:48:33 +0200 Benoit Boissinot merge with stable
Wed, 20 Oct 2010 23:39:48 +0200 Benoit Boissinot patchbomb: hide passwords potentially embedded in urls stable
Wed, 20 Oct 2010 16:45:08 -0500 Steve Borho wix: add vim syntax file for Mercurial unit tests
Wed, 20 Oct 2010 16:41:17 -0500 Steve Borho wix: add new help page templates
Wed, 20 Oct 2010 16:27:24 -0500 Steve Borho wix: add new merge-tools.txt help text
Wed, 20 Oct 2010 15:36:42 -0500 Steve Borho Merge with mpm
Tue, 19 Oct 2010 22:33:52 -0500 Steve Borho merge: implement --tool arguments using new ui.forcemerge configurable
Wed, 20 Oct 2010 15:09:38 -0500 Matt Mackall tests: fix up changed output
Fri, 15 Oct 2010 03:30:38 -0300 Wagner Bruna revset: disable subset optimization for parents() and children() (issue2437)
Wed, 20 Oct 2010 14:57:36 -0500 Matt Mackall check-code: warning and fixes for whitespace in unified tests
Wed, 20 Oct 2010 20:19:34 +0200 Mads Kiilerich hgweb: use Pythons ssl module for HTTPS serve when using Python 2.6 or later
Wed, 20 Oct 2010 20:19:32 +0200 Mads Kiilerich hgweb: refactor all pyOpenSSL references into one class
Wed, 20 Oct 2010 17:47:46 +0200 Erik Zielke gendoc: added styling for extension TOC
Wed, 20 Oct 2010 17:45:09 +0200 Erik Zielke gendoc: automatically create help for default extensions.
Tue, 19 Oct 2010 13:50:03 +0200 Erik Zielke gendoc: dedent documentation from docstrings
Tue, 19 Oct 2010 13:43:40 +0200 Erik Zielke extensions.load: return module
Tue, 19 Oct 2010 13:39:34 +0200 Erik Zielke help: different section separators
Wed, 20 Oct 2010 18:08:37 +0200 Martin Geisler gendoc: add subsection for each command
Wed, 20 Oct 2010 18:07:50 +0200 Martin Geisler gendoc: move section commands to module scope
Wed, 20 Oct 2010 12:29:55 -0200 Wagner Bruna mq: mark string for i18n
Wed, 20 Oct 2010 12:29:41 -0200 Wagner Bruna cmdutil: mark string for i18n
Thu, 14 Oct 2010 10:56:39 +0300 timeless test-ssh: handle very slow ssh transfer rate
Tue, 19 Oct 2010 12:40:09 -0500 Kevin Bullock bookmarks: add paragraph on pushing and pulling to help
Wed, 20 Oct 2010 16:54:34 +0200 Erik Zielke help: help topic for merge tools
Wed, 20 Oct 2010 10:13:04 +0200 Martin Geisler check-code: find trailing whitespace
Wed, 20 Oct 2010 10:07:38 +0200 timeless convert: kill trailing whitespace
Wed, 20 Oct 2010 10:02:54 +0200 timeless convert: fix typo in comment
Mon, 18 Oct 2010 18:31:38 -0200 Wagner Bruna strip: support revision sets
Sat, 16 Oct 2010 18:09:47 -0500 Augie Fackler interhg: use uisetup() instead of module-load side effects
Mon, 18 Oct 2010 23:20:14 -0500 Steve Borho merge: when --tool is specified, disable HGMERGE by setting to empty string
Mon, 18 Oct 2010 14:10:36 +0900 Nicolas Dumazet ui: only fix config if the relevant section has changed
Tue, 19 Oct 2010 23:15:31 +0900 Nicolas Dumazet test-tags: use printf instead of echo '...\n'
Sun, 17 Oct 2010 22:24:26 +0200 Benoit Boissinot discovery: findincoming() is no longer used
Sun, 17 Oct 2010 19:25:35 +0200 Benoit Boissinot discovery: use set instead of dict
Sun, 17 Oct 2010 16:16:12 +0200 Benoit Boissinot discovery: remove unused "base" argument from find.*incoming()
Sat, 09 Oct 2010 17:16:39 -0500 Benoit Boissinot discovery: do not use the implicit updating of the "base" arg
Tue, 19 Oct 2010 20:20:10 +0900 Nicolas Dumazet tags: do not fail if tags.cache is corrupted (issue2444)
Sun, 10 Oct 2010 09:50:25 -0500 Dan Villiom Podlaski Christiansen merge: make 'diverging renames' diagnostic a more helpful note.
Mon, 18 Oct 2010 14:37:52 +0200 Erik Zielke gendoc: refactor get_cmd
Mon, 18 Oct 2010 14:37:50 +0200 Erik Zielke mq: switched to `` around * * *
Sun, 17 Oct 2010 00:45:34 +0200 Adrian Buehlmann Revert: capitalization doc fix
Tue, 19 Oct 2010 03:56:20 +0200 Mads Kiilerich subrepo: abort instead of pushing/pulling to the repo itself
Tue, 19 Oct 2010 03:55:28 +0200 Mads Kiilerich subrepo: rename relpath to subrelpath and introduce reporelpath
Tue, 19 Oct 2010 03:55:06 +0200 Mads Kiilerich mdiff: carriage return (\r) is also ignorable whitespace
Fri, 15 Oct 2010 23:00:45 -0500 Steve Borho merge: add --tool argument to merge and resolve
Sun, 17 Oct 2010 14:00:01 +0300 timeless patchbomb: move command option help from the extension (patchbomb) to the command (email)
Sun, 17 Oct 2010 13:24:37 -0400 Steve Losh alias: fail gracefully when invalid global options are given (issue2442)
Thu, 07 Oct 2010 13:44:17 -0700 Paul Molodowitch bookmarks: better fix for issue2016 (lookup infinite recursion)
Mon, 02 Aug 2010 07:15:47 +0300 timeless merge/progress: marking strings for localization
Mon, 02 Aug 2010 07:15:47 +0300 timeless verify/progress: using gerund to indicate action and adding units
Tue, 20 Jul 2010 20:53:48 +0200 timeless progress: dropping superfluous space from units
Sat, 16 Oct 2010 18:09:01 +0200 Adrian Buehlmann check-code: add 'no tab indent' check for unified tests
Sun, 17 Oct 2010 04:14:06 +0200 Mads Kiilerich url: validity (notBefore/notAfter) is checked by OpenSSL (issue2407)
Sun, 17 Oct 2010 04:13:50 +0200 Mads Kiilerich test-https: test web.cacerts functionality
Sun, 17 Oct 2010 04:13:35 +0200 Mads Kiilerich serve: fix https mode and add test
Sat, 16 Oct 2010 17:29:04 -0500 Augie Fackler hgweb: don't send a body or illegal headers during 304 response
Sat, 16 Oct 2010 22:40:46 +0200 Benoit Boissinot merge with stable
Tue, 12 Oct 2010 11:02:45 -0500 Augie Fackler test-url: skip test when ssl module is unavailable stable
Sat, 16 Oct 2010 18:50:53 +0200 Benoit Boissinot revset: use 'requires' instead of 'wants' in error message
Fri, 15 Oct 2010 05:21:51 +0200 Nicolas Dumazet outgoing: unify common graphlog.outgoing and hg.outgoing code
Thu, 14 Oct 2010 22:41:43 +0200 Nicolas Dumazet bundlerepo: unify common code into a new getremotechanges
Tue, 12 Oct 2010 23:33:43 -0500 Augie Fackler revset id(): fix error text to say "id wants..." instead of "rev wants..."
Thu, 14 Oct 2010 22:53:17 +0200 Christian Ebert keyword: only use expensive fctx.cmp when needed
Thu, 14 Oct 2010 22:47:50 +0200 Christian Ebert context: narrow down filter special case in filectx.cmp()
Thu, 14 Oct 2010 21:36:00 +0200 Nicolas Dumazet incoming: unify code for incoming and graphlog.incoming
Thu, 14 Oct 2010 21:37:00 +0200 Nicolas Dumazet incoming: rename variable
Thu, 14 Oct 2010 01:28:29 +0200 Mads Kiilerich import: only the first hg patch marker should be processed (issue2417)
Fri, 10 Sep 2010 10:28:18 +0200 Gilles Moris backout: provide linear backout as a default (without --merge option)
Mon, 11 Oct 2010 10:07:42 -0500 Augie Fackler update: use revsingle to enable use of revsets as update targets (issue1993)
Tue, 12 Oct 2010 11:02:45 -0500 Augie Fackler test-url: skip test when ssl module is unavailable
Tue, 12 Oct 2010 11:02:05 -0500 Augie Fackler test-url: remove trailing whitespace
Tue, 12 Oct 2010 12:49:23 +0100 Christian Ebert keyword: code cleanup
Sat, 02 Oct 2010 22:59:29 +0900 Yuya Nishihara tests: asciify output of test-encoding-align.t
Sat, 02 Oct 2010 22:57:25 +0900 Yuya Nishihara tests: accept \-escaped test output
Tue, 12 Oct 2010 16:26:03 -0500 Matt Mackall merge with crew
Tue, 12 Oct 2010 08:30:15 -0500 Benoit Boissinot parentdelta: compress.py extension is no longer necessary
Tue, 12 Oct 2010 16:25:38 -0500 Matt Mackall merge with stable
Fri, 01 Oct 2010 10:15:04 -0500 Brodie Rao convert/darcs: support changelogs with bytes 0x7F-0xFF (issue2411) stable
Mon, 11 Oct 2010 09:44:19 -0500 Augie Fackler revset: add id() and rev() to allow explicitly referring to changes by hash or rev
Sun, 10 Oct 2010 12:41:36 -0500 Augie Fackler revset: rename tagged() to tag() and allow it to take an optional tag name
Sun, 10 Oct 2010 12:40:25 -0500 Augie Fackler bookmarks: add revset for referencing bookmarks
Sun, 10 Oct 2010 12:03:28 -0500 Augie Fackler hgweb help: fix double help links
Mon, 11 Oct 2010 11:17:48 +0200 Adrian Buehlmann tests: add testcase for --config format.dotencode=false
Mon, 11 Oct 2010 14:39:13 -0500 Matt Mackall fetch: fix and document exit codes (issue2356)
Sun, 10 Oct 2010 23:32:09 +0200 Adrian Buehlmann doc: add [format] dotencode description
Tue, 27 Jul 2010 23:07:30 +0900 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp
Sun, 10 Oct 2010 18:58:45 +0200 Nicolas Dumazet localrepo: use propertycaches to access encode/decode filters
Sun, 10 Oct 2010 19:10:16 +0200 Nicolas Dumazet localrepo: load filter patterns outside of _filter
Sun, 10 Oct 2010 19:07:58 +0200 Nicolas Dumazet localrepo: have _loadfilter return the loaded filter patterns
Mon, 11 Oct 2010 13:26:29 -0500 Benoit Boissinot merge with mpm
Mon, 11 Oct 2010 12:47:11 -0500 Benoit Boissinot wireproto/http: drain the incoming bundle in case of errors
Mon, 11 Oct 2010 12:45:36 -0500 Benoit Boissinot wireproto: introduce pusherr() to deal with "unsynced changes" error
Mon, 11 Oct 2010 12:44:33 -0500 Benoit Boissinot wireproto: redirect the output earlier
Mon, 11 Oct 2010 12:44:11 -0500 Benoit Boissinot wireproto: return in finally was messing with the return inside the block
Mon, 11 Oct 2010 13:51:10 +0200 Dirkjan Ochtman tests: use a glob for all of the host, might not be localhost
Mon, 11 Oct 2010 13:49:53 +0200 Dirkjan Ochtman commands: add move alias for the rename command
Sun, 10 Oct 2010 18:02:52 -0500 Matt Mackall util: make wrap() require a width argument
Sat, 09 Oct 2010 16:55:33 -0500 Brodie Rao showconfig: don't accept multiple sections and one config item
Sun, 10 Oct 2010 17:35:28 -0500 Matt Mackall hgweb: another fix for the help termwidth bug
Sun, 10 Oct 2010 12:21:49 -0500 Brodie Rao pager: don't run pager if nothing is written to stdout/stderr
Sun, 10 Oct 2010 12:21:48 -0500 Brodie Rao pager: add global --pager=<auto/boolean> option
Sun, 10 Oct 2010 12:21:36 -0500 Brodie Rao color: add global option in extsetup() instead of globally
Sun, 10 Oct 2010 11:05:06 -0500 Matt Mackall hgweb: more ui fiddling
Sun, 10 Oct 2010 10:42:44 -0500 Augie Fackler hgweb: fix hgweb_mod as well as hgwebdir_mod
Sun, 10 Oct 2010 10:07:17 -0500 Augie Fackler hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Thu, 07 Oct 2010 23:34:21 -0500 Kevin Bullock help: improve description of update --check
Sat, 09 Oct 2010 21:54:50 +0200 Adrian Buehlmann store: encode first period or space in filenames (issue1713)
Tue, 14 Sep 2010 23:00:39 +0200 Dan Villiom Podlaski Christiansen demandimport: fix an obscure corner-case.
Sun, 10 Oct 2010 00:38:57 +0100 Christian Ebert keyword: enforce subn method via boolean switch
Sun, 10 Oct 2010 00:30:09 +0100 Christian Ebert keyword: fix weeding of expansion candidates when recording
Sun, 10 Oct 2010 09:48:37 -0500 Dan Villiom Podlaski Christiansen copies: don't detect copies as "divergent renames"
Sat, 09 Oct 2010 11:02:11 -0500 Augie Fackler strip: add --keep flag to avoid modifying wc during strip
Sat, 09 Oct 2010 17:02:28 -0500 Brodie Rao update: use higher level wording for "crosses branches" error
Sat, 09 Oct 2010 17:58:48 -0500 Augie Fackler hgweb: add help link to templates missed in ead4e21f49f1
Sat, 09 Oct 2010 17:58:54 -0500 Dan Villiom Podlaski Christiansen test-convert-svn-encoding.t: ignore that subversion %-encodes $TESTTMP
Sat, 09 Oct 2010 16:27:10 -0500 Benoit Boissinot run-tests.py: remove support for .bat files
Sat, 09 Oct 2010 16:25:28 -0500 Benoit Boissinot run-tests.py: do not install hg when the tests do no exist
Sat, 09 Oct 2010 15:40:29 -0500 Patrick Mezard setup.py: write libdir as a python string literal
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: fails immediately upon malformed hunk
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: always raise PatchError with a message, simplify handling
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: simplify externalpatch() arguments
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard util: remove needbinary(), no longer used for external patching
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove internal patcher fallback and NoHunk error
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused patchmeta.lineno
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused flags from readgitpatch()
Sat, 09 Oct 2010 15:06:22 -0500 Mads Kiilerich test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
Sat, 09 Oct 2010 22:05:24 +0200 Martin Geisler revsets: fix stray * in help topic
Sat, 09 Oct 2010 12:27:14 -0500 Augie Fackler web: add a help view for getting hg help output
Sat, 09 Oct 2010 15:00:30 -0500 Benoit Boissinot fix indentation error
Sat, 09 Oct 2010 14:50:20 -0500 Matt Mackall merge: handle no file parent in backwards merge (issue2364)
Sat, 09 Oct 2010 14:52:58 -0500 Matt Mackall merge with crew
Sat, 09 Oct 2010 12:28:16 -0500 Benoit Boissinot ui.paths: expand paths directly in fixconfig (issue2373)
Tue, 17 Aug 2010 15:44:38 +0200 Dan Villiom Podlaski Christiansen setup/hg: always load Mercurial from where it was installed.
Sat, 09 Oct 2010 11:55:25 -0500 Brodie Rao revsets: add a sample query to the help for getting active branches
Sat, 09 Oct 2010 11:54:42 -0500 Brodie Rao revsets: add descriptions for sample queries in the help
Sat, 09 Oct 2010 11:53:48 -0500 Dan Villiom Podlaski Christiansen mq: silence spurious output.
Sat, 09 Oct 2010 11:27:29 -0500 Brodie Rao revsets: clarify in the help that head() returns named branch heads
Sat, 09 Oct 2010 11:16:35 +0200 Adrian Buehlmann tests: add testcase for 208fc9ad6a48 to test-alias.t
Sat, 09 Oct 2010 10:36:50 -0500 Dan Villiom Podlaski Christiansen mq: handle deleting the same patch twice in one command (issue2427)
Sat, 09 Oct 2010 09:55:52 -0500 Augie Fackler progress: make sure stderr has isatty before calling (issue2191)
Sat, 09 Oct 2010 18:04:36 +0200 Benjamin Pollack windows: handle spaces in path to Python (issue2074)
Fri, 08 Oct 2010 23:23:49 +0200 Martin Geisler minirst: pull admonition titles out formatblock function
Fri, 08 Oct 2010 23:19:26 +0200 Martin Geisler minirst: refactor/simplify findblocks
Sat, 09 Oct 2010 15:41:53 +0200 Nicolas Dumazet inotify: raise correct error if server is already started in a deep repository
Fri, 08 Oct 2010 21:43:21 +0200 Nicolas Dumazet setup: user-friendly error message if Python headers are missing
Sat, 09 Oct 2010 07:13:51 -0500 Mads Kiilerich test-keyword: ignore subject in notify hook mails
Sat, 09 Oct 2010 07:13:49 -0500 Mads Kiilerich test-keyword: fix test glob to ACL/SELinux flag
Sat, 09 Oct 2010 07:13:47 -0500 Mads Kiilerich test-notify: fix fix for line continuation in long mail header lines
Fri, 08 Oct 2010 23:39:44 -0500 Mads Kiilerich import: don't strip '#' lines from patch descriptions (issue 2417)
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich test-notify: stabilize output
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: reintroduce ":$HGPORT" in test output
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: remove the last traces of $HGTMP
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove filtertmp.py and helpers.sh
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove redundant globs
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: replace test tmp directory with $TESTTMP in test output
Fri, 08 Oct 2010 20:12:40 -0500 Matt Mackall keyword: fix test glob
Mon, 04 Oct 2010 15:07:12 -0500 Brodie Rao dispatch: properly handle relative path aliases used with -R (issue2376)
Mon, 04 Oct 2010 14:26:38 -0500 Brodie Rao dispatch: remove superfluous try/except when reading local ui config
Mon, 04 Oct 2010 14:26:37 -0500 Brodie Rao test-globalopts: test hg -R file:// and hg -R path-alias
Wed, 06 Oct 2010 23:07:52 +0300 Eduard-Cristian Stefan hgk: remember main window position
Fri, 08 Oct 2010 16:10:00 -0400 Steve Losh alias: back up and restore commands.norepo before checking for shell aliases
Fri, 08 Oct 2010 16:08:46 -0500 Brodie Rao tests: unify test-check-code
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: switch kwtemplater.record in kw_dorecord()
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: specific regular expressions depending on read mode
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert test-keyword: remove remaining sed calls
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: disable expansion in kwfilelog.read() if file renamed in node
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: make iskwfile() a weeding method in lieu of a boolean
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: support copy and rename
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: refactor kwtemplater.overwrite()
Fri, 08 Oct 2010 18:00:19 -0500 Benoit Boissinot revlog.addgroup(): always use _addrevision() to add new revlog entries
Fri, 08 Oct 2010 18:00:16 -0500 Benoit Boissinot revlog._addrevision(): allow text argument to be None, build it lazily
Fri, 08 Oct 2010 18:00:15 -0500 Benoit Boissinot changegroupsubset: use readdelta() fast path when delta is against a parent
Fri, 08 Oct 2010 17:00:38 -0500 Patrick Mezard run-tests: handle .tst not ending with an LF
Fri, 08 Oct 2010 22:42:32 +0200 Martin Geisler minirst: small code cleanup
Fri, 08 Oct 2010 14:02:23 -0500 Brodie Rao cat: fix cat without -r, broken by 0ae35296fbf4
Thu, 07 Oct 2010 18:24:29 -0500 Matt Mackall revsets: introduce revsingle helper
Thu, 07 Oct 2010 18:05:04 -0500 Matt Mackall revsets: make revpair revsets-aware
Thu, 07 Oct 2010 11:45:17 -0500 Matt Mackall revset: lower precedence of minus infix (issue2361)
Tue, 05 Oct 2010 20:25:51 +0200 Henrik Stuart merge with stable
Tue, 05 Oct 2010 11:34:13 +0200 Adrian Buehlmann revset: fix #branch in urls for outgoing() stable
Fri, 01 Oct 2010 23:16:11 +0200 Martin Geisler heads: mention STARTREV in synopsis and help for --rev
Fri, 01 Oct 2010 10:29:33 -0500 Matt Mackall merge with stable
Fri, 01 Oct 2010 10:18:57 -0500 Matt Mackall Added signature for changeset 93d8bff78c96 stable
Fri, 01 Oct 2010 10:18:53 -0500 Matt Mackall Added tag 1.6.4 for changeset 93d8bff78c96 stable
Fri, 01 Oct 2010 10:16:52 -0500 Matt Mackall merge with i18n stable 1.6.4
Fri, 01 Oct 2010 16:10:06 +0200 Adrian Buehlmann tests: unify test-rebase*
Fri, 01 Oct 2010 16:43:03 +0200 Martin Geisler merge with stable
Fri, 01 Oct 2010 16:39:55 +0200 Martin Geisler test-url: refactor with shorter lines
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: use workingctx to detect modified and added files after rollback
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: rename variable "cfiles" to "changed" for clarity
Mon, 27 Sep 2010 13:13:34 -0500 Brodie Rao tests: unify test-casefolding
Fri, 01 Oct 2010 16:08:46 +0200 Martin Geisler url: mark certificate error string for translation stable
Fri, 01 Oct 2010 11:15:19 -0300 Wagner Bruna i18n-pt_BR: synchronized with f2937d6492c5 stable
Fri, 01 Oct 2010 11:15:10 -0300 Wagner Bruna merge with i18n stable stable
Fri, 01 Oct 2010 17:24:18 +0900 FUJIWARA Katsunori i18n-ja: synchronized with e356c5c21b15 stable
Thu, 30 Sep 2010 19:10:19 -0500 Matt Mackall merge with stable
Thu, 30 Sep 2010 19:09:58 -0500 Matt Mackall merge with i18n stable
Thu, 30 Sep 2010 14:07:57 -0300 Wagner Bruna i18n-pt_BR: synchronized with 552e0cfbddbd stable
Fri, 01 Oct 2010 00:54:03 +0200 Mads Kiilerich merge with stable
Fri, 01 Oct 2010 00:48:51 +0200 Mads Kiilerich test-doctest: test the modules that contains doctests stable
Fri, 01 Oct 2010 00:48:50 +0200 Mads Kiilerich doc: clarify that https cert verification requires web.cacerts stable
Fri, 01 Oct 2010 00:46:59 +0200 Mads Kiilerich url: verify correctness of https server certificates (issue2407) stable
Thu, 30 Sep 2010 13:38:21 +0200 Erik Zielke test-subrepo-recursion: remove empty defaults section
Thu, 30 Sep 2010 12:37:45 +0200 Erik Zielke mq: Removed extra ... in short help for qdelete
Mon, 27 Sep 2010 11:27:58 +0200 Erik Zielke mq: removed short option in help for deprecated options
Tue, 28 Sep 2010 13:09:22 +0200 Erik Zielke test-subrepo-recursion: deleted default arguments
Thu, 30 Sep 2010 09:49:40 +0200 Erik Zielke tests: removed test names in tests
Tue, 28 Sep 2010 19:29:14 +0200 Adrian Buehlmann tests: fix 05210e955bef merge error in test-git-import.t
Wed, 29 Sep 2010 01:33:31 +0200 Mads Kiilerich test-convert-cvs-detectmerge: add sleep so cvs notices changes
Wed, 29 Sep 2010 01:32:51 +0200 Mads Kiilerich init: expand destination url as a configured paths
Wed, 29 Sep 2010 01:32:50 +0200 Mads Kiilerich mq: explain qpush -f better
Wed, 29 Sep 2010 01:32:50 +0200 Mads Kiilerich serve: let --web-conf help reference hgweb
Tue, 28 Sep 2010 19:36:05 +0200 Juan Pablo Aroztegi transplant: add the transplanted revset predicate
Tue, 28 Sep 2010 03:01:35 +0200 Mads Kiilerich test-convert-cvs-branch: add sleep so cvs notices changes
Tue, 28 Sep 2010 02:58:00 +0200 Mads Kiilerich graphlog: style with header and footer (issue2395)
Tue, 28 Sep 2010 02:57:59 +0200 Mads Kiilerich test-serve: use service that works on more platforms
Tue, 28 Sep 2010 01:11:24 +0200 Patrick Mezard Merge with stable
Tue, 28 Sep 2010 00:41:08 +0200 Patrick Mezard patch: test and document a bit binary to regular file upgrade stable
Tue, 28 Sep 2010 00:41:07 +0200 Patrick Mezard patch: upgrade to git patch when removing binary file stable
Mon, 27 Sep 2010 22:47:10 +0200 Patrick Mezard patch: fix rename text to binary file (issue2400) stable
Mon, 27 Sep 2010 22:49:30 +0200 Thomas Arendsen Hein tests: show skip reason instead of "irrelevant" with unified tests, too
Mon, 27 Sep 2010 10:48:50 -0500 Matt Mackall merge with stable
Mon, 27 Sep 2010 10:48:21 -0500 Matt Mackall merge with iin stable
Mon, 20 Sep 2010 14:56:08 -0500 Ry4an Brase Correct Content-Type header values for archive downloads. stable
Mon, 27 Sep 2010 10:47:36 -0500 Matt Mackall merge with iin
Sat, 25 Sep 2010 22:53:31 -0300 Wagner Bruna i18n-pt_BR: update to new Portuguese ortography stable
Sat, 25 Sep 2010 22:53:27 -0300 Wagner Bruna i18n-pt_BR: minor rewording stable
Sat, 25 Sep 2010 22:53:21 -0300 Wagner Bruna i18n-pt_BR: assorted typo fixes stable
Fri, 24 Sep 2010 19:47:50 -0300 Wagner Bruna merge with i18n
Fri, 24 Sep 2010 19:47:00 -0300 Wagner Bruna i18n-pt_BR: synchronized with 84ceedcfeb6a stable
Fri, 24 Sep 2010 19:26:01 -0300 Wagner Bruna merge with i18n stable stable
Fri, 24 Sep 2010 02:17:54 +0200 Christoph Mewes i18n-de: parentrevspec extension
Fri, 24 Sep 2010 02:08:26 +0200 Christoph Mewes i18n-de: pager extension and missing parts of extdiff
Fri, 24 Sep 2010 01:41:56 +0200 Christoph Mewes i18n-de: added missing strings in acl
Thu, 23 Sep 2010 01:19:40 +0200 Christoph Mewes i18n-de: minor changes
Thu, 23 Sep 2010 01:09:09 +0200 Christoph Mewes i18n-de: notify extension
Thu, 23 Sep 2010 00:28:45 +0200 Christoph Mewes i18n-de: mq extension
Wed, 22 Sep 2010 13:34:40 +0200 Martin Roppelt i18n-de: deleted outdated messages with msgattrib, allowed language header
Wed, 22 Sep 2010 16:32:02 +0200 Christoph merge
Wed, 22 Sep 2010 04:32:55 +0200 Christoph Mewes i18n-de: keyword extension
Wed, 22 Sep 2010 01:04:43 +0200 Christoph Mewes i18n-de: interhg extension
Wed, 22 Sep 2010 01:04:25 +0200 Christoph Mewes i18n-de: more inotify
Wed, 22 Sep 2010 09:45:14 +0200 Martin Roppelt i18n-de: delete language duplicate, update last-translator
Wed, 22 Sep 2010 09:40:11 +0200 Martin Roppelt i18n-de: fix formatting
Wed, 22 Sep 2010 09:22:42 +0200 Martin Roppelt merge stable into default
Wed, 22 Sep 2010 08:54:00 +0200 Martin Roppelt i18n-de: fix broken translations, 66 defuzzied, 14 new translations
Tue, 21 Sep 2010 15:45:51 +0200 Martin Roppelt i18n-de: update pot
Tue, 21 Sep 2010 23:05:28 +0000 Christoph l10n: sig, glog, cia, hgk, highlight, inotify, interhg
Tue, 21 Sep 2010 01:55:53 -0300 Wagner Bruna merge with i18n
Tue, 21 Sep 2010 01:51:56 -0300 Wagner Bruna i18n-pt_BR: synchronized with 5be733b20bd1 stable
Tue, 21 Sep 2010 00:25:25 +0000 Christoph l10n: churn, color, convert and eol extension done
Sat, 18 Sep 2010 22:03:33 +0200 Martin Geisler i18n-da: synchronized with 2eadea60ae67
Sat, 18 Sep 2010 09:07:57 +0000 Christoph l10n: primarily added separate translations for template markers
Sat, 18 Sep 2010 01:16:31 +0000 Christoph l10n: based on a fresh pot file
Thu, 23 Sep 2010 15:18:10 +0200 Erik Zielke mq: removed return from callers to patchheader.qseries
Thu, 23 Sep 2010 16:56:32 +0200 Erik Zielke mq: added return 0 on success
Sun, 26 Sep 2010 23:48:30 +0200 Adrian Buehlmann tests: fix tabs/indentation in test-strip-cross.t
Tue, 24 Aug 2010 18:25:33 -0400 Steve Losh alias: only allow global options before a shell alias, pass later ones through
Mon, 27 Sep 2010 10:39:22 -0500 Matt Mackall tests: fix test-fetch port number variability
Sun, 26 Sep 2010 17:20:24 -0500 Matt Mackall tests: unify test-convert-tagsbranch-topology
Sun, 26 Sep 2010 17:18:53 -0500 Matt Mackall tests: unify test-convert-tla
Sun, 26 Sep 2010 17:18:28 -0500 Matt Mackall tests: unify test-convert-mtn
Sun, 26 Sep 2010 17:17:19 -0500 Matt Mackall tests: unify test-convert-splicemap
Sun, 26 Sep 2010 17:16:46 -0500 Matt Mackall tests: unify test-convert-git
Sun, 26 Sep 2010 17:14:35 -0500 Matt Mackall tests: unify test-convert-filemap
Sun, 26 Sep 2010 16:54:28 -0500 Matt Mackall tests: unify test-convert-datesort
Sun, 26 Sep 2010 16:53:06 -0500 Matt Mackall tests: unify test-convert-hg-svn
Sun, 26 Sep 2010 16:48:57 -0500 Matt Mackall tests: unify test-convert-hg-source
Sun, 26 Sep 2010 16:47:59 -0500 Matt Mackall tests: unify test-convert-hg-sink
Sun, 26 Sep 2010 16:45:51 -0500 Matt Mackall tests: unify test-convert-darcs
Sun, 26 Sep 2010 16:43:48 -0500 Matt Mackall tests: unify test-convert-cvsnt-mergepoints
Sun, 26 Sep 2010 16:39:52 -0500 Matt Mackall tests: unify test-convert-cvs-synthetic
Sun, 26 Sep 2010 15:42:48 -0500 Matt Mackall tests: unify test-convert-cvs-detectmerge
Sun, 26 Sep 2010 15:33:09 -0500 Matt Mackall tests: unify test-convert-cvs-branch
Sun, 26 Sep 2010 14:50:58 -0500 Matt Mackall tests: unify test-convert-cvs
Sun, 26 Sep 2010 14:39:34 -0500 Matt Mackall tests: unify test-convert-clonebranches
Sun, 26 Sep 2010 14:37:47 -0500 Matt Mackall tests: unify test-convert-bzr-treeroot
Sun, 26 Sep 2010 14:37:30 -0500 Matt Mackall tests: unify test-convert-bzr-merges
Sun, 26 Sep 2010 14:36:49 -0500 Matt Mackall tests: unify test-convert-bzr-ghosts
Sun, 26 Sep 2010 14:36:32 -0500 Matt Mackall tests: unify test-convert-bzr-directories
Sun, 26 Sep 2010 14:35:43 -0500 Matt Mackall tests: unify test-convert-bzr-114
Sun, 26 Sep 2010 14:35:24 -0500 Matt Mackall tests: unify test-convert-bzr
Sun, 26 Sep 2010 14:33:08 -0500 Matt Mackall tests: unify test-convert-authormap
Sun, 26 Sep 2010 14:32:13 -0500 Matt Mackall tests: unify test-convert
Sun, 26 Sep 2010 20:43:43 -0400 Steve Losh contrib/vim: add a syntax file for unified tests
Mon, 27 Sep 2010 10:20:19 +0200 Martin Geisler merge with stable
Mon, 27 Sep 2010 09:19:48 +0200 Erik Zielke mq: removed -m from qpush help (Issue2401) stable
Sun, 26 Sep 2010 16:11:04 -0500 Brodie Rao subrepos: add missing self argument to abstractsubrepo.checknested
Sun, 26 Sep 2010 16:01:13 -0500 Brodie Rao test-pull: convert regexes to globs
Sun, 26 Sep 2010 14:35:52 -0500 Brodie Rao test-ssh: test absolute path that exists
Mon, 13 Sep 2010 10:33:49 -0300 Wagner Bruna subrepo: improve lookup error messages
Sun, 26 Sep 2010 22:22:59 +0200 Martin Geisler run-tests: move build/ directory to HGTMP
Sun, 26 Sep 2010 21:37:42 +0200 Martin Geisler setup: slight simplification
Sat, 25 Sep 2010 19:47:45 -0500 Brodie Rao Makefile: remove the build folder manually
Sat, 25 Sep 2010 19:38:27 -0500 Brodie Rao Makefile: remove all .so files during clean
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: support rollback by restoring expansion to previous values
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: do not expand at all during diff
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: restore restricted read mode value after overwriting
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert test-keyword: fix typo, rephrase
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-win32text
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-template-engine
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-strip-cross
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-static-http
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-ssh-clone-r
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-ssh
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-simplemerge-cmd
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-share
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-schemes
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-rollback
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-rename-merge2
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-push-http
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-pull-pull-corruption2
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-pull-pull-corruption
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-pull-http
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-progress
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-profile
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-patch-offset
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-parseindex
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-parentrevspec
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-notify-changegroup
Sun, 26 Sep 2010 13:44:42 -0500 Matt Mackall tests: unify test-notify
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-oldcgi
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-newercgi
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-newcgi
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mv-cp-st-diff
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qrefresh-replace-log-message
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qpush-fail
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qnew
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qimport-fail-cleanup
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qimport
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qclone-http
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-header-from
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-header-date
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-merge-tools
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-merge-symlinks
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mactext
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-lookup
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1556
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1542
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1371
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1208
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-dirty-dirstate
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-debuginotify
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-http-proxy
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-http-clone-r
Sun, 26 Sep 2010 13:43:08 -0500 Matt Mackall tests: unify test-http-branchmap
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-http
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-highlight
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgwebdirsym
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgwebdir
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-removed
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-raw
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-non-interactive
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-no-request-uri
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-no-path-info
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-filelog
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-empty
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-diffs
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-descend-empties
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-commands
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgk
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hghave
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgcia
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-gpg
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-gendoc
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-fetch
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eolfilename
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-update
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-hook
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-clone
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-add
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-patch
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-encoding-align
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-encoding
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-encode
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-diff-color
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-ssh
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hup
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-clone-pull-corruption
Sun, 26 Sep 2010 13:41:17 -0500 Matt Mackall tests: unify test-clone-failure
Sun, 26 Sep 2010 13:11:52 -0500 Matt Mackall tests: unify test-clone-cgi
Fri, 24 Sep 2010 15:50:57 -0500 Brodie Rao test-ssh: test absolute paths in SSH URLs
Fri, 24 Sep 2010 15:36:53 -0500 Brodie Rao revset: support raw string literals
Sun, 26 Sep 2010 13:11:31 -0500 Matt Mackall tests: fold darcs test repository into a bundle
Sat, 25 Sep 2010 21:52:17 +0200 Mads Kiilerich tests: avoid checking the exitcode of false
Sat, 25 Sep 2010 02:35:36 +0200 Mads Kiilerich test-rename: accept solaris diff
Sat, 25 Sep 2010 02:35:35 +0200 Mads Kiilerich test-subrepo-svn: restore expr functionality for solaris
Sat, 25 Sep 2010 02:35:32 +0200 Mads Kiilerich test-serve: fix test for binding to low named port on solaris
Tue, 21 Sep 2010 23:55:32 +0200 Dan Villiom Podlaski Christiansen templater: add a few comments.
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Fri, 24 Sep 2010 12:00:55 +0200 Erik Zielke incoming/outgoing: Fix recursion on sub repositories
Fri, 24 Sep 2010 10:13:49 +0200 Martin Geisler tests: added a short description to issue numbers
Fri, 24 Sep 2010 03:04:14 +0200 Mads Kiilerich merge with stable
Fri, 24 Sep 2010 02:57:15 +0200 Mads Kiilerich test-gendoc: mute gendoc stderr stable
Fri, 24 Sep 2010 02:52:12 +0200 Mads Kiilerich test-mq-symlinks: fix symlink handling on solaris stable
Fri, 24 Sep 2010 02:49:09 +0200 Mads Kiilerich test-archive: fix touch datestamps stable
Fri, 24 Sep 2010 00:17:04 +0200 Patrick Mezard Merge with stable
Fri, 24 Sep 2010 00:04:07 +0200 Patrick Mezard convert/darcs: improve unsupported format detection (issue2172) stable
Fri, 24 Sep 2010 00:03:58 +0200 Patrick Mezard bookmarks: fix _bookmarks/lookup() reentrancy issue (issue2016) stable
Thu, 23 Sep 2010 11:41:27 +0200 Alexandre Fayolle Fix memory leak when using hg commands over http repositories stable
Thu, 23 Sep 2010 16:31:38 +0200 Christian Ebert Use more note admonitions in help texts
Wed, 22 Sep 2010 16:23:55 +0200 Erik Zielke Use note admonition
Wed, 22 Sep 2010 15:51:59 +0200 Erik Zielke minirst: Support for admonitions
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Thu, 23 Sep 2010 10:59:21 +0200 Martin Geisler merge with stable
Wed, 22 Sep 2010 19:15:27 -0500 Brodie Rao grep: only catch re.error when compiling regular expressions stable
Thu, 23 Sep 2010 00:27:04 -0600 Anthony Foiani doc: clarify smtp.password usage stable
Thu, 23 Sep 2010 01:59:02 +0200 Mads Kiilerich merge with stable
Thu, 23 Sep 2010 01:23:16 +0200 Mads Kiilerich log: include unmodified-in-merge files in log diff/stat (issue2383) stable
Thu, 23 Sep 2010 01:51:17 +0200 Mads Kiilerich tests: fix unzip -l variability fix stable
Wed, 22 Sep 2010 18:29:41 -0500 Matt Mackall merge with stable
Wed, 22 Sep 2010 17:13:49 -0500 Matt Mackall tests: fix unzip -l variability stable
Wed, 22 Sep 2010 23:51:10 +0200 Patrick Mezard mq: always require --force when pushing patches (issue2363) stable
Wed, 22 Sep 2010 18:20:47 -0500 Matt Mackall tests: various fixes for new unified test pattern format
Wed, 22 Sep 2010 16:06:02 -0500 Brodie Rao tests: add glob matching for unified tests
Wed, 22 Sep 2010 16:06:00 -0500 Brodie Rao tests: require regexes in unified tests to be marked with " (re)"
Wed, 22 Sep 2010 16:05:59 -0500 Brodie Rao tests: ensure regexes match to the end of the string
Wed, 22 Sep 2010 16:05:59 -0500 Brodie Rao tests: don't match blank output lines as regexes in unified tests
Wed, 22 Sep 2010 16:05:58 -0500 Brodie Rao tests: improve regexes in unified tests
Wed, 22 Sep 2010 00:14:57 +0200 Dan Villiom Podlaski Christiansen templater: add hex filter.
Tue, 21 Sep 2010 18:40:33 +0200 Dan Villiom Podlaski Christiansen tests: unify test-convert-svn-*
Mon, 06 Sep 2010 17:35:49 +0200 Peter Arrenbrecht merge: delay writing the mergestate during until commit is called
Wed, 22 Sep 2010 15:33:08 -0500 Matt Mackall tests: fix touch -t with RHEL
Tue, 21 Sep 2010 18:36:23 +0200 Dan Villiom Podlaski Christiansen tests: compatibility fix.
Tue, 21 Sep 2010 16:44:13 -0500 Matt Mackall tests: drop a bunch of sed calls from unified tests
Tue, 21 Sep 2010 16:00:02 -0500 Matt Mackall tests: cleanup exit code handling in unified tests
Tue, 21 Sep 2010 12:41:24 -0500 Matt Mackall check-code: add some basic support for unified tests
Tue, 21 Sep 2010 23:58:32 +0200 Patrick Mezard test-subrepo-recursion: sort archive output for portability
Tue, 21 Sep 2010 23:38:26 +0200 Patrick Mezard Merge with crew
Tue, 21 Sep 2010 23:37:47 +0200 Patrick Mezard Merge with stable
Tue, 21 Sep 2010 23:14:58 +0200 Patrick Mezard context: fix filectx.undelete() (issue2388) stable
Mon, 20 Sep 2010 17:01:12 -0500 Matt Mackall tests: fix hgweb template change stable
Mon, 20 Sep 2010 23:42:23 +0200 Patrick Mezard Merge with crew
Mon, 20 Sep 2010 22:41:10 +0200 Patrick Mezard Restore lexists() changes lost in e0ee3e822a9a merge
Mon, 20 Sep 2010 17:01:12 -0500 Matt Mackall tests: fix hgweb template change
Mon, 20 Sep 2010 16:56:57 -0500 Matt Mackall merge with stable
Mon, 20 Sep 2010 16:56:44 -0500 Matt Mackall merge with crew
Sun, 19 Sep 2010 21:20:38 -0500 Ryan Phillips hgweb: be consistent with the background highlighting on closed branches (Issue2386) stable
Mon, 20 Sep 2010 13:31:02 +0200 Dan Villiom Podlaski Christiansen mq: fix the deprecation comment for qsave & qrestore. stable
Mon, 20 Sep 2010 16:40:36 -0500 Matt Mackall revsets: reduce cost of outgoing in the optimizer
Thu, 02 Sep 2010 15:00:45 +0200 Dan Villiom Podlaski Christiansen test-convert-hg-startrev: enable convert.hg.saverev.
Sat, 18 Sep 2010 08:30:11 +0200 Peter Arrenbrecht transplant: fix var name conflict introduced by 2912881c2a98
Mon, 20 Sep 2010 16:25:29 -0500 Matt Mackall bundle: fix shrink-revlog bundle usage
Mon, 20 Sep 2010 16:14:05 -0500 Matt Mackall bundlerepo: restore close() method
Mon, 20 Sep 2010 16:00:15 -0500 Matt Mackall tests: drop final true command from unified tests
Mon, 20 Sep 2010 22:29:13 +0200 Patrick Mezard Merge with stable
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable
Mon, 20 Sep 2010 21:46:39 +0200 Patrick Mezard convert/svn: fix broken symlink renames in svn sink stable
Mon, 20 Sep 2010 21:46:39 +0200 Patrick Mezard rename: do not overwrite existing broken symlinks stable
Mon, 20 Sep 2010 21:42:11 +0200 Patrick Mezard patch: do not overwrite broken untracked symlinks stable
Mon, 20 Sep 2010 21:42:11 +0200 Patrick Mezard patch: fix target when patching broken symlinks (issue2368) stable
Mon, 20 Sep 2010 15:50:36 -0500 Matt Mackall tests: fixup tests using unzip -l
Mon, 20 Sep 2010 14:36:36 -0500 Matt Mackall tests: add hack to avoid problem with graphlog in unified tests
Mon, 20 Sep 2010 14:32:21 -0500 Matt Mackall bundle: encapsulate all bundle streams in unbundle class
Sun, 19 Sep 2010 13:12:45 -0500 Matt Mackall bundle: move chunk parsing into unbundle class
Sun, 19 Sep 2010 12:51:54 -0500 Matt Mackall bundle: get rid of chunkiter
Sun, 19 Sep 2010 12:38:44 -0500 Matt Mackall bundle: refactor progress callback
Sat, 18 Sep 2010 18:20:34 -0500 Matt Mackall bundle: make getchunk() a method
Fri, 17 Sep 2010 19:24:29 -0500 Matt Mackall bundlerepo: use bundle objects everywhere
Fri, 17 Sep 2010 19:03:13 -0500 Matt Mackall bundlerepo: drop unused close() method
Fri, 17 Sep 2010 19:02:32 -0500 Matt Mackall bundle: make unbundle object seekable
Fri, 17 Sep 2010 19:02:26 -0500 Matt Mackall bundle: push chunkbuffer down into decompress
Fri, 17 Sep 2010 17:03:08 -0500 Matt Mackall tests: fix a bunch of pointless #s in unified tests
Fri, 17 Sep 2010 17:03:04 -0500 Matt Mackall tests: exit 0 no longer needed on unified tests
Mon, 20 Sep 2010 15:33:12 -0500 Matt Mackall tests: update debugcomplete output
Mon, 20 Sep 2010 15:31:48 -0500 Matt Mackall merge with abuehl
Sun, 19 Sep 2010 23:42:18 +0200 Adrian Buehlmann tests: unify some of test-mq*
Mon, 20 Sep 2010 15:46:17 +0200 Martin Geisler subrepo: add support for 'hg archive'
Mon, 20 Sep 2010 15:44:30 +0200 Martin Geisler subrepo: introduce files and filedata methods for subrepo classes
Mon, 20 Sep 2010 15:42:58 +0200 Martin Geisler merge with stable
Fri, 17 Sep 2010 10:21:02 -0500 Brodie Rao revset: handle re.compile() errors in grep() stable
Mon, 20 Sep 2010 15:33:39 +0200 Martin Geisler archive: set date to 1980 for very old zip files stable
Fri, 17 Sep 2010 12:45:13 -0500 Steve Borho Merge with stable
Fri, 17 Sep 2010 12:44:35 -0500 Steve Borho test-eol-update: record new results as correct stable
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Thu, 16 Sep 2010 16:12:26 -0500 Matt Mackall merge with stable
Sun, 12 Sep 2010 18:05:53 -0500 Brodie Rao merge: suggest 'hg up -C .' for discarding changes, not 'hg up -C'
Thu, 16 Sep 2010 16:00:29 +0200 Peter Arrenbrecht transplant: maintain list of transplants in dict
Wed, 15 Sep 2010 22:18:46 +0200 Adrian Buehlmann tests: unify test-hgignore
Thu, 16 Sep 2010 11:36:38 +0200 Pascal Quantin win32: update build instructions with correct CRT version
Thu, 16 Sep 2010 16:07:22 -0500 Matt Mackall merge with crew
Thu, 16 Sep 2010 16:05:00 -0500 Matt Mackall merge with crew stable
Wed, 15 Sep 2010 17:48:03 -0500 Steve Borho Merge with stable
Wed, 15 Sep 2010 17:46:51 -0500 Steve Borho eol: setup the repo.ui in reposetup() stable
Wed, 15 Sep 2010 20:41:14 +0200 Adrian Buehlmann tests: unify test-hardlinks-safety
Wed, 15 Sep 2010 18:00:09 +0200 Adrian Buehlmann tests: unify test-extra-filelog-entry
Wed, 15 Sep 2010 16:27:39 +0200 Adrian Buehlmann tests: unify test-extdiff
Tue, 14 Sep 2010 22:26:43 -0500 Will Maier tests: add test for bookmark push/pull
Tue, 14 Sep 2010 21:45:43 -0500 Will Maier bookmarks: set VALUE in push/pull
Tue, 14 Sep 2010 16:52:32 +0200 Adrian Buehlmann tests: unify test-username-newline
Tue, 14 Sep 2010 16:42:02 +0200 Adrian Buehlmann tests: unify test-url-rev
Tue, 14 Sep 2010 15:37:10 +0200 Adrian Buehlmann tests: unify test-update-renames
Tue, 14 Sep 2010 13:43:05 +0200 Adrian Buehlmann tests: unify test-rename-merge1
Wed, 15 Sep 2010 09:09:17 -0500 Matt Mackall merge with crew
Wed, 15 Sep 2010 11:06:22 +0200 Sune Foldager clone: only use stream when we understand the revlog format
Wed, 15 Sep 2010 10:44:10 +0200 Sune Foldager localrepo: factor out requirement application and write
Tue, 14 Sep 2010 16:21:21 -0500 Matt Mackall merge with stable
Tue, 14 Sep 2010 16:21:01 -0500 Matt Mackall merge with i18n
Tue, 14 Sep 2010 16:20:34 -0500 Matt Mackall merge with i18n stable
Mon, 13 Sep 2010 01:37:56 +0000 Christoph l10n: starting to unify the old translations
Mon, 13 Sep 2010 00:03:26 +0000 Christoph l10n: translations: env. variables / templating system (DE)
Sun, 12 Sep 2010 01:18:30 +0000 Christoph l10n: added some new translations
Fri, 10 Sep 2010 21:05:51 -0300 Wagner Bruna i18n-pt_BR: synchronized with 0f6164806283 stable
Tue, 14 Sep 2010 22:54:04 +0200 Adrian Buehlmann tests: unify test-default-push
Tue, 14 Sep 2010 18:43:24 +0200 Adrian Buehlmann tests: unify test-clone-update-order
Tue, 14 Sep 2010 21:41:06 +0200 Adrian Buehlmann tests: unify test-debugrename
Tue, 14 Sep 2010 21:26:05 +0200 Adrian Buehlmann tests: unify test-confused-revert
Tue, 14 Sep 2010 19:31:00 +0200 Adrian Buehlmann tests: unify test-command-template
Tue, 14 Sep 2010 22:11:53 +0200 Christian Ebert mq: rename strip --nobackup option to --no-backup (issue2377)
Tue, 14 Sep 2010 22:11:46 +0200 Christian Ebert mq: consistently use opts.get() to prevent potential KeyError
Tue, 14 Sep 2010 16:03:10 +0200 Sune Foldager tests: remove exec bit from .t files
Tue, 14 Sep 2010 12:20:51 +0200 Adrian Buehlmann combine tests
Mon, 13 Sep 2010 16:25:13 +0200 Sune Foldager merge with stable
Mon, 13 Sep 2010 16:12:25 +0200 Sune Foldager color: add win32 support for non-black background stable
Mon, 13 Sep 2010 10:04:41 -0300 Wagner Bruna i18n: unmark untranslatable string
Mon, 13 Sep 2010 15:13:30 +0200 Martin Geisler test-subrepo-recursion: test missing subrepo
Mon, 13 Sep 2010 13:09:31 +0200 Martin Geisler incoming: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:30 +0200 Martin Geisler incoming: move code from commands to cmdutil
Mon, 13 Sep 2010 13:09:26 +0200 Martin Geisler outgoing: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:24 +0200 Martin Geisler outgoing: move code from commands to cmdutil
Mon, 13 Sep 2010 13:09:20 +0200 Martin Geisler add: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:11 +0200 Martin Geisler add: move main part to cmdutil to make it easier to reuse
Mon, 13 Sep 2010 13:09:09 +0200 Martin Geisler narrowmatcher: propagate bad method
Mon, 13 Sep 2010 13:08:18 +0200 Martin Geisler narrowmatcher: fix broken rel method
Mon, 13 Sep 2010 13:08:09 +0200 Martin Geisler patch: break import cycle with cmdutil
Sun, 12 Sep 2010 16:10:41 +0900 Yuya Nishihara patchbomb: show progress when sending emails or writing mbox
Sat, 11 Sep 2010 18:08:00 +0200 Christian Ebert patchbomb: consistent code style in getaddrs()
Sat, 11 Sep 2010 18:48:03 +0200 Pascal Quantin win32: 64-bit Inno Setup installer
Sat, 11 Sep 2010 09:48:10 +0200 Pascal Quantin win32: update Inno Setup build instructions with up-to-date software
Sun, 12 Sep 2010 14:00:40 +0200 Martin Geisler merge with stable
Sun, 12 Sep 2010 12:11:39 +0200 Adrian Buehlmann tests: unify test-merge-remove
Sun, 12 Sep 2010 11:52:13 +0200 Adrian Buehlmann tests: unify test-merge-prompt
Sat, 11 Sep 2010 21:19:12 +0200 Adrian Buehlmann tests: unify test-merge-local
Sat, 11 Sep 2010 20:04:35 +0200 Adrian Buehlmann tests: unify test-merge-internal-tools-pattern
Sat, 11 Sep 2010 17:58:37 +0200 Adrian Buehlmann tests: unify test-merge-force
Sat, 11 Sep 2010 11:44:53 +0200 Adrian Buehlmann tests: unify test-merge-default
Sat, 11 Sep 2010 11:18:47 +0200 Adrian Buehlmann tests: unify test-merge-commit
Fri, 10 Sep 2010 23:13:59 +0200 Adrian Buehlmann tests: unify test-manifest*
Fri, 10 Sep 2010 09:30:50 -0500 Brodie Rao convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354) stable
Sat, 11 Sep 2010 16:17:43 -0500 Matt Mackall merge with crew
Sat, 11 Sep 2010 10:57:35 +0200 Dirkjan Ochtman tests: fix incompatibility with python-2.4 in test-hgweb
Sat, 11 Sep 2010 00:40:39 +0200 Martin Geisler merge with stable
Sat, 11 Sep 2010 00:40:19 +0200 Martin Geisler merge with i18n-default
Sat, 11 Sep 2010 00:39:34 +0200 Martin Geisler merge with i18n-stable stable
Tue, 07 Sep 2010 18:37:59 -0300 Wagner Bruna i18n-pt_BR: fix a couple of typos stable
Tue, 07 Sep 2010 18:13:36 -0300 Wagner Bruna i18n-pt_BR: added messages from crew stable up to 26d86a6cf2af stable
Wed, 01 Sep 2010 10:13:55 +0200 Daniel Dumitriu i18n-ro: merged default
Thu, 26 Aug 2010 16:32:12 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Wed, 25 Aug 2010 12:20:10 +0200 Daniel Dumitriu i18n: merged in strings from hg cset ce818cf215dc
Thu, 19 Aug 2010 23:40:47 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 23:27:09 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 16:01:50 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 15:44:38 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 00:01:13 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Mon, 16 Aug 2010 23:40:15 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Sun, 15 Aug 2010 23:56:46 +0200 Daniel Dumitriu Continued translation
Thu, 12 Aug 2010 17:30:36 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Tue, 27 Jul 2010 10:17:31 +0200 Georg Brandl i18n-de: fix awkward translation of "memory"
Fri, 27 Aug 2010 11:07:09 +0200 Martin Geisler i18n-da: fix typo
Thu, 26 Aug 2010 22:44:21 -0300 Wagner Bruna i18n: merge with stable
Thu, 26 Aug 2010 22:42:33 -0300 Wagner Bruna i18n: merge default heads
Thu, 26 Aug 2010 22:38:33 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9617803b1acb stable
Thu, 26 Aug 2010 22:27:20 -0300 Wagner Bruna i18n: merge with stable stable
Tue, 24 Aug 2010 11:01:45 -0300 Wagner Bruna i18n: merge default heads
Tue, 24 Aug 2010 11:01:00 -0300 Wagner Bruna i18n-pt_BR: synchronized with c6b1be675d3c stable
Tue, 24 Aug 2010 10:58:12 -0300 Wagner Bruna i18n: merge with stable stable
Sat, 21 Aug 2010 11:22:49 +0200 Martin Geisler i18n: merge with stable
Sat, 21 Aug 2010 11:21:49 +0200 Martin Geisler i18n: merged stable heads stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: finish translating 'hg summary' output stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: remove bogus fuzzy translations for revset stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: update fuzzy messages/translate patchbomb stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: update mq translation stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: updates after msgmerge on stable branch, 2nd part stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: general updates fuzzy synopsis texts stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: translate [OPTION]..., not [OPTIONS]...: keep the singular stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: readd other lost accented characters stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: updates after msgmerge on stable branch stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: perform msgmerge on the tip of the stable branch stable
Fri, 20 Aug 2010 21:22:57 -0300 Wagner Bruna i18n-pt_BR: synchronized with 31dde4c3bb83 stable
Fri, 10 Sep 2010 23:53:51 +0200 Martin Geisler dirstate: use one pass to filter out files in subrepos
Fri, 10 Sep 2010 23:53:49 +0200 Martin Geisler subrepo: handle diff with working copy
Fri, 10 Sep 2010 22:52:00 +0200 Patrick Mezard subrepos: handle diff nodeids in subrepos, not before
Fri, 10 Sep 2010 22:36:04 +0200 Patrick Mezard mq: add newline after qfold warning
Fri, 10 Sep 2010 20:19:16 +0200 Martin Geisler merge with stable
Fri, 10 Sep 2010 19:41:45 +0200 Adrian Buehlmann tests: unify test-locate
Fri, 10 Sep 2010 19:05:49 +0200 Adrian Buehlmann tests: unify test-journal-exists
Fri, 10 Sep 2010 17:59:17 +0200 Adrian Buehlmann tests: unify test-issue1438 and test-issue2137
Fri, 10 Sep 2010 16:58:13 +0200 Christian Ebert keyword: explain file-wise expansion in help stable
Fri, 10 Sep 2010 20:11:42 +0200 Martin Geisler convert: move -A option to --authormap
Fri, 10 Sep 2010 15:32:22 +0200 Christian Ebert patchbomb: add --confirm option to show series details and ask for confirmation
Fri, 10 Sep 2010 15:32:14 +0200 Christian Ebert patchbomb: let diffstat prompt only once with complete summary
Fri, 10 Sep 2010 15:56:13 +0200 Martin Geisler patchbomb: rename argument to avoid shadowing patch module
Fri, 10 Sep 2010 01:34:14 +0200 Martin Geisler convert: deprecate --authors in preference for --authormap
Wed, 08 Sep 2010 08:31:07 +0200 Christian Ebert patchbomb: show prompt and selection in non-interactive mode
Wed, 08 Sep 2010 08:31:07 +0200 Christian Ebert patchbomb: use ui.promptchoice for diffstat to allow localization of choices
Fri, 03 Sep 2010 23:34:37 +0200 Adrian Buehlmann tests: unify test-issue*
Fri, 03 Sep 2010 22:10:08 +0200 Adrian Buehlmann tests: unify test-globalopts
Fri, 03 Sep 2010 14:29:28 +0200 Adrian Buehlmann tests: unify test-git-*
Fri, 03 Sep 2010 11:47:24 +0200 Adrian Buehlmann tests: unify test-filebranch
Fri, 03 Sep 2010 11:19:50 +0200 Adrian Buehlmann tests: unify test-extension
Fri, 03 Sep 2010 09:46:17 +0200 Adrian Buehlmann tests: unify test-execute-bit
Fri, 03 Sep 2010 09:12:36 +0200 Adrian Buehlmann tests: unify test-empty-group
Fri, 10 Sep 2010 01:04:32 +0200 Martin Geisler merge with stable
Fri, 10 Sep 2010 00:07:38 +0200 Martin Geisler convert: better grouping of command line flags in help
Fri, 10 Sep 2010 00:36:01 +0200 Martin Geisler convert: help string cleanups stable
Fri, 10 Sep 2010 00:30:36 +0200 Martin Geisler convert: better quoting in help text stable
Fri, 10 Sep 2010 00:22:46 +0200 Martin Geisler convert: show example splice, author, and branch map entries in help stable
Wed, 08 Sep 2010 15:23:48 +0200 Dirkjan Ochtman hgweb: support very simple caching model (issue1845)
Wed, 08 Sep 2010 15:11:35 +0200 Dirkjan Ochtman tests: extend get-with-headers to support cache testing
Wed, 08 Sep 2010 15:19:35 +0200 Dirkjan Ochtman tests: fix test output for test-hgweb-no* tests
Wed, 08 Sep 2010 15:18:33 +0200 Dirkjan Ochtman tests: rename test for better grouping
Wed, 08 Sep 2010 15:16:03 +0200 Dirkjan Ochtman check-code: fix ternary expression introduced in 1ef9b0b5efec
Wed, 08 Sep 2010 13:48:25 +0200 Dirkjan Ochtman bisect: warn about ending on a merge with only one side marked
Wed, 08 Sep 2010 12:53:15 +0200 Dirkjan Ochtman bisect: allow revsets in addition to single revs (issue2360)
Tue, 07 Sep 2010 16:34:07 +0200 Martin Geisler subrepos: add function for iterating over ctx subrepos
Tue, 07 Sep 2010 16:23:55 +0200 Martin Geisler subrepos: handle modified but uncommitted .hgsub
Tue, 07 Sep 2010 15:31:56 +0200 Martin Geisler localrepo: check nested repos against working directory
Tue, 07 Sep 2010 10:30:29 +0200 Martin Geisler add: clarify that repo[None].add returns rejected filenames
Mon, 06 Sep 2010 07:14:18 +0200 Thomas Arendsen Hein merge with stable
Sun, 05 Sep 2010 21:00:04 +0200 Thomas Arendsen Hein store: Removed extra space in _data list
Sun, 05 Sep 2010 22:32:11 +0200 Thomas Arendsen Hein verify: fix "missing revlog!" errors for revlog format v0 and add test stable
Sun, 05 Sep 2010 13:37:17 -0700 Brendan Cully zsh completion: bookmarks support
Sat, 04 Sep 2010 01:32:01 -0700 Brendan Cully zsh completion: patchbomb support
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler status: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler match: add narrowmatcher class
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler cmdutil: use repo.auditor when constructing match object
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler match: accept auditor argument
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler localrepo: add auditor attribute which knows about subrepos
Thu, 02 Sep 2010 23:45:47 +0200 Martin Geisler tests: remove unneeded -u flags
Thu, 02 Sep 2010 23:36:43 +0200 Martin Geisler merge with stable
Thu, 02 Sep 2010 18:12:07 +0200 Adrian Buehlmann tests: unify test-empty-file
Thu, 02 Sep 2010 17:32:22 +0200 Adrian Buehlmann tests: unify test-empty-dir
Thu, 02 Sep 2010 17:13:23 +0200 Adrian Buehlmann tests: unify test-dispatch
Thu, 02 Sep 2010 23:22:51 +0200 Martin Geisler tests: remove unneeded -d flags
Thu, 02 Sep 2010 22:17:22 +0200 Martin Geisler test-merge5: removed unnecessary parts of test
Thu, 02 Sep 2010 12:48:46 -0400 Brodie Rao test-merge5: ensure updating to tip across branches is tested
Thu, 02 Sep 2010 22:38:12 +0200 Mads Kiilerich test-convert-cvs: add a sleep to make test more stable stable
Thu, 02 Sep 2010 17:28:20 +0200 Martin Geisler merge with stable
Thu, 02 Sep 2010 14:45:16 +0200 Adrian Buehlmann tests: unify test-diff-binary-file
Thu, 02 Sep 2010 15:08:36 +0200 Adrian Buehlmann tests: unify test-diff-copy-depth
Thu, 02 Sep 2010 15:39:55 +0200 Adrian Buehlmann tests: unify test-diff-upgrade
Thu, 02 Sep 2010 14:58:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-convert-hg-startrev.
Thu, 02 Sep 2010 16:29:04 +0200 Adrian Buehlmann tests: unify test-diffstat
Thu, 02 Sep 2010 17:07:02 +0200 Martin Geisler bookmarks: break long line found by check-code stable
Thu, 02 Sep 2010 12:53:28 +0200 Martin Geisler help: make "hg help hgrc" an alias for "hg help config" stable
Thu, 02 Sep 2010 12:08:13 +0200 Martin Geisler clone, patch, convert: use hex(nullid) instead of '0'*40
Thu, 02 Sep 2010 11:20:23 +0200 Adrian Buehlmann tests: unify test-diff-newlines
Wed, 01 Sep 2010 15:23:21 +0200 Martin Geisler merge with stable
Tue, 31 Aug 2010 11:57:02 +0200 Adrian Buehlmann tests: unify test-diff-unified
Tue, 31 Aug 2010 11:14:48 +0200 Adrian Buehlmann tests: unify test-diff-subdir
Tue, 31 Aug 2010 10:21:24 +0200 Adrian Buehlmann tests: unify test-diff-reverse
Mon, 30 Aug 2010 23:13:52 +0200 Adrian Buehlmann tests: unify test-diff-ignore-whitespace
Mon, 30 Aug 2010 16:52:21 +0200 Adrian Buehlmann tests: unify test-diff-hashes
Mon, 30 Aug 2010 14:38:15 +0200 Adrian Buehlmann tests: unify test-diff-change
Mon, 30 Aug 2010 11:16:21 -0400 Brodie Rao test-serve: ensure KILLQUIETLY is only used once
Mon, 30 Aug 2010 17:17:20 +0200 Martin Geisler dagparser: translate and lowercase error messages stable
Mon, 30 Aug 2010 17:11:51 +0200 Martin Geisler match: mark error messages for translation stable
Wed, 01 Sep 2010 15:03:45 +0200 Sune Foldager debugindex(dot): try to access filelogs through repo, if possible
Wed, 01 Sep 2010 14:55:03 +0200 Sune Foldager debugdata: try to access filelogs through repo, if possible
Wed, 01 Sep 2010 12:28:34 +0200 Martin Geisler merge with stable
Mon, 30 Aug 2010 20:27:25 -0400 Brodie Rao remove: properly set return code when warnings are issued stable
Wed, 01 Sep 2010 12:05:57 +0200 Martin Geisler pull: lowercase error message stable
Tue, 31 Aug 2010 16:36:31 +0200 Martin Geisler commit: sort subrepos before committing for stable test output
Mon, 30 Aug 2010 19:05:13 +0900 Nicolas Dumazet tests: unify test-interhg
Tue, 31 Aug 2010 15:47:13 +0900 Nicolas Dumazet test-custom-filter: heredoc is not required for single line operations
Mon, 30 Aug 2010 18:57:48 +0900 Nicolas Dumazet tests: unify test-custom-filters
Mon, 30 Aug 2010 18:55:00 +0900 Nicolas Dumazet tests: unify test-parse-date
Mon, 30 Aug 2010 18:50:44 +0900 Nicolas Dumazet tests: unify test-purge
Mon, 30 Aug 2010 18:47:02 +0900 Nicolas Dumazet tests: unify test-rebuildstate
Mon, 30 Aug 2010 14:16:56 +0900 Nicolas Dumazet tests: unify test-up-local-change
Mon, 30 Aug 2010 14:13:36 +0900 Nicolas Dumazet tests: unify test-impexp-branch
Mon, 30 Aug 2010 14:10:31 +0900 Nicolas Dumazet tests: unify test-incoming-outgoing
Mon, 30 Aug 2010 14:06:18 +0900 Nicolas Dumazet tests: unify test-resolve
Mon, 30 Aug 2010 14:04:38 +0900 Nicolas Dumazet tests: unify test-requires
Mon, 30 Aug 2010 14:01:57 +0900 Nicolas Dumazet tests: unify test-relink
Mon, 30 Aug 2010 13:55:57 +0900 Nicolas Dumazet tests: merge the two test-rename-dir-merge* into one
Mon, 30 Aug 2010 13:51:27 +0900 Nicolas Dumazet tests: unify test-rename-dir-merge2
Mon, 30 Aug 2010 13:49:40 +0900 Nicolas Dumazet tests: unify test-rename-dir-merge
Mon, 30 Aug 2010 13:46:57 +0900 Nicolas Dumazet tests: unify test-revert-unknown
Mon, 30 Aug 2010 13:45:24 +0900 Nicolas Dumazet tests: unify test-revert-flags
Mon, 30 Aug 2010 13:43:34 +0900 Nicolas Dumazet tests: remove useless sed in test-hgrc
Mon, 30 Aug 2010 13:41:03 +0900 Nicolas Dumazet tests: mq-safety: use regular expression instead of sed
Mon, 30 Aug 2010 13:37:12 +0900 Nicolas Dumazet tests: use regular expression instead of sed in test-subrepo-deep-nested-change
Mon, 30 Aug 2010 13:32:37 +0900 Nicolas Dumazet tests: unify test-revert
Mon, 30 Aug 2010 13:29:44 +0900 Nicolas Dumazet util: get rid of extra trailing whitespace in parsedate abort message
Mon, 30 Aug 2010 13:23:32 +0900 Nicolas Dumazet tests: unify test-revset
Mon, 30 Aug 2010 13:18:19 +0900 Nicolas Dumazet test-revset: remove trailing whitespaces
Mon, 30 Aug 2010 13:15:30 +0900 Nicolas Dumazet test-keyword: use regular expressions instead of grepping
Mon, 30 Aug 2010 13:11:32 +0900 Nicolas Dumazet tests: remove useless grep -v in test-mq.t
Mon, 30 Aug 2010 13:08:18 +0900 Nicolas Dumazet tests: unify test-remove-new
Mon, 30 Aug 2010 13:02:54 +0900 Nicolas Dumazet tests: unify test-remove
Mon, 30 Aug 2010 12:58:43 +0900 Nicolas Dumazet tests: unify test-rename
Mon, 30 Aug 2010 12:48:17 +0900 Nicolas Dumazet tests: unify test-strict
Mon, 30 Aug 2010 12:46:19 +0900 Nicolas Dumazet tests: unify test-inherit-mode
Mon, 30 Aug 2010 12:41:43 +0900 Nicolas Dumazet tests: unify test-churn
Mon, 30 Aug 2010 12:02:31 +0900 Nicolas Dumazet tests: convert test-bisect
Fri, 27 Aug 2010 20:45:18 -0400 Brodie Rao alias: on --debug, print expansion when it has invalid arguments
Fri, 27 Aug 2010 20:45:11 -0400 Brodie Rao alias: print what command is being shadowed in debug message
Mon, 30 Aug 2010 22:52:00 +0200 Martin Geisler merge with stable
Mon, 30 Aug 2010 22:47:38 +0200 Martin Geisler mail: use standard section.entry format in error message stable
Sat, 28 Aug 2010 21:57:36 -0500 Augie Fackler color: accept usual boolean values as synonyms for always and never
Mon, 30 Aug 2010 10:28:25 -0500 Augie Fackler parsebool: accept always as true and never as false
Sat, 28 Aug 2010 21:50:35 -0500 Augie Fackler parsebool: create new function and use it for config parsing
Sat, 28 Aug 2010 21:49:53 -0500 Augie Fackler util: clean up trailing whitespace
Mon, 30 Aug 2010 14:38:24 +0200 Martin Geisler Consistently import foo as foomod when foo to avoid shadowing
Mon, 30 Aug 2010 13:00:22 +0200 Martin Geisler Merge with stable
Fri, 27 Aug 2010 22:36:35 -0400 Brodie Rao help: refer to user configuration file more consistently stable
Mon, 30 Aug 2010 11:39:43 +0200 Adrian Buehlmann tests: unify test-config-case
Sun, 29 Aug 2010 23:16:31 +0200 Pascal Quantin win32: add hgweb scripts to Inno Setup installer stable
Sun, 29 Aug 2010 22:57:24 +0200 Pascal Quantin win32: add Emacs scripts to Inno Setup installer stable
Sun, 29 Aug 2010 23:56:19 +0200 Martin Geisler path_auditor: delegate checking of nested repos to a callback
Sun, 29 Aug 2010 23:56:19 +0200 Martin Geisler util: use 'auditor' as consistent name for path auditors
Sun, 29 Aug 2010 23:56:19 +0200 Martin Geisler util: add optional path auditor argument to canonpath
Sat, 28 Aug 2010 12:31:07 -0400 Brodie Rao mail/hgweb: support service names for ports (issue2350)
Fri, 27 Aug 2010 16:25:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-qrecord
Fri, 27 Aug 2010 16:25:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-record
Fri, 27 Aug 2010 16:25:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-help
Fri, 27 Aug 2010 00:27:40 +0200 Adrian Buehlmann tests: unify test-bheads
Thu, 26 Aug 2010 12:41:00 +0200 Adrian Buehlmann tests: unify test-lock-badness
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable
Sun, 29 Aug 2010 22:46:00 +0200 Martin Geisler churn: do not crash on malformed lines in alias file stable
Sun, 29 Aug 2010 10:54:22 +0200 Ronny Pfannschmidt churn: do not crash on empty lines in alias file stable
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Sat, 28 Aug 2010 23:57:39 +0200 Georg Brandl localrepo: introduce method for explicit branch cache update
Fri, 27 Aug 2010 22:24:47 -0500 Steve Borho color: handle more Windows console errors
Wed, 25 Aug 2010 23:26:18 +0100 Christian Ebert patchbomb: remove unneeded line continuation
Fri, 27 Aug 2010 13:32:40 -0400 Brodie Rao cleanup: remove unused variables
Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Fri, 27 Aug 2010 13:18:25 +0200 Martin Geisler Merge with stable
Fri, 27 Aug 2010 13:03:57 +0200 Martin Geisler subrepo: use [0-9] instead of [\d] in svn subrepo regex
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard webcommands: remove unncessary access to repo.changelog
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard archival: do not use repo.changelog directly
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard repair: pass variable explicitely to nested function
Thu, 26 Aug 2010 23:11:03 +0200 Mads Kiilerich mercurial.spec: specify file modes for install stable
Thu, 26 Aug 2010 22:51:48 +0200 Mads Kiilerich simplemerge: remove hash-bang from non-executable script stable
Thu, 26 Aug 2010 11:03:12 -0500 Matt Mackall merge with stable
Thu, 26 Aug 2010 11:00:46 -0500 Matt Mackall Added signature for changeset ff5cec76b1c5 stable
Thu, 26 Aug 2010 11:00:42 -0500 Matt Mackall Added tag 1.6.3 for changeset ff5cec76b1c5 stable
Tue, 17 Aug 2010 17:38:19 -0500 Sol Jerome util: avoid using hashlib on Python < 2.5 (issue2278) stable 1.6.3
Mon, 16 Aug 2010 12:55:42 -0500 Matt Mackall templates: add filenolink to raw style (issue2332) stable
Fri, 13 Aug 2010 10:53:10 +0200 Martin Geisler url: limit expansion to safe auth keys (Issue2328) stable
Fri, 13 Aug 2010 10:10:11 +0200 Martin Geisler url: expand vars in all [auth] settings (issue2328) stable
Thu, 26 Aug 2010 17:55:07 +0200 Thomas Arendsen Hein merge with stable
Thu, 26 Aug 2010 17:38:43 +0200 Thomas Arendsen Hein Fix merge-tools.checkconflicts stable
Thu, 26 Aug 2010 17:38:43 +0200 Thomas Arendsen Hein Fix merge-tools.checkconflicts
Wed, 25 Aug 2010 16:55:54 -0500 Matt Mackall bundlerepo: remove duplication of bundle decompressors
Wed, 25 Aug 2010 16:53:06 -0500 Matt Mackall bundle: introduce bundle class
Wed, 25 Aug 2010 15:33:06 -0500 Matt Mackall bundle: unify/refactor unbundle/readbundle
Wed, 25 Aug 2010 15:33:05 -0500 Matt Mackall bundle: factor out decompressor
Wed, 25 Aug 2010 15:20:25 -0500 Matt Mackall merge with stable
Sat, 21 Aug 2010 22:48:14 -0400 Brodie Rao alias: make shadowing behavior more consistent (issue2054) stable
Tue, 24 Aug 2010 23:30:51 +0900 Yuya Nishihara hgweb: handle exception of misconfigured path on index page stable
Tue, 24 Aug 2010 13:13:35 -0500 Matt Mackall statichttprepo: disable pushkey
Fri, 13 Aug 2010 16:05:08 +0200 Dan Villiom Podlaski Christiansen mq: extend support for the --mq argument to extension commands
Sun, 22 Aug 2010 13:17:34 +0200 Patrick Mezard repository: drop unused rjoin() method
Tue, 24 Aug 2010 15:13:11 +0200 Adrian Buehlmann tests: unify test-export
Wed, 25 Aug 2010 16:40:49 +0200 Martin Geisler revert: wrap long line
Wed, 25 Aug 2010 16:23:32 +0200 Martin Geisler util: remove lexists, Python 2.4 introduced os.path.lexists
Wed, 25 Aug 2010 13:40:46 +0200 Martin Geisler Merge with stable
Wed, 25 Aug 2010 13:29:46 +0200 Martin Geisler context: mark string for translation stable
Thu, 01 Jul 2010 16:30:41 +0200 Mads Kiilerich test-convert-cvs: test fuzz stable
Mon, 23 Aug 2010 22:32:36 +0200 Mads Kiilerich test-dispatch: drop test for missing working directory stable
Mon, 23 Aug 2010 22:22:05 +0200 Martin Geisler Merge with stable
Mon, 23 Aug 2010 22:16:56 +0200 Martin Geisler bookmarks: guard against listing bookmarks on unsupported repos stable
Mon, 23 Aug 2010 13:28:04 +0200 Benoit Boissinot mdiff.patch(): add a special case for when the base text is empty
Mon, 23 Aug 2010 13:24:19 +0200 Benoit Boissinot revlog: add rawsize(), identical to size() but not subclassed by filelog
Sun, 22 Aug 2010 23:17:17 +0200 Benoit Boissinot revlog.addrevision(): move computation of nodeid in addrevision()
Sun, 22 Aug 2010 19:41:04 +0200 Benoit Boissinot contrib/compress: compress should activate parentdelta
Sun, 22 Aug 2010 19:27:09 +0200 Benoit Boissinot contrib/compress: correct ordering of copying
Sun, 22 Aug 2010 19:26:07 +0200 Benoit Boissinot contrib/compress: refactor revlog copying
Sun, 22 Aug 2010 19:13:30 +0200 Benoit Boissinot contrib/compress: use store API instead of a collector
Sun, 22 Aug 2010 18:29:30 +0200 Benoit Boissinot contrib/compress: proper lock handling
Sun, 22 Aug 2010 18:23:32 +0200 Benoit Boissinot contrib/compress: use hg API to compute the destination path
Sun, 22 Aug 2010 18:21:30 +0200 Benoit Boissinot contrib/compress: use repo's transaction method
Sun, 22 Aug 2010 18:18:36 +0200 Benoit Boissinot contrib/compress: remove unused variables
Sat, 21 Aug 2010 23:24:52 -0400 Brodie Rao tests: unify test-hgrc
Sun, 22 Aug 2010 12:04:15 +0200 Patrick Mezard tests: remove test-log.out, useless after unification
Sat, 21 Aug 2010 19:31:59 +0200 Benoit Boissinot revlog: fix docstring
Sat, 21 Aug 2010 19:30:42 +0200 Benoit Boissinot deltaparent(): don't return nullrev for a revision containing a full snapshot
Sat, 21 Aug 2010 10:48:49 -0500 Matt Mackall merge with stable
Sat, 21 Aug 2010 10:44:57 -0500 Matt Mackall tests: fix up bisect test output stable
Sat, 21 Aug 2010 10:41:29 -0500 Matt Mackall merge: move reverse-merge logic out of filemerge (issue2342) stable
Fri, 20 Aug 2010 21:28:14 -0500 Matt Mackall bisect: add test for unrelated starting revisions
Fri, 20 Aug 2010 21:23:47 -0500 Matt Mackall merge with stable
Fri, 20 Aug 2010 17:16:37 -0500 Matt Mackall bisect: better message for unrelated starting revisions stable
Fri, 20 Aug 2010 15:31:05 -0500 Matt Mackall debuginstall: report installpath
Fri, 20 Aug 2010 18:26:20 +0200 Adrian Buehlmann tests: unify test-glog
Thu, 19 Aug 2010 17:33:46 -0500 Matt Mackall bookmarks: fix long line
Thu, 19 Aug 2010 17:29:13 -0500 Matt Mackall merge with stable
Fri, 13 Aug 2010 19:42:28 +0530 Vishakh H revlog: addgroup re-adds punched revisions for missing parents
Fri, 13 Aug 2010 19:41:51 +0530 Vishakh H revlog: generate full revisions when parent node is missing
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): inline deltachain computation
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): remove debug code
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): don't use nullrev as the default value for the cache
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): minor cleanup
Thu, 19 Aug 2010 15:04:21 -0400 David Soria Parra bookmarks: Check if the bookmark to delete exists on the remote stable
Thu, 19 Aug 2010 23:13:20 +0200 Patrick Mezard Merge with stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: remove useless lstat() fallback in nlinks() stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: correctly break hardlinks on network drives (issue761) stable
Thu, 19 Aug 2010 11:51:30 -0500 Matt Mackall merge with stable
Wed, 18 Aug 2010 18:56:44 -0400 Steve Losh aliases: provide more flexible ways to work with shell alias arguments
Wed, 18 Aug 2010 18:18:26 -0400 Steve Losh util: add an interpolate() function to for replacing multiple values
Wed, 18 Aug 2010 10:53:52 -0400 Brodie Rao convert: use encoding.encoding instead of locale.getpreferredencoding() stable
Wed, 18 Aug 2010 10:53:50 -0400 Brodie Rao convert: properly set encoding for gnuarch converter stable
Thu, 19 Aug 2010 11:14:09 -0500 Matt Mackall log: add logging for commands
Thu, 19 Aug 2010 11:14:02 -0500 Matt Mackall ui: add logging hook
Wed, 18 Aug 2010 06:05:09 +0530 Pradeepkumar Gayam tests: unify test-merge10
Wed, 18 Aug 2010 06:02:08 +0530 Pradeepkumar Gayam tests: unify test-merge9
Wed, 18 Aug 2010 05:55:56 +0530 Pradeepkumar Gayam tests: unify test-merge8
Wed, 18 Aug 2010 05:54:00 +0530 Pradeepkumar Gayam tests: unify test-merge7
Wed, 18 Aug 2010 05:21:07 +0530 Pradeepkumar Gayam tests: unify test-merge6
Wed, 18 Aug 2010 05:15:49 +0530 Pradeepkumar Gayam tests: unify test-merge5
Wed, 18 Aug 2010 05:12:44 +0530 Pradeepkumar Gayam tests: unify test-merge4
Wed, 18 Aug 2010 05:09:58 +0530 Pradeepkumar Gayam tests: unify test-merge2
Wed, 18 Aug 2010 05:05:51 +0530 Pradeepkumar Gayam tests: unify test-merge1
Wed, 18 Aug 2010 04:37:06 +0530 Pradeepkumar Gayam tests: unify test-excessive-merge
Wed, 18 Aug 2010 04:30:27 +0530 Pradeepkumar Gayam tests: unify test-double-merge
Wed, 18 Aug 2010 04:26:20 +0530 Pradeepkumar Gayam tests: unify test-copy-move-merge
Wed, 18 Aug 2010 04:21:10 +0530 Pradeepkumar Gayam tests: unify test-merge-closedheads
Thu, 19 Aug 2010 10:25:41 -0500 Matt Mackall merge with stable
Wed, 28 Jul 2010 23:05:03 -0600 Jeremy Whitlock color: enable branches support
Wed, 18 Aug 2010 23:37:26 +0200 Yann E. MORIN mq/qqueue: update bash completion
Wed, 18 Aug 2010 23:37:19 +0200 Yann E. MORIN mq/qqueue: add --purge option to delete a queue and its patch dir
Wed, 18 Aug 2010 23:34:28 +0200 Yann E. MORIN mq/qqueue: commonalise the queue deletion code
Wed, 18 Aug 2010 02:43:45 +0200 Mads Kiilerich mq: don't inherit default and default-push paths with --mq (issue2333) stable
Thu, 19 Aug 2010 16:34:12 +0200 Martin Geisler test-subrepo-paths: use printf instead of echo
Wed, 18 Aug 2010 19:37:23 +0200 Benoit Boissinot parendelta: fix computation of base rev (fixes issue2337)
Wed, 18 Aug 2010 19:45:52 +0200 Benoit Boissinot revlog._addrevision(): make the parent of the cached delta explicit
Thu, 19 Aug 2010 13:25:46 +0200 Martin Geisler subrepos: handle backslashes in subpaths
Thu, 19 Aug 2010 10:59:37 +0200 Dirkjan Ochtman help: document stringify templatefilter stable
Wed, 18 Aug 2010 11:59:35 +0200 Martin Geisler test-subrepo-paths: moved comment lines to where they belong
Tue, 17 Aug 2010 17:44:19 -0500 Matt Mackall merge with stable
Tue, 17 Aug 2010 17:41:20 -0500 Matt Mackall merge with i18n
Tue, 17 Aug 2010 17:40:53 -0500 Matt Mackall merge with i18n stable
Tue, 17 Aug 2010 12:02:34 -0300 Wagner Bruna i18n-pt_BR: fix typo in commit help text stable
Mon, 16 Aug 2010 16:10:30 -0300 Wagner Bruna i18n: merge with stable
Mon, 16 Aug 2010 16:06:10 -0300 Wagner Bruna i18n-pt_BR: synchronized with 2da0cf99b642 stable
Mon, 16 Aug 2010 15:46:00 -0300 Wagner Bruna i18n-pt_BR: fix typo stable
Sun, 15 Aug 2010 18:58:22 +0200 Martin Geisler i18n-da: synchronized with 7fa36341e7a0
Fri, 13 Aug 2010 14:29:30 +0800 Alecs King log: fix the bug 'hg log --stat -p == hg log --stat' stable
Sun, 08 Aug 2010 15:48:58 -0300 Renato Cunha hgfixes: added a fixer to convert changes in the email package
Tue, 03 Aug 2010 13:18:16 -0300 Renato Cunha contrib/setup3k.py: added script to build hg with py3k
Mon, 16 Aug 2010 16:35:20 -0300 Renato Cunha mq: save qrefresh message for easy recovery in case it fails (issue2062)
Tue, 17 Aug 2010 17:38:19 -0500 Sol Jerome util: avoid using hashlib on Python < 2.5 (issue2278)
Wed, 11 Aug 2010 20:28:39 +0800 Alecs King ui: differentiate empty configlist from None
Fri, 13 Aug 2010 13:11:41 -0300 Wagner Bruna revset: predicate to avoid lookup errors
Fri, 13 Aug 2010 13:16:34 -0400 Greg Ward inotify: show the exact command used to start the server
Tue, 17 Aug 2010 17:46:10 +0200 Dan Villiom Podlaski Christiansen demandimport: store level argument on _demandmod instances
Fri, 13 Aug 2010 13:59:26 -0400 Xavier Snelgrove revert: use opts.get
Tue, 17 Aug 2010 08:38:31 +0530 Pradeepkumar Gayam tests: unify test-copy2
Sun, 15 Aug 2010 13:29:46 +0200 Yann E. MORIN mq/qqueue: enable renaming of active queue
Sun, 15 Aug 2010 16:48:08 +0200 Yann E. MORIN mq/qqueue: split _setactive
Tue, 17 Aug 2010 13:22:20 -0500 Matt Mackall merge with stable
Mon, 16 Aug 2010 12:55:42 -0500 Matt Mackall templates: add filenolink to raw style (issue2332)
Sun, 15 Aug 2010 23:13:56 -0500 Matt Mackall revlog: optimize deltachain
Tue, 10 Aug 2010 22:28:52 +0530 Pradeepkumar Gayam manifest: correct readdelta() according to parentdeltas
Tue, 10 Aug 2010 22:28:30 +0530 Pradeepkumar Gayam contrib: simple extension to practically convert a repo from tip delta to parentdelta
Tue, 10 Aug 2010 22:28:08 +0530 Pradeepkumar Gayam localrepo: add parentdelta to requires only if enabled in config file
Tue, 10 Aug 2010 22:27:41 +0530 Pradeepkumar Gayam revlog: append delta against p1
Tue, 10 Aug 2010 22:27:16 +0530 Pradeepkumar Gayam revlog: teach revlog to construct a revision from parentdeltas
Tue, 10 Aug 2010 22:26:08 +0530 Pradeepkumar Gayam revlog: deltachain() returns chain of revs need to construct a revision
Tue, 10 Aug 2010 22:25:08 +0530 Pradeepkumar Gayam revlog: parentdelta flags for revlog index
Tue, 17 Aug 2010 17:33:42 +0200 Martin Geisler glossary: fixed typo stable
Tue, 17 Aug 2010 17:27:37 +0200 Martin Geisler Merge with stable
Sun, 15 Aug 2010 20:36:49 +0200 Adrian Buehlmann tests: unify test-clone-r
Tue, 17 Aug 2010 18:07:05 +0530 Pradeepkumar Gayam tests: unify test-debugcomplete
Tue, 17 Aug 2010 18:04:04 +0530 Pradeepkumar Gayam tests: unify tests-debugindexdot
Tue, 17 Aug 2010 18:02:13 +0530 Pradeepkumar Gayam tests: unify test-debugbuilddag
Tue, 17 Aug 2010 17:57:48 +0530 Pradeepkumar Gayam tests: unify test-diffdir
Tue, 17 Aug 2010 17:56:26 +0530 Pradeepkumar Gayam tests: unify test-children
Tue, 17 Aug 2010 17:54:32 +0530 Pradeepkumar Gayam tests: unify test-revlog-packentry
Tue, 17 Aug 2010 17:53:11 +0530 Pradeepkumar Gayam tests: unify test-revlog-group-emptyiter
Tue, 17 Aug 2010 17:48:59 +0530 Pradeepkumar Gayam tests: unify test-install
Tue, 17 Aug 2010 16:53:03 +0200 Martin Geisler tests: unify test-subrepo-svn
Tue, 17 Aug 2010 16:52:47 +0200 Martin Geisler tests: unify test-subrepo-relative-path
Tue, 17 Aug 2010 16:52:42 +0200 Martin Geisler tests: unify test-subrepo-paths
Tue, 17 Aug 2010 16:52:26 +0200 Martin Geisler tests: unify test-subrepo-deep-nested-change
Tue, 17 Aug 2010 16:52:05 +0200 Martin Geisler tests: unify test-subrepo
Tue, 17 Aug 2010 13:59:37 +0200 Martin Geisler glossary: add entry for "Branch, inactive" stable
Mon, 16 Aug 2010 20:44:33 +0200 Andreas Freimuth tests: unify test-patchbomb
Mon, 16 Aug 2010 20:33:58 +0200 Martin Geisler Merge with mpm
Mon, 16 Aug 2010 10:59:38 +0900 Nicolas Dumazet tests: unify test-mq-symlinks
Mon, 16 Aug 2010 10:58:03 +0900 Nicolas Dumazet tests: use regular expressions instead of helpers
Mon, 16 Aug 2010 10:53:52 +0900 Nicolas Dumazet tests: unify test-mq-strip
Sun, 15 Aug 2010 13:26:12 -0500 Matt Mackall tests: drop big sed from test-keyword.t
Fri, 13 Aug 2010 13:54:33 +0100 Christian Ebert tests: unify test-keyword
Fri, 13 Aug 2010 13:20:15 -0500 Matt Mackall test-walk: enable absolute path tests
Mon, 16 Aug 2010 02:03:29 +0900 Nicolas Dumazet tests: unify test-grep
Sun, 15 Aug 2010 23:38:00 +0900 Nicolas Dumazet cmdutil: code simplification
Sun, 15 Aug 2010 23:34:46 +0900 Nicolas Dumazet tests: unify test-log
Sun, 15 Aug 2010 23:17:53 +0900 Nicolas Dumazet log: do not --follow file that is deleted and recreated later (issue732)
Sun, 15 Aug 2010 22:44:15 +0900 Nicolas Dumazet tests: unify test-mq-safety
Sun, 15 Aug 2010 22:07:23 +0900 Nicolas Dumazet tests: unify test-mq-caches
Sun, 15 Aug 2010 21:58:43 +0900 Nicolas Dumazet tests: unify test-mq-guards
Sun, 15 Aug 2010 21:45:31 +0900 Nicolas Dumazet tests: unify test-mq-eol
Sun, 15 Aug 2010 21:41:45 +0900 Nicolas Dumazet tests: unify test-mq
Sun, 15 Aug 2010 18:50:19 +0200 Patrick Mezard Merge with stable
Sat, 14 Aug 2010 01:30:54 +0200 Dan Villiom Podlaski Christiansen encoding: improve handling of buggy getpreferredencoding() on Mac OS X stable
Sun, 15 Aug 2010 17:50:52 +0200 Patrick Mezard templatefilters: unnest uescape() stable
Wed, 11 Aug 2010 01:06:21 +0900 Yuya Nishihara templatefilters: use \uxxxx style escape for JSON string stable
Fri, 13 Aug 2010 17:21:06 +0200 Dan Villiom Podlaski Christiansen test-notify: make it pass on Mac OS X (again) stable
Sun, 15 Aug 2010 18:25:29 +0200 Adrian Buehlmann tests: combine test-dirstate-future.t
Sun, 15 Aug 2010 18:24:49 +0200 Adrian Buehlmann tests: unify test-dirstatedirs
Sun, 15 Aug 2010 18:13:46 +0200 Martin Geisler Merge with stable
Sun, 15 Aug 2010 17:49:59 +0200 Martin Geisler dagparser: transplant part of 4e804302d30c stable
Sun, 15 Aug 2010 17:48:05 +0200 Martin Geisler check-code: catch "echo -n" in tests stable
Sun, 15 Aug 2010 17:42:44 +0200 Martin Geisler test-init: replace 'echo -n' with 'printf'
Thu, 12 Aug 2010 20:54:34 -0300 Wagner Bruna revset: fix outgoing argument handling stable
Sun, 15 Aug 2010 17:33:03 +0200 Martin Geisler debugbuilddag: escape backslash properly in help string stable
Sat, 14 Aug 2010 18:31:22 -0300 Renato Cunha url.py: removed 'file' inheritance in the httpsendfile class
Sun, 15 Aug 2010 11:05:04 +0200 Benoit Boissinot fix undefined variables, spotted by pylint
Sat, 07 Aug 2010 16:38:38 -0300 Renato Cunha py3kcompat: added fake ord implementation for py3k
Sat, 14 Aug 2010 14:57:33 +0200 Greg Ward commit: explicitly document the existence of "last-message.txt" stable
Sat, 14 Aug 2010 03:30:35 +0200 Martin Geisler Merge with stable
Sat, 14 Aug 2010 03:28:45 +0200 Martin Geisler tests: unify test-changelog-exec
Sat, 14 Aug 2010 03:27:24 +0200 Martin Geisler tests: unify test-cat
Sat, 14 Aug 2010 03:26:03 +0200 Martin Geisler tests: unify test-bundle-vs-outgoing
Sat, 14 Aug 2010 03:23:56 +0200 Martin Geisler tests: unify test-bundle-type
Sat, 14 Aug 2010 03:22:11 +0200 Martin Geisler tests: unify test-bundle-r
Sat, 14 Aug 2010 03:16:02 +0200 Martin Geisler tests: unify test-bundle
Sat, 14 Aug 2010 03:08:02 +0200 Martin Geisler tests: unify test-branch-option
Sat, 14 Aug 2010 03:06:52 +0200 Martin Geisler tests: unify test-branches
Fri, 13 Aug 2010 00:34:44 +0200 Adrian Buehlmann tests: unify test-dumprevlog
Thu, 12 Aug 2010 20:25:37 +0200 Adrian Buehlmann tests: unify test-dirstate-future
Thu, 12 Aug 2010 17:30:12 +0200 Adrian Buehlmann tests: unify test-fncache
Sat, 14 Aug 2010 03:00:22 +0200 Martin Geisler tests: unify test-bookmarks-strip
Sat, 14 Aug 2010 02:59:48 +0200 Martin Geisler tests: unify test-bookmarks-rebase
Sat, 14 Aug 2010 02:58:34 +0200 Martin Geisler tests: unify test-bookmarks-current
Sat, 14 Aug 2010 02:57:54 +0200 Martin Geisler tests: unify test-bookmarks
Sat, 14 Aug 2010 02:55:54 +0200 Martin Geisler tests: unify test-bisect2
Sat, 14 Aug 2010 02:39:39 +0200 Martin Geisler tests: unify test-bad-pull
Sat, 14 Aug 2010 02:35:44 +0200 Martin Geisler tests: unify test-bad-extension
Sat, 14 Aug 2010 02:30:05 +0200 Martin Geisler tests: unify test-backwards-remove
Sat, 14 Aug 2010 02:28:53 +0200 Martin Geisler tests: unify test-backout
Sat, 14 Aug 2010 02:26:58 +0200 Martin Geisler tests: unify test-audit-path
Sat, 14 Aug 2010 02:26:53 +0200 Martin Geisler tests: unify test-archive-symlinks
Sat, 14 Aug 2010 02:22:10 +0200 Martin Geisler tests: unify test-archive
Sat, 14 Aug 2010 02:18:17 +0200 Martin Geisler tests: unify test-annotate
Sat, 14 Aug 2010 02:17:59 +0200 Martin Geisler tests: unify test-addremove-similar
Sat, 14 Aug 2010 02:12:01 +0200 Martin Geisler tests: unify test-addremove
Sat, 14 Aug 2010 02:11:18 +0200 Martin Geisler tests: unify test-acl
Sat, 14 Aug 2010 02:03:01 +0200 Martin Geisler tests: unify test-abort-checkin
Sat, 14 Aug 2010 02:00:33 +0200 Martin Geisler tests: unify test-1102
Sat, 14 Aug 2010 01:58:04 +0200 Martin Geisler tests: unify test-586
Sat, 14 Aug 2010 01:31:57 +0200 Mads Kiilerich mercurial.spec: gettext is a build requirement for getting proper localization stable
Fri, 13 Aug 2010 13:32:05 -0300 Wagner Bruna http basic auth: reset redirect counter on new requests (issue2255) stable
Fri, 13 Aug 2010 18:02:02 +0200 Benoit Boissinot rebase: recompute the set of skipped rev when using --continue (issue2330) stable
Sun, 25 Jul 2010 08:22:03 -0700 Lee Cantey Remove variable output affected by length of TMPDIR. stable
Fri, 13 Aug 2010 15:18:15 +0200 Martin Geisler Merge with stable
Fri, 13 Aug 2010 15:17:55 +0200 Martin Geisler tests: update to match "hg help resolve" output from 53fdc0989047 stable
Fri, 13 Aug 2010 11:12:37 +0200 Martin Geisler test-clone: f1c2de22b8a8 lost changes from b1ae33b813cb
Fri, 13 Aug 2010 10:53:10 +0200 Martin Geisler url: limit expansion to safe auth keys (Issue2328)
Fri, 13 Aug 2010 10:28:59 +0200 Martin Geisler Merge with stable
Thu, 12 Aug 2010 22:48:22 +0200 Mark Edgington resolve: updated help documentation for improved clarity stable
Thu, 12 Aug 2010 11:15:33 +0200 Daniel J. Lauk convert: Test svn sink for a repo with tags. stable
Fri, 13 Aug 2010 10:13:38 +0200 Martin Geisler hgrc.5: fix "hg hg status" -> "hg status" stable
Fri, 13 Aug 2010 10:10:11 +0200 Martin Geisler url: expand vars in all [auth] settings (issue2328)
Thu, 12 Aug 2010 18:09:03 -0500 Matt Mackall merge with stable
Thu, 12 Aug 2010 18:08:52 -0500 Matt Mackall merge with i18n
Thu, 12 Aug 2010 18:08:31 -0500 Matt Mackall merge with i18n stable
Thu, 12 Aug 2010 18:10:42 +0200 Martin Geisler i18n: merge Romanian translation
Thu, 12 Aug 2010 18:10:26 +0200 Martin Geisler i18n: merge with stable
Thu, 12 Aug 2010 16:53:56 +0200 Paolo Giarrusso i18n-it: update many broken fuzzy messages stable
Thu, 12 Aug 2010 16:30:17 +0200 Paolo Giarrusso i18n-it: readd missing non-ASCII characters stable
Thu, 12 Aug 2010 16:30:17 +0200 Paolo Giarrusso i18n-it: avoid using two spaces after a '.' stable
Mon, 09 Aug 2010 10:56:56 +0200 Daniel Dumitriu i18n-ro: initial version
Thu, 12 Aug 2010 18:30:24 +0200 Martin Geisler Merge with stable
Thu, 12 Aug 2010 18:30:06 +0200 Martin Geisler test-check-code: fix test after e1359ad582f6
Thu, 12 Aug 2010 18:00:41 +0200 Martin Geisler cmdutil: remove unnecessary parenthesis
Thu, 12 Aug 2010 17:58:03 +0200 Martin Geisler patch: fix typo in comment
Thu, 05 Aug 2010 12:25:53 +0200 Dan Villiom Podlaski Christiansen qguard: label patch names by status when listing guards
Fri, 02 Jul 2010 15:12:50 +0900 Nicolas Dumazet hg.clone: do not ignore branch argument when source is a repo object stable
Wed, 11 Aug 2010 20:16:22 +0800 Alecs King merge: fix typo in docstring
Thu, 12 Aug 2010 16:42:41 +0800 Alecs King check-code: add exit status
Thu, 12 Aug 2010 09:40:48 +0100 Christian Ebert test-patch.t: typos
Thu, 12 Aug 2010 23:46:56 +0900 Nicolas Dumazet tests: unify test-alias
Thu, 12 Aug 2010 23:27:32 +0900 Nicolas Dumazet tests: unify test-parents
Thu, 12 Aug 2010 23:22:25 +0900 Nicolas Dumazet tests: merge all 4 test-symlink* into test-symlinks
Thu, 12 Aug 2010 23:02:12 +0900 Nicolas Dumazet tests: unify test-symlink-root
Thu, 12 Aug 2010 23:00:36 +0900 Nicolas Dumazet tests: unify test-symlink-basic
Thu, 12 Aug 2010 22:58:46 +0900 Nicolas Dumazet tests: unify test-symlink-addremove
Thu, 12 Aug 2010 22:57:06 +0900 Nicolas Dumazet tests: unify test-qimport-eol
Thu, 12 Aug 2010 22:54:41 +0900 Nicolas Dumazet tests: unify test-import
Tue, 10 Aug 2010 13:21:28 +0200 Adrian Buehlmann tests: unify test-clone
Thu, 12 Aug 2010 22:31:40 +0900 Nicolas Dumazet tests: unify test-copy
Thu, 12 Aug 2010 22:28:21 +0900 Nicolas Dumazet tests: unify test-commit-unresolved
Thu, 12 Aug 2010 22:24:13 +0900 Nicolas Dumazet unify test-commit-copy
Thu, 12 Aug 2010 22:22:17 +0900 Nicolas Dumazet tests: unify test-commit
Thu, 12 Aug 2010 22:19:59 +0900 Nicolas Dumazet tests: unify test-committer
Thu, 12 Aug 2010 22:14:19 +0900 Nicolas Dumazet tests: unify test-transplant
Thu, 12 Aug 2010 21:52:53 +0900 Nicolas Dumazet tests: unify test-walk
Thu, 12 Aug 2010 20:08:02 +0900 Nicolas Dumazet tests: unify test-symlinks
Thu, 12 Aug 2010 20:02:59 +0900 Nicolas Dumazet tests: unify test-conflict
Thu, 12 Aug 2010 19:49:58 +0900 Nicolas Dumazet tests: unify test-identify
Thu, 12 Aug 2010 19:43:45 +0900 Nicolas Dumazet tests: unify test-add
Thu, 12 Aug 2010 19:40:22 +0900 Nicolas Dumazet tests: remove useless sed in test-hook
Thu, 12 Aug 2010 19:38:31 +0900 Nicolas Dumazet tests: unify test-hook
Thu, 12 Aug 2010 19:10:57 +0900 Nicolas Dumazet tests: unify test-flags
Thu, 12 Aug 2010 16:53:23 +0900 Nicolas Dumazet repair: do not compress partial bundle if we do not keep it on disk
Thu, 12 Aug 2010 16:45:47 +0900 Nicolas Dumazet store: skip decodir check if path does not contain '.hg/'
Sat, 17 Jul 2010 00:47:06 +0900 Nicolas Dumazet strip: support multiple revisions
Thu, 12 Aug 2010 16:35:34 +0900 Nicolas Dumazet tests: unify test-tag
Thu, 12 Aug 2010 15:41:58 +0900 Nicolas Dumazet tests: unify test-verify
Thu, 12 Aug 2010 15:31:18 +0900 Nicolas Dumazet tests: unify test-init
Thu, 12 Aug 2010 15:18:44 +0900 Nicolas Dumazet tests: unify test-paths
Thu, 12 Aug 2010 15:12:25 +0900 Nicolas Dumazet tests: unify test-patch
Thu, 12 Aug 2010 15:07:25 +0900 Nicolas Dumazet tests: unify test-status-color
Thu, 12 Aug 2010 14:54:10 +0900 Nicolas Dumazet tests: unify test-status
Thu, 12 Aug 2010 14:53:34 +0900 Nicolas Dumazet tests: catch re.error if test line is not a valid regular expression
Wed, 11 Aug 2010 12:30:18 +0200 Martin Geisler Merge with stable
Wed, 11 Aug 2010 12:29:20 +0200 Martin Geisler convert: less shouting in SVN sink warning stable
Wed, 11 Aug 2010 11:46:06 +0200 Daniel J. Lauk convert: Using --dest-type svn crashed, if the source repo used tags. stable
Wed, 11 Aug 2010 12:21:27 +0200 Martin Geisler commands: use round parenthesis in 'hg head --active' help stable
Wed, 11 Aug 2010 12:19:01 +0200 Martin Geisler graphlog: mark --branch as incompatible with --graph stable
Thu, 15 Jul 2010 18:10:05 +0200 Martin Geisler subrepos: support remapping of .hgsub source paths
Tue, 10 Aug 2010 16:55:38 +0200 Martin Geisler bookmarks: replace var used as a Boolean with a Boolean
Mon, 09 Aug 2010 16:55:53 -0500 Matt Mackall merge with stable
Mon, 09 Aug 2010 21:43:39 +0200 Mads Kiilerich test-dispatch: Make test of removed working directory work on AIX (issue2315) stable
Mon, 09 Aug 2010 12:25:01 -0500 Matt Mackall tests: only run check-code on tracked files
Mon, 09 Aug 2010 16:08:33 +0200 Martin Geisler Merge with stable
Mon, 09 Aug 2010 15:31:56 +0200 Martin Geisler dirstate: ignore symlinks when fs cannot handle them (issue1888) stable
Sun, 08 Aug 2010 23:10:08 +0200 Yann E. MORIN mq/qqueue: enable bash completion
Sun, 08 Aug 2010 22:49:01 +0200 Yann E. MORIN mq/qqueue: --list does not print (active) with --quiet
Sun, 08 Aug 2010 22:29:39 +0200 Patrick Mezard Merge with stable
Sat, 07 Aug 2010 16:27:16 +0900 Yuya Nishihara templatefilters: make json filter handle multibyte characters correctly stable
Sat, 07 Aug 2010 16:13:53 -0300 Renato Cunha check-code: added a check for calls to the builtin cmp function
Sat, 07 Aug 2010 16:12:51 -0300 Renato Cunha manifest: removed usage of the global cmp function
Sat, 07 Aug 2010 15:38:05 +0200 Patrick Mezard tests: run check-code.py on working directory files
Sat, 07 Aug 2010 12:55:30 +0800 Alecs King minor style fix: hgext/rebase.py:157 -- line too long
Sat, 07 Aug 2010 15:32:33 +0900 Yuya Nishihara zsh completions: add qpush --move option
Fri, 06 Aug 2010 12:59:13 -0500 Matt Mackall Merge with stable
Fri, 06 Aug 2010 12:18:33 -0500 Matt Mackall chunkbuffer: use += rather than cStringIO to reduce memory footprint stable
Thu, 05 Aug 2010 16:17:39 -0500 Matt Mackall httprepo: decompress stream incrementally to reduce memory usage stable
Thu, 05 Aug 2010 16:17:33 -0500 Matt Mackall verify: initialize rp variable in case we hit out of memory stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall merge: drop reference to file contents after write stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall revlog: drop cache after use to save memory footprint stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall verify: reduce memory footprint when unpacking files stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall verify: report exceptions that don't have a str() method stable
Wed, 04 Aug 2010 13:21:11 -0500 Matt Mackall color: fix test-diff-color breakage
Tue, 03 Aug 2010 13:02:11 -0400 Brodie Rao hgcia/color: remove star imports
Tue, 03 Aug 2010 13:59:14 -0300 Renato Cunha hgfixes: added a fixer that makes bytes to be formatted correctly
Tue, 03 Aug 2010 13:52:48 -0300 Renato Cunha py3kcompat: added a "compatibility layer" for py3k
Tue, 03 Aug 2010 13:41:47 -0300 Renato Cunha hgfixes: add a fixer to convert plain strings to bytestrings
Tue, 03 Aug 2010 19:38:19 +0530 Vishakh H revlog: add shallow header flag
Tue, 03 Aug 2010 19:38:19 +0530 Vishakh H revlog: add punched revision flag
Tue, 03 Aug 2010 00:10:28 -0500 Matt Mackall tests: unify test-tags
Mon, 02 Aug 2010 23:43:06 -0500 Matt Mackall tests: unify test-empty
Mon, 02 Aug 2010 23:29:14 -0500 Matt Mackall tests: unify test-basic
Mon, 02 Aug 2010 23:27:22 -0500 Matt Mackall tests: basic support for unified tests
Mon, 02 Aug 2010 15:44:54 -0500 Matt Mackall tests: move script execution in runner helpers
Mon, 02 Aug 2010 13:31:43 -0500 Matt Mackall Merge with stable
Mon, 02 Aug 2010 13:30:03 -0500 Matt Mackall Added signature for changeset c00f03a4982e stable
Mon, 02 Aug 2010 13:30:03 -0500 Matt Mackall Added tag 1.6.2 for changeset c00f03a4982e stable
Mon, 02 Aug 2010 13:18:32 -0300 Wagner Bruna i18n-pt_BR: synchronized with 87dcf758309d stable 1.6.2
Mon, 02 Aug 2010 13:11:33 -0300 Wagner Bruna merge with i18n stable stable
Sun, 01 Aug 2010 22:43:13 +0200 Jens Bäckman i18n-sv: synchronized with 56b41b2cc690 stable
Mon, 02 Aug 2010 10:55:51 -0500 Matt Mackall Merge with stable
Mon, 02 Aug 2010 10:48:31 -0400 Brodie Rao color: call correct superclass method in write_err stable
Fri, 30 Jul 2010 10:38:54 +0300 timeless convert/progress: use plural and avoid retrieving stable
Sun, 01 Aug 2010 16:02:56 -0500 Matt Mackall qfinish: fix range logic for --applied
Tue, 20 Jul 2010 20:53:48 +0200 timeless rebase/progress: Adding progress for rebasing
Thu, 22 Jul 2010 18:47:46 +0300 timeless record: count lines changed as the number of lines added or removed
Sun, 01 Aug 2010 16:26:02 -0400 Brodie Rao color: pass write/write_err to win32print correctly (issue2312) stable
Sun, 01 Aug 2010 13:52:42 -0500 Matt Mackall Merge with stable
Sun, 01 Aug 2010 13:49:43 -0500 Matt Mackall Added signature for changeset bf1774d95bde stable
Sun, 01 Aug 2010 13:49:42 -0500 Matt Mackall Added tag 1.6.1 for changeset bf1774d95bde stable
Sun, 01 Aug 2010 08:54:30 -0500 Matt Mackall Merge with stable
Sun, 01 Aug 2010 01:54:31 -0300 Wagner Bruna i18n-pt_BR: synchronized with db426935fa94 stable 1.6.1
Sun, 01 Aug 2010 01:51:21 -0300 Wagner Bruna Merge with stable stable
Sun, 01 Aug 2010 01:46:58 -0300 Wagner Bruna i18n-pt_BR: synchronized with 0e789549271d stable
Sun, 25 Jul 2010 10:51:05 +0200 Jens Bäckman i18n-sv: synchronized with c47cb3193c53 stable
Sat, 31 Jul 2010 18:27:03 -0500 Matt Mackall help: fix bytes/digit confusion for hashes
Sat, 31 Jul 2010 18:12:50 -0500 Matt Mackall Merge with stable
Fri, 30 Jul 2010 10:32:24 +0300 timeless progress: use gerund (updating) for merge progress stable
Sat, 10 Jul 2010 21:23:00 +0200 Gilles Moris qpush --move: move the right patch even with comment lines stable
Sat, 31 Jul 2010 11:41:58 +0900 Nicolas Dumazet merge with stable
Sat, 31 Jul 2010 11:41:42 +0900 Nicolas Dumazet perf: break down long line
Sat, 31 Jul 2010 11:36:24 +0900 Nicolas Dumazet dispatch: trailing whitespace stable
Sat, 31 Jul 2010 11:05:11 +0900 Nicolas Dumazet merge crew and main
Sat, 31 Jul 2010 11:04:33 +0900 Nicolas Dumazet merge crew and main stable
Sat, 31 Jul 2010 10:50:29 +0900 Nicolas Dumazet mq: clarify the fact that qimport is trying to read a file stable
Fri, 30 Jul 2010 10:07:46 +0900 Nicolas Dumazet revset: add min function
Fri, 30 Jul 2010 14:41:47 +0900 Nicolas Dumazet runrst: try to be more helpful if docutils is not installed stable
Thu, 29 Jul 2010 17:18:17 +0900 Nicolas Dumazet mq: correct qimport documentation
Thu, 29 Jul 2010 12:10:22 +0900 Nicolas Dumazet merge with stable
Sat, 24 Jul 2010 11:20:21 +0300 Idan Kamara bookmarks: don't allow name to contain whitespaces only stable
Thu, 29 Jul 2010 10:39:59 +0900 Nicolas Dumazet context: reuse filecontext.cmp in workingfilecontext.cmp
Tue, 27 Jul 2010 23:40:46 +0900 Nicolas Dumazet filectx: use cmp(self, fctx) instead of cmp(self, text)
Wed, 28 Jul 2010 11:07:20 +0200 Patrick Mezard mq: fix qimport --name --existing --force on win32
Fri, 23 Jul 2010 23:43:43 +0900 Nicolas Dumazet mq: document possible combination of -e and -n for qimport
Wed, 21 Jul 2010 11:53:09 +0900 Nicolas Dumazet mq: support "qimport --existing --name renametothis thatexistingpatch"
Sat, 24 Jul 2010 00:28:20 +0900 Nicolas Dumazet localrepo: refactor filter computation
Tue, 27 Jul 2010 16:04:00 -0500 Matt Mackall Merge with stable
Tue, 27 Jul 2010 16:03:42 -0500 Matt Mackall Merge with crew
Tue, 27 Jul 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen alias: improved diagnostic when arguments include --cwd, etc.
Tue, 27 Jul 2010 20:50:09 +0530 Pradeepkumar Gayam perf: add perfrevlog function to check performance of revlog
Tue, 27 Jul 2010 01:16:38 +0530 Pradeepkumar Gayam revlog: add a flags method that returns revision flags
Tue, 27 Jul 2010 14:40:25 -0400 Benjamin Pollack tag: do not allow tag names to consist solely of whitespace (issue2307) stable
Sun, 25 Jul 2010 21:20:05 -0500 Matt Mackall Merge with stable
Tue, 20 Jul 2010 15:49:28 +0200 Mads Kiilerich convert: warn on superfluous / in paths
Sat, 24 Jul 2010 22:15:22 +0200 David Soria Parra inotify: remove unused variable
Sun, 25 Jul 2010 17:18:35 -0500 Matt Mackall convert: handle closed branch heads in hg-hg conversion (issue2185)
Sun, 25 Jul 2010 17:10:32 -0500 Matt Mackall check-code: add warning on lines over 80 characters
Mon, 26 Jul 2010 23:26:15 +0200 Patrick Mezard debugbuilddag: build repository content in binary mode
Mon, 26 Jul 2010 22:29:49 +0200 Patrick Mezard cleanup: typos
Mon, 26 Jul 2010 22:29:17 +0200 Patrick Mezard revsets.txt: minor improvements
Mon, 26 Jul 2010 22:28:37 +0200 Patrick Mezard dispatch: write Abort hint to stderr too
Mon, 26 Jul 2010 22:26:12 +0200 Patrick Mezard bookmarks: sort diffbookmarks() output
Sun, 25 Jul 2010 21:20:05 -0500 Matt Mackall Merge with stable
Tue, 20 Jul 2010 15:49:28 +0200 Mads Kiilerich convert: warn on superfluous / in paths
Sat, 24 Jul 2010 22:15:22 +0200 David Soria Parra inotify: remove unused variable
Sun, 25 Jul 2010 20:01:33 -0500 Christian Ebert keyword: move collecting of [keyword] patterns to reposetup (issue2303) stable
Wed, 21 Jul 2010 22:22:28 +0200 Mads Kiilerich hgwebdir: allow pure relative globs in paths stable
Thu, 22 Jul 2010 15:26:26 -0400 Brodie Rao alias: ensure checksignature() is applied directly to the command (issue2286) stable
Sat, 24 Jul 2010 00:38:08 +0200 Mads Kiilerich dispatch: give better error message when cwd doesn't exist (issue2293) stable
Thu, 22 Jul 2010 23:18:38 +0900 FUJIWARA Katsunori i18n: safety writing into non-ASCII named files on any shell implementation stable
Sun, 25 Jul 2010 17:18:35 -0500 Matt Mackall convert: handle closed branch heads in hg-hg conversion (issue2185)
Sun, 25 Jul 2010 17:10:32 -0500 Matt Mackall check-code: add warning on lines over 80 characters
Sun, 25 Jul 2010 08:22:03 -0700 Lee Cantey Remove variable output affected by length of TMPDIR.
Sun, 25 Jul 2010 13:10:57 +0200 Benoit Boissinot chunkbuffer: split big strings directly in chunkbuffer
Sun, 25 Jul 2010 10:05:38 +0900 Nicolas Dumazet localrepo.status: move fixup concatenation inside if block for clarity
Sat, 24 Jul 2010 17:23:08 +0200 Benoit Boissinot chunkbuffer: targetsize isn't used outside of read()
Sat, 24 Jul 2010 15:21:39 +0200 Benoit Boissinot chunkbuffer: use list instead of cStringIO
Sat, 24 Jul 2010 15:20:29 +0200 Benoit Boissinot chunkbuffer: use for/else to detect end of iteration
Sat, 24 Jul 2010 00:15:29 +0200 Benoit Boissinot changegroup*(): use enumerate when possible
Sat, 24 Jul 2010 00:03:19 +0200 Benoit Boissinot changegroupsubset(): with the fix, prune() is actually useful in the testsuite
Thu, 22 Jul 2010 13:48:34 +0200 Martin Geisler test-permissions: echo commands to make output readable
Fri, 23 Jul 2010 00:04:18 +0200 Benoit Boissinot changegroupsubset: simplify knownheads/has_cl_set computation
Thu, 22 Jul 2010 23:54:57 +0200 Benoit Boissinot changegroupsubset(): ancestors() is not inclusive, we need to remove the "heads"
Thu, 22 Jul 2010 23:44:14 +0200 Benoit Boissinot changegroupsubset(): move comment at the right place
Thu, 22 Jul 2010 23:13:03 +0200 Benoit Boissinot changegroupsubset(): refactor the prune() functions
Thu, 22 Jul 2010 22:23:54 +0200 Martin Geisler Merge with stable
Thu, 22 Jul 2010 21:43:45 +0200 Martin Geisler help: make helptable a list instead of a tuple stable
Sat, 03 Jul 2010 08:28:23 +0200 Jason Harris test-command-template: test 'children' template keyword
Sat, 03 Jul 2010 05:24:16 +0200 Jason Harris templates: 'children' keyword
Thu, 22 Jul 2010 16:51:45 +0200 Benoit Boissinot changegroupsubset(): change variable names, simplify lookup logic
Thu, 22 Jul 2010 16:18:33 +0200 Benoit Boissinot changegroup(): used "linkrev" instead of "revlink"
Thu, 22 Jul 2010 15:32:26 +0200 Benoit Boissinot fix comment
Thu, 22 Jul 2010 08:24:56 -0500 Matt Mackall Merge with stable
Thu, 22 Jul 2010 08:17:38 -0500 Matt Mackall revset: fix ancestor subset handling (issue2298) stable
Mon, 12 Jul 2010 16:07:58 +0200 Christian Fischer hgwebdir: use template paths configured in the hgrc (issue2281) stable
Thu, 22 Jul 2010 14:34:37 +0200 Benoit Boissinot changegroup*(): use set instead of dict
Thu, 22 Jul 2010 10:49:55 +0200 Martin Geisler Merge with stable
Wed, 21 Jul 2010 17:06:00 -0400 Brodie Rao bash/zsh completion: use HGPLAIN when invoking hg (issue2297) stable
Thu, 22 Jul 2010 14:30:27 +0900 Dan Drake patch: fix extract() docstring, it returns branch as well stable
Thu, 22 Jul 2010 15:14:22 +0900 Nicolas Dumazet merge with stable
Thu, 22 Jul 2010 14:33:50 +0900 Nicolas Dumazet doc: remove has_key usage in hgmanpage stable
Thu, 22 Jul 2010 14:30:29 +0900 Nicolas Dumazet gendoc: remove callable usage (check-code) stable
Wed, 21 Jul 2010 12:41:18 +0900 Nicolas Dumazet bookmarks: rewrite _bookmarks method documentation stable
Wed, 21 Jul 2010 19:29:57 +0200 Mads Kiilerich init: create target directory recursively stable
Wed, 21 Jul 2010 17:51:37 +0200 Mads Kiilerich doc: make sure we use our own code for generating man pages stable
Sun, 18 Jul 2010 21:29:29 -0400 Greg Ward transplant: crash if repo.commit() finds nothing to commit stable
Tue, 20 Jul 2010 20:37:29 +0530 Vishakh H mq: cleanup status if applied mq is stripped (issue1881) stable
Tue, 20 Jul 2010 18:29:00 +0900 Nicolas Dumazet bundle: lookup revisions after addbranchrevs stable
Tue, 20 Jul 2010 14:42:05 +0900 Nicolas Dumazet log: do not redefine cachefunc in walkchangerevs
Wed, 21 Jul 2010 09:43:45 +0200 Martin Geisler cmdutils: fix code style
Tue, 20 Jul 2010 23:29:49 +0530 Vishakh H contrib: add debugshell extension
Tue, 20 Jul 2010 14:32:33 +0900 Nicolas Dumazet log: document the different phases in walkchangerevs
Tue, 20 Jul 2010 14:13:33 +0900 Nicolas Dumazet log: slowpath: only walk specified revision range during preparation
Tue, 20 Jul 2010 15:07:10 -0500 Matt Mackall Merge with stable
Tue, 13 Jul 2010 03:04:14 +0200 Mads Kiilerich revert: rename original to .orig instead of copying (issue2282) stable
Tue, 20 Jul 2010 14:00:47 -0400 Greg Ward inotify: make inotifydirstate.status() returns a tuple of lists. stable
Tue, 20 Jul 2010 20:52:23 +0200 Dirkjan Ochtman protocol: move the streamclone implementation into wireproto
Tue, 20 Jul 2010 09:56:37 +0200 Dirkjan Ochtman protocol: use generators instead of req.write() for hgweb stream responses
Tue, 20 Jul 2010 20:53:33 +0200 Dirkjan Ochtman protocol: wrap non-string protocol responses in classes
Fri, 16 Jul 2010 22:20:19 +0200 Dirkjan Ochtman protocol: convert StreamException to generated error code
Fri, 16 Jul 2010 22:20:10 +0200 Dirkjan Ochtman protocol: extract compression from streaming mechanics
Fri, 16 Jul 2010 18:18:35 +0200 Dirkjan Ochtman protocol: rename send methods to get grouping by prefix
Fri, 16 Jul 2010 18:16:15 +0200 Dirkjan Ochtman protocol: shuffle server methods to group send methods
Fri, 16 Jul 2010 23:02:46 +0200 Dirkjan Ochtman protocol: do not translate error messages on the remote side
Fri, 16 Jul 2010 19:02:30 +0200 Dirkjan Ochtman protocol: use return shortcut instead of respond function
Fri, 16 Jul 2010 19:01:34 +0200 Dirkjan Ochtman protocol: command must be checked before passing in
Tue, 20 Jul 2010 10:05:30 +0200 Dirkjan Ochtman tests: rename some tests to help grouping
Thu, 15 Jul 2010 10:24:31 +0200 Christian Ebert keyword: add extra datefilters in a single update call
Mon, 19 Jul 2010 00:43:34 +0200 Martin Geisler Merge with stable
Mon, 19 Jul 2010 00:43:24 +0200 Martin Geisler Merge with main
Mon, 19 Jul 2010 00:41:41 +0200 Martin Geisler cmdutil: fix accidental name clash with revrange function
Wed, 14 Jul 2010 18:28:12 -0400 Steve Losh commands: fix update's help to be more accurate stable
Sun, 18 Jul 2010 01:06:50 +0900 FUJIWARA Katsunori i18n: use encoding.colwidth() for correct column width stable
Sun, 18 Jul 2010 18:11:59 +0900 Nicolas Dumazet merge with stable
Sun, 04 Jul 2010 18:07:30 +0900 Nicolas Dumazet log: slowpath: do not read the full changelog
Sat, 03 Jul 2010 18:11:15 +0900 Nicolas Dumazet log: remove increasing windows usage in fastpath
Sat, 03 Jul 2010 18:01:54 +0900 Nicolas Dumazet log: refactor: test for ranges inside filerevgen
Sat, 03 Jul 2010 17:58:48 +0900 Nicolas Dumazet log: refactor: compute the value of last outside of filerevgen
Fri, 16 Jul 2010 16:33:55 +0900 Nicolas Dumazet context: use os.lstat instead of os.stat to fetch file size stable
Fri, 16 Jul 2010 13:26:39 -0500 Matt Mackall check-code: add --blame switch
Fri, 16 Jul 2010 18:35:15 +0200 Benoit Boissinot changegroupsubset: remove unneeded cast to list
Fri, 16 Jul 2010 14:48:52 +0200 Martin Geisler check-code: catch dict.has_key
Fri, 16 Jul 2010 14:45:52 +0200 Martin Geisler Merge with stable
Fri, 16 Jul 2010 14:44:30 +0200 Martin Geisler mark ui.warn strings for translation stable
Fri, 16 Jul 2010 14:40:57 +0200 Martin Geisler check-code: warn about untranslated ui.warn calls stable
Fri, 16 Jul 2010 13:38:33 +0200 Benoit Boissinot localrepo: remove push_{unbundle,addchangegroup}(), factor it inside push()
Fri, 16 Jul 2010 00:52:13 +0200 Benoit Boissinot wireproto: refactor list of nodeid encoding / decoding
Thu, 15 Jul 2010 15:06:45 -0500 Matt Mackall ssh: drop some old imports
Thu, 15 Jul 2010 15:05:04 -0500 Matt Mackall protocol: move hgweb protocol support back into protocol.py
Thu, 15 Jul 2010 13:56:52 -0500 Matt Mackall protocol: unify server-side capabilities functions
Thu, 15 Jul 2010 11:24:42 -0500 Matt Mackall protocol: unify unbundle on the server side
Wed, 14 Jul 2010 17:12:18 -0500 Matt Mackall protocol: unify client unbundle support
Wed, 14 Jul 2010 17:09:31 -0500 Matt Mackall protocol: unify client changegroup methods
Wed, 14 Jul 2010 17:07:13 -0500 Matt Mackall protocol: convert some ssh abort calls
Wed, 14 Jul 2010 17:07:10 -0500 Matt Mackall protocol: clean up call-like functions in http and ssh clients
Wed, 14 Jul 2010 16:55:44 -0500 Matt Mackall protocol: unify stream_out client code
Wed, 14 Jul 2010 16:35:51 -0500 Matt Mackall protocol: unify basic http client requests
Wed, 14 Jul 2010 16:34:57 -0500 Matt Mackall protocol: move basic ssh client commands to wirerepository
Wed, 14 Jul 2010 16:19:27 -0500 Matt Mackall protocol: unify stream_out command
Wed, 14 Jul 2010 15:43:20 -0500 Matt Mackall protocol: unify changegroup commands
Wed, 14 Jul 2010 15:33:21 -0500 Matt Mackall protocol: add proto to method prototypes
Wed, 14 Jul 2010 15:25:15 -0500 Matt Mackall protocol: use new wireproto infrastructure in ssh
Wed, 14 Jul 2010 15:25:15 -0500 Matt Mackall protocol: introduce wireproto.py
Wed, 14 Jul 2010 15:25:15 -0500 Matt Mackall protocol: move most ssh responses to returns
Mon, 12 Jul 2010 17:28:02 -0500 Matt Mackall protocol: add ssh getargs
Thu, 15 Jul 2010 21:44:51 +0200 Benoit Boissinot discovery: remove duplication for new remote head discovery
Thu, 15 Jul 2010 21:21:19 +0200 Benoit Boissinot discovery: better coding style
Thu, 15 Jul 2010 21:20:32 +0200 Benoit Boissinot discovery: simplify findoutgoing(), the updated_head stuff wasn't used
Thu, 15 Jul 2010 10:41:41 -0700 Brendan Cully mq: evaluate --user before invoking editor with -e (issue2289)
Thu, 15 Jul 2010 14:41:22 +0200 Benoit Boissinot Abort: add a hint argument, printed in the next line inside parenthesis
Thu, 15 Jul 2010 14:40:17 +0200 Benoit Boissinot discovery: clarify comment
Thu, 15 Jul 2010 14:11:14 +0200 Martin Geisler Merge with stable
Thu, 15 Jul 2010 13:24:02 +0200 Mads Kiilerich subrepo: docstrings stable
Thu, 15 Jul 2010 14:02:17 +0200 Martin Geisler gendoc: remove call to callable for py3k compatibility
Wed, 14 Jul 2010 23:15:03 -0300 Renato Cunha check-code: added check for reduce usage
Wed, 14 Jul 2010 23:15:00 -0300 Renato Cunha check-code: check for tuple parameter unpacking (missing in py3k)
Wed, 14 Jul 2010 23:03:21 -0300 Renato Cunha removed exception args indexing (not supported by py3k)
Wed, 14 Jul 2010 22:59:57 -0300 Renato Cunha util: use fakebuffer as buffer in py3k
Wed, 14 Jul 2010 22:59:43 -0300 Renato Cunha util: improved the check for the existence of the 'buffer' builtin
Wed, 14 Jul 2010 22:58:29 -0300 Renato Cunha record: removed 'has_key' usage
Wed, 14 Jul 2010 21:30:50 +0200 Martin Geisler Merge with stable
Thu, 08 Jul 2010 22:44:15 +0200 Joel Rosdahl test-log: Add test for "hg log -pf" (issue647) stable
Wed, 14 Jul 2010 11:02:20 -0400 Brodie Rao bookmarks: ensure current bookmark is updated when specified with -r . stable
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler subrepos: let caller specify a filename for SVN commands
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler subrepo: add abstract superclass for subrepo classes
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler archival: remove prefix argument from archivers
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler archival: move commands.archive.guess_type to archival.guesskind
Wed, 14 Jul 2010 20:41:01 +0200 Henrik Stuart merge stable to default
Thu, 01 Jul 2010 19:23:26 -0500 Brodie Rao color/progress: subclass ui instead of using wrapfunction (issue2096) stable
Wed, 14 Jul 2010 19:44:49 +0200 Henrik Stuart merge with stable
Wed, 14 Jul 2010 19:44:12 +0200 Henrik Stuart merge crew and main
Wed, 14 Jul 2010 19:43:31 +0200 Henrik Stuart merge crew and main stable
Tue, 13 Jul 2010 17:30:29 +0200 Dirkjan Ochtman commands: addremove does similarity 100 by default
Tue, 13 Jul 2010 22:56:01 +0900 Nicolas Dumazet merge with stable
Fri, 02 Jul 2010 16:22:59 -0300 Renato Cunha inotify: Port of the C module to py3k.
Fri, 02 Jul 2010 16:21:46 -0300 Renato Cunha inotify: Better implementation of the event string representation.
Fri, 02 Jul 2010 16:21:42 -0300 Renato Cunha inotify: make proper use of Python API to get object size.
Tue, 13 Jul 2010 22:30:01 +0900 Nicolas Dumazet mq: qrepo.add(mq.added) inside save_dirty inside of doing it manually stable
Tue, 06 Jul 2010 22:22:18 -0300 Renato Cunha inotify: check all components of filenames against hgignore (issue884) stable
Fri, 02 Jul 2010 15:05:21 +0900 Nicolas Dumazet hg.clone: fix branch value when passing a repo object (issue2267) stable
Tue, 06 Jul 2010 15:05:03 +0900 Nicolas Dumazet test-bheads: use a case-insensitive set of filenames (issue2274) stable
Tue, 06 Jul 2010 18:24:04 +0900 Nicolas Dumazet mail: ensure that Python2.4 to 2.7 use the same header format stable
Mon, 05 Jul 2010 19:49:54 +0900 Nicolas Dumazet filelog: cmp: don't read data if hashes are identical (issue2273) stable
Mon, 05 Jul 2010 18:43:46 +0900 Nicolas Dumazet filelog: test behaviour for data starting with "\1\n" stable
Fri, 09 Jul 2010 11:02:39 +0900 Nicolas Dumazet cmp: document the fact that we return True if content is different stable
Fri, 09 Jul 2010 11:59:48 +0900 Nicolas Dumazet workingfilectx.cmp: invert boolean return value stable
Mon, 12 Jul 2010 19:04:07 +0900 Nicolas Dumazet rebase: small cosmetic cleanups stable
Mon, 12 Jul 2010 09:19:28 +0300 Giorgos Keramidas rebase: add a test for committed MQ patches (59bd20451ab6) stable
Fri, 02 Jul 2010 16:21:40 -0300 Renato Cunha util.h: Defined macros for working "with" PyStrings in py3k.
Fri, 02 Jul 2010 16:21:38 -0300 Renato Cunha util.h: Add a PyInt_AsLong definition for usage in the inotify module.
Fri, 02 Jul 2010 16:21:36 -0300 Renato Cunha setup.py: Add 'mercurial' as include dir for the inotify compiler.
Fri, 02 Jul 2010 16:21:34 -0300 Renato Cunha setup.py: Adjustments to make setup.py run in py3k.
Tue, 13 Jul 2010 20:12:32 +0900 Nicolas Dumazet rebase: re-add patches to mq repo after rebase stable
Mon, 12 Jul 2010 17:55:23 +0900 Nicolas Dumazet mq: reset self.added after the mq transaction instead of inside qimport stable
Mon, 12 Jul 2010 17:27:32 -0500 Matt Mackall Merge with stable
Sat, 10 Jul 2010 14:28:38 -0300 Wagner Bruna i18n-pt_BR: synchronized with dec57aa0f8ca stable
Sat, 10 Jul 2010 14:01:10 -0300 Wagner Bruna merge with stable stable
Thu, 08 Jul 2010 15:36:14 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9d905b9769af stable
Fri, 09 Jul 2010 14:21:45 +0200 Martin Geisler Merge with stable
Wed, 07 Jul 2010 18:49:43 -0400 Steve Losh dispatch: add shell aliases
Thu, 08 Jul 2010 15:44:14 +0200 Mads Kiilerich convert: cleanup of filemap help text stable
Fri, 09 Jul 2010 14:01:55 +0200 Martin Geisler check-code: add test for callable stable
Fri, 09 Jul 2010 11:04:00 +0200 Dan Villiom Podlaski Christiansen extensions: add a few assertions to wrapfunction() and wrapcommand(). stable
Fri, 09 Jul 2010 11:13:45 +0200 Dan Villiom Podlaski Christiansen extensions: improve language for wrapfunction() docstring. stable
Fri, 09 Jul 2010 10:57:57 +0200 Dan Villiom Podlaski Christiansen extensions: add docstring for wrapcommand(). stable
Fri, 09 Jul 2010 13:31:37 +0200 Arnab Bose commands: mention "hg status -C" in addremove help stable
Wed, 07 Jul 2010 14:29:40 +0200 Martin Geisler Merge with stable
Wed, 07 Jul 2010 14:13:23 +0200 Martin Geisler test-merge-closedheads: test cc982ff2dcf8 stable
Wed, 07 Jul 2010 14:11:59 +0200 Robert Bauck Hamar commands: only warn when reopening the workdir's branch stable
Tue, 06 Jul 2010 20:43:19 +0200 Martin Geisler Merge with stable
Sun, 28 Mar 2010 15:23:11 +0900 Yuya Nishihara mq: fixed ENOENT when qrename to new/directory.patch stable
Fri, 02 Jul 2010 14:14:30 -1000 Julian Cowley mercurial.spec: rename docutils to python-docutils in BuildRequires stable
Tue, 06 Jul 2010 13:10:16 -0300 Renato Cunha glossary: fixed typo in "Directory, working" description stable
Sun, 04 Jul 2010 14:14:40 +0200 Martin Geisler Merge with stable
Sun, 04 Jul 2010 14:14:29 +0200 Martin Geisler test-log: also test "log -p -R" case stable
Fri, 02 Jul 2010 23:49:06 +0900 Yuya Nishihara log: fix missing diff output for hg log -p in sub directory stable
Sun, 04 Jul 2010 17:05:17 +0900 Nicolas Dumazet commands: document return values of add and paths commands stable
Sat, 03 Jul 2010 02:15:25 +0200 Martin Geisler mergetools.hgrc: add vimdiff
Sat, 03 Jul 2010 02:06:07 +0200 Martin Geisler Merge with stable
Sat, 03 Jul 2010 01:56:09 +0200 Martin Geisler zeroconf: small fixes in docstring stable
Sat, 03 Jul 2010 02:03:55 +0200 Martin Geisler hgweb: add link to wiki stable
Sat, 03 Jul 2010 01:48:50 +0200 Martin Geisler hgweb.wsgi: add a URL to the corresponding wiki documentation stable
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha churn: remove tuple parameter unpacking (deprecated in py3k)
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: removed 'reduce' calls (unsupported by py3k)
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: tuple parameter unpacking is deprecated in py3k
Thu, 01 Jul 2010 19:27:02 -0300 Renato Cunha convert: tuple parameter unpacking is deprecated in py3k
Thu, 01 Jul 2010 19:27:02 -0300 Renato Cunha revlog: Marked classic int divisions as such.
Fri, 02 Jul 2010 11:41:43 +0200 Martin Geisler Merge with stable (again)
Wed, 30 Jun 2010 17:23:16 +0200 Mads Kiilerich debugger: give a little intro before entering pdb
Wed, 30 Jun 2010 17:20:42 +0200 Mads Kiilerich debugger: show traceback before entering pdb post-mortem
Fri, 02 Jul 2010 11:30:57 +0200 Martin Geisler Merge with stable
Thu, 01 Jul 2010 19:13:23 -0500 Steve Borho wix: generate a new GUID for the help folder stable
Thu, 01 Jul 2010 12:53:37 -0500 Steve Borho wix: pick up new help topics added between 1.5 and 1.6 stable
Thu, 01 Jul 2010 12:06:31 -0500 Matt Mackall Added signature for changeset f786fc4b8764 stable
Thu, 01 Jul 2010 12:06:30 -0500 Matt Mackall Added tag 1.6 for changeset f786fc4b8764 stable
Tue, 29 Jun 2010 12:12:34 +0200 Mads Kiilerich log: follow filenames through renames (issue647) stable 1.6
Thu, 01 Jul 2010 13:26:08 -0300 Wagner Bruna i18n-pt_BR: synchronized with d3c3e2fdeb0c stable
Thu, 01 Jul 2010 11:22:56 -0500 Matt Mackall commit: add missing _() stable
Thu, 01 Jul 2010 11:20:13 -0500 Matt Mackall subrepo: refuse to commit subrepos if .hgsub is excluded (issue2232) stable
Thu, 01 Jul 2010 11:20:08 -0500 Matt Mackall Merge with i18n stable
Thu, 01 Jul 2010 15:25:29 +0200 Martin Geisler i18n-da: translated eol extension and various small strings stable
Wed, 30 Jun 2010 13:03:48 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 13d02d6677f2 stable
Tue, 29 Jun 2010 12:27:08 -0300 Wagner Bruna i18n-pt_BR: synchronized with 59af1d65029c stable
Tue, 29 Jun 2010 12:18:42 -0300 Wagner Bruna merge with stable stable
Tue, 29 Jun 2010 09:11:55 +0200 Jens Bäckman i18n-sv: synchronized with 13d02d6677f2 stable
Sat, 26 Jun 2010 21:37:10 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9fa255c32406 stable
Sat, 26 Jun 2010 21:29:39 -0300 Wagner Bruna Merge with stable stable
Wed, 23 Jun 2010 17:54:59 -0300 Wagner Bruna i18n-pt_BR: glossary.txt translation stable
Wed, 23 Jun 2010 09:33:28 +0200 Jens Bäckman i18n-sv: output from 'hg' is once again fully Swedish stable
Wed, 23 Jun 2010 09:10:54 +0200 Jens Bäckman i18n-sv: synchronized with 469a48dff18b stable
Tue, 22 Jun 2010 21:13:18 -0300 Wagner Bruna i18n-pt_BR: synchronized with 2186124f08e4 stable
Tue, 22 Jun 2010 20:48:48 -0300 Wagner Bruna Merge with stable stable
Tue, 22 Jun 2010 09:43:07 +0200 Jens Bäckman i18n-sv: synchronized with 4d03c3680400 stable
Wed, 30 Jun 2010 23:56:35 -0500 Matt Mackall subrepo: correctly handle update -C with modified subrepos (issue2022) stable
Wed, 30 Jun 2010 18:15:23 -0500 Maxim Khitrov http: deliver hook output to client stable
Wed, 23 Jun 2010 13:44:07 +0200 Christian Boos setup: ignore failures to build optional inotify extension stable
Wed, 30 Jun 2010 17:44:36 -0500 Matt Mackall revset: make negate work for sort specs stable
Wed, 30 Jun 2010 17:34:20 -0500 Matt Mackall update: synchronize permissions in the dirstate (issue1473) stable
Thu, 24 Jun 2010 15:18:47 +0100 Simon Howkins heads: fix templating of headers again (issue2130) stable
Wed, 30 Jun 2010 12:44:58 +0900 FUJIWARA Katsunori minirst: use unicode string as intermediate form for replacement stable
Tue, 29 Jun 2010 17:30:42 -0500 Matt Mackall subrepo: fix recording of + in .hgsubstate (issue2217) stable
Tue, 29 Jun 2010 03:09:42 +0530 Vishakh H mq: qimport cleanup on fail (issue2214) stable
Mon, 28 Jun 2010 23:23:55 +0200 Mads Kiilerich test-acl: don't use $PWD stable
Mon, 28 Jun 2010 23:16:11 +0200 Mads Kiilerich test-alias: don't use the environment variable PWD stable
Mon, 28 Jun 2010 15:08:01 +0200 Mads Kiilerich revert: Make it clearer when not to use revert stable
Sun, 27 Jun 2010 22:20:47 -0500 Augie Fackler progress: check stderr.isatty() before each print stable
Sat, 26 Jun 2010 23:00:58 +0200 Mads Kiilerich http digest auth: reset redirect counter on new requests (issue2255) stable
Mon, 28 Jun 2010 11:07:27 -0500 Matt Mackall revset: deal with empty sets in range endpoints stable
Sun, 27 Jun 2010 18:20:49 -0500 Matt Mackall subrepo: fix silent push failure for SVN (issue2241) stable
Fri, 18 Jun 2010 08:49:24 +0200 Peter Arrenbrecht merge: pass constant cset ancestor to fctx.ancestor stable
Fri, 18 Jun 2010 08:48:05 +0200 Peter Arrenbrecht context: allow passing the common cset ancestor to fctx.ancestor stable
Sun, 27 Jun 2010 17:41:43 -0500 Matt Mackall merge: document how to 'undo' a merge stable
Sun, 27 Jun 2010 23:12:05 +0200 Martin Geisler resolve: do not crash on empty mergestate stable
Wed, 23 Jun 2010 16:54:12 -1000 Julian Cowley revset: fix spelling typo stable
Fri, 11 Jun 2010 01:35:38 -1000 Julian Cowley parser: fix URL to effbot stable
Thu, 24 Jun 2010 21:35:52 -0700 Eric Eisner glog: fix crash on empty revision range stable
Fri, 25 Jun 2010 19:59:22 +0200 Mads Kiilerich mercurial.spec: don't include convert-repo - use "hg convert" instead stable
Fri, 25 Jun 2010 01:27:25 -1000 Julian Cowley revset: remove debugging leftover stable
Sat, 26 Jun 2010 15:56:48 +0200 Gilles Moris contrib: update tcsh_completion with commands for 1.6 stable
Sat, 26 Jun 2010 12:26:03 -0500 Matt Mackall bookmarks: fix in/out return values stable
Sat, 26 Jun 2010 12:24:55 -0500 Matt Mackall bookmarks: fix bogus cut and paste for outgoing stable
Fri, 25 Jun 2010 13:47:28 -0500 Matt Mackall addchangegroup: pass in lock to release it before changegroup hook is called stable
Thu, 24 Jun 2010 15:18:47 +0100 Simon Howkins cmdutil: only output style header once in non-buffered mode (issue2130) stable
Wed, 23 Jun 2010 13:38:52 -0500 Matt Mackall bookmarks: touch changelog on write to force hgweb reload stable
Tue, 22 Jun 2010 21:36:09 +0200 Gilles Moris mq: explicit exit code when patch is already on top stable
Tue, 22 Jun 2010 09:49:51 +0200 Gilles Moris mq: fix qpush --move for selected guarded patches stable
Wed, 23 Jun 2010 17:50:27 -0300 Wagner Bruna help: glossary.txt formatting fixes stable
Wed, 23 Jun 2010 17:49:49 -0300 Wagner Bruna help: fix glossary.txt named branches description stable
Wed, 23 Jun 2010 10:45:53 +0200 Javi Merino zeroconf: Use BadDomainName exception instead of string exceptions stable
Wed, 23 Jun 2010 11:53:59 +0200 David Soria Parra bookmarks: Use error message consistently stable
Tue, 22 Jun 2010 15:45:13 -0500 Matt Mackall Merge with default, fix up stray topological head from i18n stable
Tue, 22 Jun 2010 15:44:19 -0500 Matt Mackall i18n: disable check-code on polib.py stable
Sun, 20 Jun 2010 12:26:48 +0200 David Soria Parra bookmarks: Add -B option to incoming/outgoing to compare bookmarks stable
Tue, 22 Jun 2010 15:33:58 -0500 Matt Mackall Merge with i18n stable
Tue, 22 Jun 2010 12:38:39 +0200 Martin Geisler discovery: use stable sort order in --new-branch warning stable
Mon, 21 Jun 2010 17:02:48 -0300 Wagner Bruna Merge with i18n
Mon, 21 Jun 2010 16:59:38 -0300 Wagner Bruna Merge i18n default into stable stable
Mon, 21 Jun 2010 11:53:38 -0300 Wagner Bruna i18n-pt_BR: synchronized with b4467a7d5c75
Sun, 20 Jun 2010 23:37:09 +0200 Martin Geisler Merge with mpm
Sun, 20 Jun 2010 20:02:27 +0200 Martin Geisler i18n-da: copy msgids that does not need translating
Sun, 20 Jun 2010 19:48:28 +0200 Martin Geisler acl: delete trailing whitespace in docstring
Sun, 20 Jun 2010 17:38:57 +0200 Martin Geisler i18n-da: synchronize with 42408cd43f55
Mon, 21 Jun 2010 13:41:11 -0500 Matt Mackall Merge default into stable for the 1.6 code freeze stable
Mon, 21 Jun 2010 13:38:40 -0500 Matt Mackall revset: improve help on strings
Mon, 21 Jun 2010 13:26:13 -0500 Matt Mackall tests: extend revset test
Mon, 21 Jun 2010 13:25:42 -0500 Matt Mackall merge: sort arguments to stabilize the ancestor search
Sun, 20 Jun 2010 14:21:56 -0500 Matt Mackall merge: improve merge with ancestor message
Wed, 16 Jun 2010 00:22:10 +0200 Mads Kiilerich ui: ignore EIO in write_err
Wed, 16 Jun 2010 22:54:58 +0200 Mads Kiilerich http push: break infinite recursion on failure with Python 2.6.5 (issue2179)
Sun, 20 Jun 2010 01:20:12 +0900 Yuya Nishihara pager: respect HGPLAIN
Wed, 16 Jun 2010 00:37:21 +0200 Christian Ebert patchbomb: reduce number of opts.get calls
Sat, 19 Jun 2010 17:56:52 -0500 Matt Mackall parser: improve infix error checking
Sat, 19 Jun 2010 12:51:57 +0200 Georg Brandl transplant: when reading journal, treat only lines starting with "# " special like patch.extract() does
Sun, 20 Jun 2010 14:21:47 -0500 Matt Mackall revrange: fix up empty query again
Tue, 08 Jun 2010 17:56:57 +0200 Peter Arrenbrecht revset: add some tests
Fri, 21 May 2010 12:51:55 +0300 timeless Explain trust near hgrc in config help
Wed, 16 Jun 2010 17:43:35 +0200 Mads Kiilerich test-import: test git patch import with strip
Sat, 19 Jun 2010 13:00:08 -0500 Matt Mackall revset: fix up contains/getstring when no args passed
Sat, 19 Jun 2010 13:00:01 -0500 Matt Mackall revrange: attempt to parse old-style queries as a first pass
Sat, 19 Jun 2010 12:22:35 -0500 Matt Mackall revset: allow extended characters in symbols
Sat, 19 Jun 2010 19:16:11 +0200 Martin Geisler i18n: fix translation of empty paragraphs
Tue, 15 Jun 2010 13:04:22 -0400 Greg Ward extensions: recommend against using wrapfunction for repo methods
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-zh_TW: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-zh_CN: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-sv: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-pt_BR: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-ja: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-it: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-fr: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-el: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-de: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-da: split messages into paragraphs
Sat, 19 Jun 2010 17:06:11 +0200 Martin Geisler Merge with hg-i18n
Tue, 06 Apr 2010 22:30:50 -0300 Wagner Bruna i18n: translate each paragraph separately
Thu, 17 Jun 2010 20:10:34 -0300 Wagner Bruna i18n: script for splitting large messages on .po/.pot files
Sat, 19 Jun 2010 16:52:25 +0200 Martin Geisler i18n: patch polib.unescape
Thu, 17 Jun 2010 20:10:34 -0300 Wagner Bruna i18n: import polib 0.5.2 (rev b0ab301cfdcc)
Fri, 18 Jun 2010 15:22:56 +0200 Martin Geisler i18n-da: remove spurious \n
Fri, 18 Jun 2010 17:34:13 -0500 Matt Mackall revset: nicer exception for empty queries
Fri, 18 Jun 2010 21:35:21 +0200 Martin Geisler commands: advertise "hg help revsets" in help for log
Fri, 18 Jun 2010 21:31:19 +0200 Martin Geisler revset: all your error messages are belong to _
Thu, 17 Jun 2010 17:21:39 +0300 Martin Geisler help: new revsets topic
Fri, 18 Jun 2010 20:06:32 +0200 Martin Geisler Merge with main
Fri, 18 Jun 2010 10:45:40 -0700 Lee Cantey Ignore mercurial.egg-info build output
Thu, 17 Jun 2010 15:54:26 -0500 Matt Mackall bookmarks: add support for push --bookmark to export bookmarks
Thu, 17 Jun 2010 14:26:23 -0500 Matt Mackall bookmarks: add support for pull --bookmark to import remote bookmarks
Thu, 17 Jun 2010 15:51:27 +0200 Dirkjan Ochtman patch: inline small, single-use 'write' function
Thu, 17 Jun 2010 15:50:35 +0200 Dirkjan Ochtman patch: inline small, single-use 'close' function
Thu, 17 Jun 2010 15:53:26 +0200 Dirkjan Ochtman mq: __str__ falls back to __repr__
Thu, 17 Jun 2010 12:22:21 -0500 Matt Mackall bookmarks: update known bookmarks on the target on push
Thu, 17 Jun 2010 12:10:47 -0500 Matt Mackall bookmarks: pull known bookmarks from server that are newer
Thu, 17 Jun 2010 11:01:51 -0500 Matt Mackall bookmarks: add pushkey server-side support
Wed, 16 Jun 2010 16:05:47 -0500 Matt Mackall pushkey: add debugpushkey command for testing
Wed, 16 Jun 2010 16:05:19 -0500 Matt Mackall pushkey: add http support
Wed, 16 Jun 2010 16:05:13 -0500 Matt Mackall pushkey: add ssh support
Wed, 16 Jun 2010 16:04:46 -0500 Matt Mackall pushkey: add localrepo support
Wed, 16 Jun 2010 16:04:44 -0500 Matt Mackall pushkey: add pushkey core
Wed, 16 Jun 2010 15:01:09 -0500 Matt Mackall sshrepo: sort arguments
Wed, 16 Jun 2010 22:00:02 -0400 Greg Ward mq: make 'qdelete <patchidx>' work again.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha bdiff.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha diffhelpers.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha base85.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha parsers.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha mpatch.c: Added preliminary support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha osutil.c: Support for py3k added.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha util.h: Utility macros for handling different Python APIs.
Wed, 16 Jun 2010 12:22:14 +0200 Martin Geisler relink: ensure deterministic directory walk in collect
Wed, 16 Jun 2010 15:20:22 +0530 Faheem Mitha help: add "glossary" topic
Thu, 10 Jun 2010 15:35:06 +0200 timeless relink/progress: Adding progress for collecting stage
Thu, 10 Jun 2010 13:09:50 +0200 timeless relink/progress: Adding progress for pruning stage
Mon, 14 Jun 2010 16:06:52 -0400 Greg Ward merge: when current branch has 1 or > 2 heads, actually abort.
Tue, 15 Jun 2010 16:10:32 -0400 Greg Ward tags: remove inactive debugging code.
Tue, 15 Jun 2010 15:02:54 -0400 Greg Ward tags: remove the old non-caching implementation of findglobaltags().
Tue, 15 Jun 2010 17:15:31 +0200 Christian Ebert keyword: postpone manifest calculation in kwtemplater.overwrite
Sun, 13 Jun 2010 23:25:27 +0200 Georg Brandl revset: fix call to ctx.extra() in closed()
Tue, 15 Jun 2010 11:05:17 +0200 Martin Geisler p4: fix long line and bad spacing around %
Mon, 14 Jun 2010 16:38:36 +0100 Frank Kingswood Fix shell quoting on p4 conversion
Mon, 14 Jun 2010 13:39:00 -0400 Greg Ward tests: rename test-merge3 to test-add-remove.
Tue, 15 Jun 2010 10:01:55 +0200 Martin Geisler check-code: reformat long lines
Tue, 15 Jun 2010 10:00:07 +0200 Martin Geisler dagparser: replace format with str
Tue, 15 Jun 2010 09:55:59 +0200 Martin Geisler check-code: catch format(), introduced in Python 2.6
Tue, 15 Jun 2010 09:53:50 +0200 Martin Geisler commands: get rid of generic exception in debugbuilddag
Tue, 15 Jun 2010 09:51:52 +0200 Martin Geisler check-code: fix check for any/all function
Mon, 14 Jun 2010 16:56:20 -0300 Renato Cunha hgext/zeroconf/__init__.py: Separate relative and absolute imports.
Fri, 11 Jun 2010 15:30:12 -0500 Matt Mackall revset: improve filter argument handling
Fri, 11 Jun 2010 18:54:10 +0200 Martin Geisler commands: format is a Python2.6 function
Thu, 10 Jun 2010 11:49:48 +0200 Peter Arrenbrecht debugbuilddag: build a changelog dag from a concise description
Thu, 10 Jun 2010 11:48:45 +0200 Peter Arrenbrecht debugdag and debugindexdag: emit changelog/revlog DAGs as concise text
Thu, 10 Jun 2010 11:48:15 +0200 Peter Arrenbrecht dagparser: parses and formats DAGs as concise text
Thu, 10 Jun 2010 15:30:15 -0500 Matt Mackall tests: fix up webraw encoding
Thu, 10 Jun 2010 15:23:31 -0500 Matt Mackall strip: backup bundles should use the .hg extension
Wed, 09 Jun 2010 12:41:44 -1000 Julian Cowley hgweb: specify a charset when sending raw text files
Wed, 09 Jun 2010 16:39:25 -0500 Matt Mackall summary: report copies and renames
Thu, 10 Jun 2010 09:32:19 -0700 Chad Dombrova provide pre- and post- hooks with parsed command line arguments.
Wed, 09 Jun 2010 16:25:28 -0500 Matt Mackall tests: fix some branch head fallout
Mon, 07 Jun 2010 15:34:48 +0200 Dan Villiom Podlaski Christiansen pager: set ui.formatted() prior to redirecting stdout.
Mon, 07 Jun 2010 15:33:03 +0200 Dan Villiom Podlaski Christiansen mq: use ui.formatted() instead of ui.plain().
Mon, 07 Jun 2010 15:28:54 +0200 Dan Villiom Podlaski Christiansen color: use ui.formatted().
Mon, 07 Jun 2010 16:14:12 +0200 Dan Villiom Podlaski Christiansen ui: document the formatted(), interactive() & plain() functions.
Mon, 07 Jun 2010 14:59:52 +0200 Dan Villiom Podlaski Christiansen ui: add ui.formatted configuration variable and accessor function.
Thu, 10 Jun 2010 17:10:05 +0200 Martin Geisler revlog: fix inconsistent comment formatting
Thu, 10 Jun 2010 12:46:09 +0200 Sune Foldager improve --branch processing (and differentiate from # syntax)
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Wed, 09 Jun 2010 12:45:48 +0100 Christian Ebert keyword: pass context to kwtemplater.overwrite
Tue, 08 Jun 2010 16:27:59 +0200 Peter Arrenbrecht parser: fix missing param in _match
Tue, 08 Jun 2010 22:30:44 +0200 Gilles Moris commit: add tests for the 'created new head' message
Tue, 08 Jun 2010 22:28:42 +0200 Gilles Moris commit: fix display of 'created new head' message (issue2186)
Tue, 08 Jun 2010 18:01:07 +0200 Stefano Tortarolo rebase: --abort doesn't strip away the target changeset (issue2220)
Wed, 09 Jun 2010 17:22:59 +0200 Jan Sorensen test-branch-option: Updated output to match rev 3f1409082720
Wed, 09 Jun 2010 17:50:45 +0200 Martin Geisler Merge with mpm
Wed, 09 Jun 2010 17:27:47 +0200 Dirkjan Ochtman discovery: fix description line
Tue, 08 Jun 2010 15:57:59 -0500 Matt Mackall Merge with stable
Tue, 08 Jun 2010 15:52:56 -0500 Steve Borho Merge backout
Tue, 08 Jun 2010 15:52:41 -0500 Steve Borho Backed out changeset: e1dde7363601
Tue, 08 Jun 2010 21:09:41 +0200 Thomas Arendsen Hein ui: handle leading newlines/spaces/commas in configlist
Tue, 08 Jun 2010 11:58:09 -0500 Steve Borho mergetools: add configuration for Ultra Compare (issue2226)
Tue, 08 Jun 2010 14:12:46 +0200 Martin Geisler mq: use hg reST role some more
Tue, 08 Jun 2010 13:19:22 +0200 Sune Foldager fix encoding bug in 05ac42e56452 stable
Tue, 08 Jun 2010 09:30:45 +0200 Dirkjan Ochtman cleanups: undefined variables
Tue, 08 Jun 2010 09:30:33 +0200 Dirkjan Ochtman cleanups: unused variables
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Thu, 03 Jun 2010 23:18:18 -0500 Steve Borho color: labeled text should be passed to ui.write() as ui.labeled
Mon, 07 Jun 2010 18:35:54 +0200 Dirkjan Ochtman move discovery methods from localrepo into new discovery module
Mon, 07 Jun 2010 16:29:06 +0200 Sune Foldager merge with stable
Mon, 07 Jun 2010 16:28:23 +0200 Sune Foldager push/pull: fix bug in "--branch ." handling stable
Sun, 06 Jun 2010 22:39:32 +0530 Pradeepkumar Gayam shrink-repo: wrong variable name
Sun, 06 Jun 2010 17:20:10 +0900 FUJIWARA Katsunori replace Python standard textwrap by MBCS sensitive one for i18n text
Thu, 03 Jun 2010 10:37:31 +0100 Christian Ebert keyword: use context to detect uncommitted merge
Thu, 03 Jun 2010 13:58:00 +0200 Adrian Buehlmann tests: use --debug on test-clone
Thu, 03 Jun 2010 10:18:33 -0400 Greg Ward shrink-revlog: use util.mktempcopy() to preserve mode of index file.
Sat, 05 Jun 2010 09:58:02 -0500 Matt Mackall revset: delay import of hg to avoid start-up import loops
Fri, 04 Jun 2010 23:04:31 -0500 Matt Mackall error: fix up test-hgrc
Fri, 04 Jun 2010 23:00:22 -0500 Matt Mackall error: update test-trusted.py
Fri, 04 Jun 2010 22:54:43 -0500 Matt Mackall revset: fix test failure with qfinish
Fri, 04 Jun 2010 20:57:52 -0500 Matt Mackall revset: raise ParseError exceptions
Fri, 04 Jun 2010 20:57:26 -0500 Matt Mackall error: add new ParseError for various parsing errors
Fri, 04 Jun 2010 20:19:53 -0500 Matt Mackall error: change ParseError to CommandError
Fri, 04 Jun 2010 20:13:51 -0500 Matt Mackall hgrc: improve docs for the trusted section
Fri, 04 Jun 2010 17:22:33 -0500 Matt Mackall rebase: use usual util.abort rather than error.ParseError
Fri, 04 Jun 2010 10:27:23 -0500 Matt Mackall revset: sort the predicate list
Fri, 04 Jun 2010 10:26:55 -0500 Matt Mackall revset: fix - handling in the optimizer
Thu, 03 Jun 2010 20:32:41 -0500 Matt Mackall revset: fix up tests
Thu, 03 Jun 2010 18:00:15 -0500 Matt Mackall walkchangerevs: allow empty query sets
Thu, 03 Jun 2010 17:39:40 -0500 Matt Mackall revset: add tagged predicate
Thu, 03 Jun 2010 17:39:34 -0500 Matt Mackall revset: optimize the parse tree directly
Wed, 02 Jun 2010 14:07:46 -0500 Matt Mackall revset: add support for prefix and suffix versions of : and ::
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: hook into revrange
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: add a debugrevspec command
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: introduce revset core
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: introduce basic parser
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Thu, 03 Jun 2010 21:38:30 +0200 Henrik Stuart mq: better qqueue test for troublesome names
Thu, 03 Jun 2010 20:40:23 +0200 Cédric Duval mq: prevent the creation of a queue whose name is already taken
Wed, 02 Jun 2010 19:39:45 +0200 Henrik Stuart mq: fix naming issues for qqueue directories
Wed, 02 Jun 2010 14:54:25 +0200 Martin Geisler win32text: mark this extension as deprecated
Wed, 02 Jun 2010 14:40:31 +0200 Martin Geisler Merge with stable
Tue, 01 Jun 2010 18:29:52 -0400 Greg Ward shrink-revlog: preserve mode of the shrunken index and data file. stable
Wed, 19 May 2010 18:06:35 +0200 Javi Merino Fixed a bashism with the use of $RANDOM in hgeditor.
Thu, 27 May 2010 22:50:23 +0300 Alexander Solovyov churn: add possibility to include/exclude paths
Wed, 02 Jun 2010 14:28:45 +0200 Alexander Solovyov churn: support spaces in aliases (issue2222)
Tue, 01 Jun 2010 10:55:11 -0500 Matt Mackall Merge with stable
Tue, 01 Jun 2010 10:54:57 -0500 Matt Mackall Merge with i18n
Tue, 01 Jun 2010 10:54:03 -0500 Matt Mackall Added signature for changeset 24fe2629c6fd stable
Tue, 01 Jun 2010 10:54:03 -0500 Matt Mackall Added tag 1.5.4 for changeset 24fe2629c6fd stable
Tue, 01 Jun 2010 10:44:03 -0500 Matt Mackall Merge with i18n stable 1.5.4
Tue, 01 Jun 2010 12:25:43 -0300 Wagner Bruna merge with i18n stable
Tue, 01 Jun 2010 12:23:44 -0300 Wagner Bruna i18n-pt_BR: synchronized with 0bb67503ad4b stable
Tue, 01 Jun 2010 10:12:07 -0500 Matt Mackall Merge with stable
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann clone: save hardlink state of util.copyfiles() stable
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann util.copyfiles: don't try os_link() again if it failed before stable
Tue, 01 Jun 2010 03:45:10 +0200 Christian Ebert keyword: retrieve added and modified files from commitctx
Tue, 01 Jun 2010 01:05:45 +0200 Christian Ebert keyword: force dirstate normal when all changes in a file are recorded
Mon, 31 May 2010 13:47:51 +0200 Adrian Buehlmann clone: print number of linked/copied files on --debug
Mon, 31 May 2010 21:43:03 +0200 Martin Geisler Merge with stable
Mon, 31 May 2010 21:37:01 +0200 Martin Geisler eol: extension for managing file EOLs stable
Mon, 31 May 2010 12:57:47 -0500 Matt Mackall Merge with stable
Mon, 31 May 2010 12:57:34 -0500 Matt Mackall Merge with i18n
Mon, 31 May 2010 12:57:24 -0500 Matt Mackall Merge with i18n stable
Tue, 25 May 2010 13:24:49 -0300 Wagner Bruna merge with i18n stable
Tue, 25 May 2010 13:20:33 -0300 Wagner Bruna i18n-pt_BR: added message from 1b8aa9ffa7dc stable
Sat, 22 May 2010 11:23:47 -0300 Wagner Bruna merge with i18n stable
Sat, 22 May 2010 11:22:36 -0300 Wagner Bruna i18n-pt_BR: synchronized with ed71cb07d7b2 stable
Mon, 31 May 2010 12:34:47 -0500 Matt Mackall Merge with stable
Wed, 19 May 2010 09:54:12 -0500 Brodie Rao pager: exec pager using /bin/sh -c stable
Fri, 14 May 2010 12:57:24 -0500 Matt Mackall hgweb: fix race in refreshing repo list (issue2188) stable
Mon, 31 May 2010 13:55:47 +0200 Martin Geisler Merge with stable
Mon, 31 May 2010 17:13:15 +0900 Nicolas Dumazet record: check that we are not committing a merge before patch selection stable
Mon, 31 May 2010 13:43:03 +0200 Martin Geisler record: better way to find help in docstring stable
Mon, 31 May 2010 14:48:26 +0900 Nicolas Dumazet record: docstring typo stable
Sun, 30 May 2010 23:24:10 +0200 Martin Geisler mq: mention qqueue in module docstring
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann clone: save hardlink state of util.copyfiles()
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann util.copyfiles: don't try os_link() again if it failed before
Thu, 27 May 2010 22:50:04 +0300 Alexander Solovyov cmdutil: cleanup imports
Thu, 27 May 2010 17:47:40 +0200 Ronny Pfannschmidt make transactions work on non-refcounted python implementations
Sat, 29 May 2010 20:32:39 +0200 Henrik Stuart mq: support multiple patch queues using qqueue
Fri, 28 May 2010 16:01:57 -0500 Matt Mackall Merge with stable
Fri, 28 May 2010 14:41:11 -0500 Matt Mackall status: avoid performance regression when no .hgsub is present stable
Thu, 27 May 2010 10:37:14 +0200 Martin Geisler doc: document expansion of %include and ui.username
Wed, 26 May 2010 14:03:29 -0700 Chad Dombrova ui.username(): expand environment variables in username configuration value.
Wed, 26 May 2010 14:03:29 -0700 Chad Dombrova config: expand hgrc %include paths
Wed, 26 May 2010 16:16:47 +0200 Peter Arrenbrecht rename: make --after work if source is already in R state
Tue, 25 May 2010 18:45:44 +0200 Martin Geisler Merge with stable
Tue, 25 May 2010 18:19:40 +0200 Angel Ezquerra doc: clarify that sections can be split stable
Tue, 25 May 2010 18:19:16 +0200 Angel Ezquerra doc: clarify that keys can be overridden stable
Tue, 25 May 2010 09:57:19 +0200 Martin Geisler commands: document --new-branch flag for push
Tue, 25 May 2010 09:56:26 +0200 Martin Geisler Merge with stable
Mon, 24 May 2010 21:52:33 +0530 Faheem Mitha commands: updates to push docstring. stable
Mon, 24 May 2010 00:55:42 +0200 Martin Geisler mq: remove unneeded local variable in delete
Wed, 19 May 2010 09:54:12 -0500 Brodie Rao pager: exec pager using /bin/sh -c
Wed, 19 May 2010 00:45:50 +0200 Christian Ebert keyword: offer svn-like default keywordmaps
Tue, 18 May 2010 22:16:38 +0200 Christian Ebert keyword: add 2 svn-like date filters
Fri, 21 May 2010 19:54:40 +0900 Yuya Nishihara util: give appropriate default args to atomictempfile()
Fri, 21 May 2010 15:22:29 +0200 Sune Foldager push: add --new-branch option to allow intial push of new branches
Fri, 21 May 2010 22:53:57 +0900 Yuya Nishihara check-code: add check for 'source'
Fri, 21 May 2010 14:21:27 +0200 Martin Geisler Merge with stable
Fri, 21 May 2010 20:55:18 +0900 Yuya Nishihara tests: fix bashism to load helpers.sh
Tue, 18 May 2010 18:55:14 +0900 Yuya Nishihara color: bring back colors with pager
Fri, 21 May 2010 13:40:59 +0200 Martin Geisler dispatch: include Python version in traceback stable
Thu, 20 May 2010 15:58:16 -0500 Matt Mackall rebase: add error codes
Thu, 20 May 2010 15:20:25 -0500 Matt Mackall rebase: improve --abort failure message
Thu, 20 May 2010 15:15:11 -0500 Matt Mackall rebase: only show "rebase completed" message with -v
Thu, 20 May 2010 13:27:28 -0500 Matt Mackall strip: hide unbundle messages by default
Thu, 20 May 2010 12:21:35 -0500 Matt Mackall Fix up rebase's handling of strip backups
Thu, 20 May 2010 12:15:44 -0500 Matt Mackall strip: improve full backup message
Wed, 19 May 2010 20:20:16 -0500 Matt Mackall strip: drop deprecated -b from synopsis
Wed, 19 May 2010 20:20:12 -0500 Matt Mackall rebase: use helpers.sh in tests
Wed, 19 May 2010 19:46:39 -0500 Matt Mackall strip: be quiet about temporary internal bundle
Wed, 19 May 2010 22:32:40 +0200 Patrick Mezard Merge with crew-stable
Wed, 19 May 2010 22:09:58 +0200 Aaron Digulla convert/svn: close gettags() log stream (issue2196) stable
Wed, 19 May 2010 22:04:41 +0200 Patrick Mezard convert/svn: remove useless try/catch stable
Tue, 18 May 2010 16:31:10 +0200 Martin Geisler Use our custom hg reStructuredText role some more
Tue, 18 May 2010 16:24:14 +0200 Martin Geisler minirst: handle line breaks in hg role
Mon, 17 May 2010 23:11:27 +0200 Martin Geisler extdiff: fix reST syntax in module docstring
Tue, 11 May 2010 12:06:30 +0200 Javi Merino Fixed a bashism with trap numbers in hgeditor.
Mon, 17 May 2010 21:30:00 +0200 Martin Geisler Merge with stable
Mon, 17 May 2010 21:16:35 +0200 Martin Geisler rebase: stress that only local changesets should be rebased stable
Mon, 17 May 2010 20:42:28 +0200 Martin Geisler minirst: fix debug code stable
Sun, 16 May 2010 14:38:32 -0500 Matt Mackall Merge with stable
Sat, 15 May 2010 23:33:22 -0400 Steve Losh tag: add -e/--edit option for modifying the commit message
Thu, 07 Jan 2010 22:19:05 -0600 Steve Borho extdiff: add labels, read diff arguments from [merge-tools]
Sun, 16 May 2010 22:23:14 +0900 Yuya Nishihara patchbomb: respect HGPLAIN when piping --test output to PAGER
Mon, 03 May 2010 14:00:34 -0500 Brodie Rao pager: fork and exec pager as parent process stable
Sat, 15 May 2010 21:24:23 -0500 Matt Mackall commit: fix complaint about branch merge creating new heads (issue2186)
Sat, 15 May 2010 00:34:07 +0300 Ori Avtalion Fix hg heads -r flag documentation
Fri, 14 May 2010 22:29:15 +0300 Ori Avtalion Fix wording in hg pull documentation
Tue, 04 May 2010 09:57:16 +0200 Gilles Moris merge: avoid to break the dirstate copy status on moved files
Sat, 15 May 2010 17:48:49 -0500 Matt Mackall commands: initial audit of exit codes
Fri, 14 May 2010 12:57:24 -0500 Matt Mackall hgweb: fix race in refreshing repo list (issue2188)
Fri, 14 May 2010 10:01:09 -0500 Matt Mackall rollback: fix up tests
Thu, 13 May 2010 17:36:45 -0500 Matt Mackall rollback: fix off-by-one in message
Thu, 13 May 2010 17:24:21 -0500 Matt Mackall commit: note new branch heads rather than topological heads
Thu, 13 May 2010 11:33:11 -0500 Matt Mackall Merge with 1.5.3
Thu, 13 May 2010 11:30:50 -0500 Matt Mackall Added signature for changeset fdcf80f26604 stable
Thu, 13 May 2010 11:30:49 -0500 Matt Mackall Added tag 1.5.3 for changeset fdcf80f26604 stable
Wed, 12 May 2010 15:40:58 -0500 Matt Mackall tag: strip whitespace from tag names (issue2174)
Sun, 09 May 2010 11:14:43 +0200 Christian Ebert keyword: support extensions using dorecord, e.g. crecord
Wed, 12 May 2010 14:49:46 -0500 Matt Mackall convert/svn: fix long line
Wed, 12 May 2010 11:53:09 -0500 Matt Mackall i18n: fix up bad merge
Mon, 10 May 2010 22:44:06 +0200 Gilles Moris summary: show if commit will be from a closed head
Mon, 10 May 2010 08:53:06 +0200 Gilles Moris commit: inform the commiter when resurrecting a closed changeset
Mon, 10 May 2010 08:43:36 +0200 Gilles Moris commit: prevent closing non-head changesets
Tue, 11 May 2010 17:13:35 -0500 Matt Mackall Merge with stable
Tue, 11 May 2010 17:12:10 -0500 Matt Mackall Merge with i18n
Tue, 11 May 2010 17:11:40 -0500 Matt Mackall Merge with i18n stable 1.5.3
Sun, 09 May 2010 00:15:13 +0200 Martin Geisler i18n-da: merge with stable
Sat, 08 May 2010 23:41:45 +0200 Martin Geisler i18n-da: translated various small strings stable
Sat, 08 May 2010 23:22:40 +0200 Martin Geisler i18n-da: synchronize with d29bd98ebff6 stable
Tue, 11 May 2010 17:03:44 -0500 Matt Mackall Merge with stable
Tue, 11 May 2010 16:28:09 -0500 Matt Mackall static-http: disable lazy parsing
Mon, 07 Dec 2009 12:31:45 +0200 Alexander Solovyov expand paths to local repository or bundle in appropriate classes stable
Sun, 02 May 2010 21:56:25 -0400 Greg Ward push: document return values between various repo methods.
Sat, 01 May 2010 18:39:40 -0400 Steve Losh cmdutil: Warn when trying to copy/rename --after to a nonexistant file.
Sat, 01 May 2010 15:00:21 +0300 Alexander Solovyov slightly improve memctx api
Mon, 10 May 2010 22:06:28 +0200 Cédric Duval patchbomb: Reply-To support
Mon, 10 May 2010 11:04:56 -0500 David Champion merge: tool.check = prompt will force an interactive merge check
Mon, 10 May 2010 11:04:56 -0500 David Champion merge: introduce tool.check parameter
Wed, 21 Apr 2010 12:02:51 -0500 David Champion give worst-case 'merge' merge-tool lowest priority
Wed, 21 Apr 2010 11:57:45 -0500 David Champion merge: tool.premerge=keep will leave premerge markers in $local
Tue, 11 May 2010 20:22:37 +0200 Benoit Boissinot merge with mpm
Tue, 11 May 2010 20:21:25 +0200 Benoit Boissinot merge with stable
Tue, 11 May 2010 20:13:52 +0200 Benoit Boissinot context: fallback function should not return None stable
Mon, 10 May 2010 22:52:28 +0200 Patrick Mezard test-subrepo-svn: fix strange svn behaviour on windows
Mon, 10 May 2010 22:46:16 +0200 Patrick Mezard tests: force color ansi mode on Windows
Mon, 10 May 2010 21:44:00 +0200 Patrick Mezard acl: improve undefined group error handling
Mon, 10 May 2010 21:15:12 +0200 Patrick Mezard test-acl: avoid $HGTMP on windows
Mon, 10 May 2010 21:09:48 +0200 Patrick Mezard acl: grp module is not available on windows
Sun, 09 May 2010 22:51:25 +0200 Patrick Mezard convert/svn: report path discovery progress
Sun, 09 May 2010 22:50:42 +0200 Patrick Mezard convert: display files data retrieval progress
Sun, 09 May 2010 22:50:07 +0200 Patrick Mezard convert: add progress support
Sun, 09 May 2010 21:52:34 +0200 Patrick Mezard convert: merge sources getmode() into getfile()
Sun, 09 May 2010 21:49:57 +0200 Patrick Mezard convert/svn: remove useless sort
Sun, 09 May 2010 21:45:00 +0200 Patrick Mezard convert/svn: list files explicitely, stop checking their type
Sun, 09 May 2010 20:12:45 +0200 Patrick Mezard acl: clarify acl.sources, fix typo
Sun, 09 May 2010 19:37:16 +0200 Patrick Mezard convert/svn: remove unused variable
Sun, 09 May 2010 19:25:35 +0200 Patrick Mezard Merge with crew-stable
Sun, 09 May 2010 19:11:02 +0200 Patrick Mezard convert/svn: handle files/links replaced by dirs (issue2166) stable
Sun, 09 May 2010 19:11:02 +0200 Patrick Mezard convert/svn: do not retrieve removed files stable
Sun, 09 May 2010 19:11:02 +0200 Patrick Mezard convert/svn: correctly encode deleted entry paths stable
Sun, 09 May 2010 19:11:02 +0200 Patrick Mezard convert/svn: remove broken but unused copy filtering code stable
Sun, 09 May 2010 19:11:02 +0200 Patrick Mezard test-convert-svn-move: test moved dirs copy records stable
Sat, 01 May 2010 16:29:27 +0200 Patrick Mezard convert/svn: tree conflicts no longer happen now we use memctx stable
Fri, 07 May 2010 16:59:00 -0500 Matt Mackall clean up remaining generic exceptions
Fri, 07 May 2010 16:51:45 -0400 Eric Eisner mq: make use of output labeling for summary
Fri, 07 May 2010 23:31:49 +0200 Martin Geisler mq: mark error message for translation
Fri, 07 May 2010 23:28:07 +0200 Martin Geisler mq: mark string for translation
Fri, 07 May 2010 15:19:37 -0500 Stanimir Stamenkov color: add some missing background colors for win32 console
Fri, 07 May 2010 14:19:14 -0500 Matt Mackall subrepo: fix 2.5ism in url parsing
Thu, 06 May 2010 15:17:00 -0300 Elifarley Callado Coelho Cruz acl: update test output
Thu, 06 May 2010 15:14:40 -0300 Elifarley Callado Coelho Cruz acl: update docstring to describe section [acl.groups]
Thu, 06 May 2010 14:23:14 -0300 Elifarley Callado Coelho Cruz acl: support for group definitions in section [acl.groups], which take precedence over OS-level groups
Fri, 07 May 2010 14:14:41 -0500 Matt Mackall subrepo: fix test output
Sat, 01 May 2010 23:05:22 +0200 Edouard Gomez subrepo: print paths relative to upper repo root for push/pull/commit
Sat, 01 May 2010 23:05:22 +0200 Edouard Gomez subrepo: print pushing url
Sat, 01 May 2010 23:05:21 +0200 Edouard Gomez subrepo: dirtiness checks should iterate over subrepos
Sat, 01 May 2010 23:05:19 +0200 Edouard Gomez subrepo: normalize path part of URLs so that pulling subrepos from webdir works
Fri, 07 May 2010 14:14:41 -0500 Matt Mackall mq: fix test
Wed, 05 May 2010 20:53:45 -0500 Matt Mackall mq: add a line to hg summary
Fri, 07 May 2010 14:07:30 -0500 Steve Borho changectx: change diff() to accept keyword opts
Fri, 07 May 2010 10:59:11 -0500 Steve Borho changectx: use repo.ui diffopts, allow argument override
Fri, 07 May 2010 17:03:48 +0200 Martin Geisler Merge with stable
Fri, 07 May 2010 17:03:31 +0200 Martin Geisler commands: explain that "hg serve" does not do authentication stable
Fri, 07 May 2010 17:01:14 +0200 Martin Geisler commands: explain that "hg serve" is mostly for ad-hoc sharing stable
Wed, 05 May 2010 20:21:57 -0500 Matt Mackall context: only scan unknowns when needed
Tue, 04 May 2010 15:52:42 -0500 Matt Mackall context: use asserts for ignored and clean exceptions
Tue, 04 May 2010 15:02:55 -0500 Steve Borho workingctx: use member variables to store ignored and clean
Tue, 04 May 2010 14:52:25 -0500 Steve Borho workingctx: add explicit status method, add ignored and fix clean
Tue, 04 May 2010 20:12:58 -0500 Steve Borho context: add a changectx.diff() convenience function
Wed, 05 May 2010 14:02:45 +0200 Christian Ebert keyword: omit setting extra variable for record context
Wed, 05 May 2010 09:25:09 +0200 Martin Geisler acl: more consistent docstring
Wed, 05 May 2010 09:18:05 +0200 Martin Geisler acl: fix reST syntax
Tue, 04 May 2010 08:39:11 -0300 Elifarley Callado Coelho Cruz acl: update test output for branch-based access control
Tue, 04 May 2010 08:37:20 -0300 Elifarley Callado Coelho Cruz acl: add support for branch-based access control
Mon, 03 May 2010 15:28:04 -0700 Brendan Cully Merge with main
Mon, 03 May 2010 15:27:05 -0700 Brendan Cully Merge with stable
Mon, 03 May 2010 15:22:47 -0700 Brendan Cully grep: clarify help for -r stable
Mon, 03 May 2010 17:05:23 -0500 Matt Mackall summary: add subrepo status
Sat, 01 May 2010 23:59:39 +0200 Christian Ebert keyword: simplify record switch in kwtemplater.overwrite
Sun, 02 May 2010 09:15:17 +0200 Thomas Arendsen Hein Adjusted output of test-subrepo for issue1977 to 05856e682521
Sun, 02 May 2010 00:48:33 +0200 Benoit Boissinot fix coding style
Sat, 01 May 2010 16:57:02 -0500 Steve Borho color: fix typo in w32effect for bold_background
Sat, 01 May 2010 16:03:45 -0500 Matt Mackall Merge with stable
Sat, 01 May 2010 16:02:51 -0500 Matt Mackall Added signature for changeset 39f725929f0c stable
Sat, 01 May 2010 16:02:51 -0500 Matt Mackall Added tag 1.5.2 for changeset 39f725929f0c stable
Sat, 01 May 2010 17:56:54 -0300 Wagner Bruna merge with i18n stable
Sat, 01 May 2010 17:55:44 -0300 Wagner Bruna i18n-pt_BR: synchronized with ee5b112aa529 stable 1.5.2
Sat, 01 May 2010 15:15:35 -0500 Matt Mackall Merge with stable
Sat, 01 May 2010 15:14:22 -0500 Matt Mackall Merge with i18n
Sat, 01 May 2010 15:08:30 -0500 Matt Mackall Merge with i18n stable
Fri, 30 Apr 2010 17:41:09 -0300 Wagner Bruna merge with i18n stable
Fri, 30 Apr 2010 17:39:56 -0300 Wagner Bruna i18n-pt_BR: synchronized with 3b89899934a6 stable
Sat, 01 May 2010 23:04:49 +0530 Faheem Mitha mq: rewrite strip docstrings stable
Sat, 01 May 2010 19:24:51 +0200 Mads Kiilerich test-issue2137: don't use $PWD; use `pwd` instead stable
Sat, 01 May 2010 19:24:49 +0200 Mads Kiilerich test-mq-merge: quote ^ stable
Sat, 01 May 2010 19:24:46 +0200 Mads Kiilerich test-extension: changed environment variables must be exported again stable
Fri, 30 Apr 2010 19:50:37 -0300 Wagner Bruna subrepo: add test for issue1977 stable
Fri, 30 Apr 2010 19:49:35 -0300 Wagner Bruna subrepo: update test output for issue1977 fix stable
Fri, 30 Apr 2010 18:32:18 -0500 Matt Mackall subrepo: propagate and catch push failures stable
Mon, 26 Apr 2010 20:13:14 +0900 Nicolas Dumazet static-http: mimic more closely localrepo (issue2164: allow clone -r ) stable
Sat, 01 May 2010 20:49:40 +0200 Christian Ebert keyword: cleanup test and make it portable
Fri, 30 Apr 2010 15:05:51 +0200 Mads Kiilerich mq: qpush --move, reorder patch series and apply only the patch
Mon, 19 Apr 2010 17:41:12 +0900 Nicolas Dumazet tag: warn users about tag/branch possible name conflicts
Mon, 19 Apr 2010 11:31:19 +0200 Mads Kiilerich contrib/mercurial.spec: Use DESTDIR variable and 'make install'
Thu, 01 Apr 2010 00:35:12 +0900 Yuya Nishihara log: add --stat for diffstat output
Sat, 03 Apr 2010 11:58:16 +1100 David Greenaway findrenames: Optimise "addremove -s100" by matching files by their SHA1 hashes.
Sat, 03 Apr 2010 11:58:16 +1100 David Greenaway Move 'findrenames' code into its own file.
Sat, 01 May 2010 14:32:50 +0200 Martin Geisler acl: cleanup module docstring
Sat, 01 May 2010 14:20:17 +0200 Martin Geisler acl: fix ReST syntax in docstring
Sat, 01 May 2010 16:15:55 +0200 Martin Geisler relink: removed unneeded local variable
Sat, 01 May 2010 16:35:27 +0200 Martin Geisler test-acl: grep for $HGTMP, not /tmp/
Sat, 01 May 2010 16:15:27 +0200 Martin Geisler Merge with stable
Fri, 30 Apr 2010 18:11:56 +0200 Dan Villiom Podlaski Christiansen dispatch: don't mangle ImportError abort messages stable
Sat, 01 May 2010 14:36:48 +0200 Benoit Boissinot relink/progress: correctly handle the no file to relink case stable
Thu, 29 Apr 2010 22:14:14 -0500 Matt Mackall Merge with stable
Wed, 07 Apr 2010 00:45:20 +0900 Yuya Nishihara commands: refactor diff --stat and qdiff --stat
Wed, 07 Apr 2010 00:10:54 +0900 Yuya Nishihara mq: fix opts['unified'] = '0' to take effect when qdiff --stat
Mon, 26 Apr 2010 15:32:23 +0200 Mads Kiilerich showconfig: show rc paths with --debug
Mon, 26 Apr 2010 15:58:36 -0400 Eric Eisner tags: return tags in sorted order
Mon, 26 Apr 2010 04:01:13 +0200 Christian Ebert keyword: test recording
Mon, 26 Apr 2010 04:01:07 +0200 Christian Ebert keyword: support (q)record
Mon, 26 Apr 2010 03:54:18 +0200 Christian Ebert keyword: remove mq commands from restricted list
Wed, 28 Apr 2010 11:10:58 -0300 Elifarley Callado Coelho Cruz acl: add tests for asterisk and for OS-level groups
Tue, 27 Apr 2010 19:02:11 -0300 Elifarley Callado Coelho Cruz acl: updated doc string to reflect recent changes
Mon, 26 Apr 2010 10:55:57 -0300 Elifarley Callado Coelho Cruz acl: add support for OS-level groups using @group syntax
Thu, 29 Apr 2010 22:04:05 -0500 Matt Mackall run-tests: add --view switch to use external diff viewer
Thu, 29 Apr 2010 18:25:45 -0500 Matt Mackall run-tests: sort options
Thu, 29 Apr 2010 18:25:45 -0500 Matt Mackall run-tests: add -l short option for --local
Thu, 29 Apr 2010 23:47:07 +0200 Martin Geisler Merge with main
Wed, 28 Apr 2010 21:00:07 +0200 Henrik Stuart ui: fix check-code error
Thu, 08 Apr 2010 11:00:46 -0400 Michael Glassford schemes: fix // breakage with Python 2.6.5 (issue2111) stable
Wed, 28 Apr 2010 13:36:06 -0500 Dan Connolly log: document the new xml style stable
Wed, 28 Apr 2010 13:46:38 -0500 Matt Mackall Merge with stable
Wed, 28 Apr 2010 13:45:57 -0500 Matt Mackall Merge with i18n
Wed, 28 Apr 2010 13:45:21 -0500 Matt Mackall Merge with i18n stable
Sat, 24 Apr 2010 01:41:32 -0300 Wagner Bruna merge with i18n stable
Sat, 24 Apr 2010 01:37:49 -0300 Wagner Bruna merge with i18n
Sat, 24 Apr 2010 01:30:24 -0300 Wagner Bruna i18n-pt_BR: synchronized with ede19417c3c4 stable
Sat, 24 Apr 2010 01:34:55 -0300 Wagner Bruna merge with i18n stable stable
Mon, 19 Apr 2010 19:50:04 +0200 Jens Bäckman i18n-sv: synchronized with latest development code
Mon, 19 Apr 2010 18:59:02 +0200 Jens Bäckman Merge with stable
Mon, 19 Apr 2010 18:57:16 +0200 Jens Bäckman i18n-sv: translated a few messages stable
Mon, 19 Apr 2010 18:40:02 +0200 Jens Bäckman i18n-sv: syncronized with e3396b218e10 stable
Mon, 26 Apr 2010 13:21:03 +0200 Mads Kiilerich patch: strip paths in leaked git patchmeta objects
Mon, 26 Apr 2010 13:21:03 +0200 Mads Kiilerich patch: minor cleanup of _applydiff
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: git delete mode shouldn't be used at all
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: make "unable to strip away" message less confusing
Mon, 26 Apr 2010 13:21:02 +0200 Mads Kiilerich patch: descriptive patchmeta.__repr__ to help debugging
Fri, 23 Apr 2010 15:24:11 +0900 Nicolas Dumazet log: remove useless condition
Mon, 26 Apr 2010 16:36:08 +0200 Mads Kiilerich help config: update windows documentation to match implementation
Tue, 27 Apr 2010 09:47:33 +0200 Adrian Buehlmann wix: new GUID for contrib.guid
Mon, 19 Apr 2010 11:00:36 +0200 Mads Kiilerich contrib/mercurial.spec: drop git-viz
Sat, 24 Apr 2010 18:08:06 +0900 Yuya Nishihara tags: delete unnecessary close() of atomictempfile
Sun, 25 Apr 2010 18:27:12 +0200 Patrick Mezard win32: detect console width on Windows
Mon, 26 Apr 2010 22:42:46 +0200 Patrick Mezard Merge with crew-stable
Mon, 26 Apr 2010 22:30:40 +0200 Patrick Mezard util: fix default termwidth() under Windows stable
Mon, 26 Apr 2010 21:35:09 +0200 Martin Geisler commands: better markup in "hg help paths"
Mon, 26 Apr 2010 21:32:46 +0200 Martin Geisler Merge with stable
Tue, 27 Apr 2010 00:44:06 +0530 Faheem Mitha commands: revised documentation of 'default' and 'default-push' stable
Mon, 26 Apr 2010 11:33:37 -0500 Steve Borho wix: hgweb file renames
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall zeroconf: handle string hgweb config args
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: unify hgweb calls in serve
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall serve: webdir_conf -> webconf
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: synchronize fcgi and wsgi scripts
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: drop hgwebdir.cgi, now unified with hgweb.cgi
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: simplify hgweb.cgi, add help pointer
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall help: add some help for hgweb.config files
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall help: config.txt typo
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall docs: document default for web.encoding
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: always clear report_untrusted and interactive
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: add baseui to hgweb entrypoint
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make baseui parameter non-positional
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make top-level prototypes mirror their callees
Mon, 26 Apr 2010 11:02:11 -0500 Matt Mackall Merge with stable
Mon, 26 Apr 2010 14:40:34 +0200 Patrick Mezard test-convert-git: be tolerant to git output variants stable
Fri, 23 Apr 2010 14:29:44 +0200 Patrick Mezard color: handle non-standard stdout on win32
Sun, 25 Apr 2010 23:36:56 +0200 Patrick Mezard Merge with crew-stable
Sun, 25 Apr 2010 23:07:46 +0200 Patrick Mezard convert/git: check status when reading output stream stable
Sun, 25 Apr 2010 22:59:50 +0200 Patrick Mezard convert/git: check status when reading the whole output stable
Sun, 25 Apr 2010 22:32:27 +0200 Patrick Mezard convert/git: rename gitcmd() into gitopen() for readability stable
Sun, 25 Apr 2010 18:19:54 +0200 Martin Geisler minirst: support all recommended title adornments
Sun, 25 Apr 2010 17:48:26 +0200 Martin Geisler minirst: correctly format sections containing inline markup
Sun, 25 Apr 2010 17:38:41 +0200 Henrik Stuart ui: support quotes in configlist (issue2147)
Sun, 25 Apr 2010 17:11:50 +0200 Martin Geisler Merge with stable
Sun, 25 Apr 2010 17:11:36 +0200 Martin Geisler hgrc.5: mention lists as well stable
Sun, 25 Apr 2010 16:46:44 +0200 Martin Geisler Merge with stable
Sun, 25 Apr 2010 16:46:26 +0200 Martin Geisler hgrc.5: describe form of config values stable
Sun, 25 Apr 2010 16:17:24 +0200 Martin Geisler minirst: add test for sections
Sat, 24 Apr 2010 23:08:27 +0200 Martin Geisler contrib/win32: update build instructions after cbe400a8e217
Fri, 23 Apr 2010 09:55:47 +0200 Martin Geisler doc: add links from hgrc.5 to hg.1
Fri, 23 Apr 2010 09:53:25 +0200 Martin Geisler doc: make links for hg role
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Thu, 22 Apr 2010 10:04:53 +0200 Martin Geisler doc, minirst: support hg interpreted text role
Thu, 22 Apr 2010 09:57:04 +0200 Martin Geisler doc: add generic frontend to rst2man and rst2html
Wed, 21 Apr 2010 01:34:12 +0200 Benoit Boissinot localrepo.commit: use explicit variables, avoid creating new contexts
Wed, 21 Apr 2010 01:18:31 +0200 Benoit Boissinot context: remove parents parameter to workingctx
Tue, 20 Apr 2010 11:17:01 +0200 Benoit Boissinot dirstate: more explicit name, rename normaldirty() to otherparent()
Sat, 17 Apr 2010 13:38:42 -0500 Augie Fackler keyword: monkeypatch patch so that optional args can be passed as kwargs
Sat, 17 Apr 2010 13:23:24 -0500 Augie Fackler patch: refactor applydiff to allow for mempatching
Sat, 17 Apr 2010 13:13:57 -0500 Augie Fackler patch: move mercurial-specific imports after stdlib imports
Fri, 16 Apr 2010 14:24:40 -0500 Augie Fackler test-record: add hg summary to verify we update dirstate
Tue, 20 Apr 2010 01:08:20 +0200 Benoit Boissinot log -b: use opts.get() instead of assuming opts is correctly filled
Mon, 19 Apr 2010 17:00:02 -0500 Matt Mackall Merge with stable
Fri, 16 Apr 2010 23:59:43 +0200 Dévai Tamás Respect the DESTDIR variable during 'make install'
Mon, 12 Apr 2010 19:33:25 -0400 Steve Losh commands: add more robust support for 'hg log -b' (issue2078)
Mon, 19 Apr 2010 16:47:44 -0500 Matt Mackall highlight: fix to work with caching templater
Mon, 19 Apr 2010 16:47:44 -0500 Matt Mackall debugcomplete: don't list deprecated options
Sun, 18 Apr 2010 18:18:19 -0400 Steve Losh commands: Add 'hg log --branch' and deprecate 'hg log --only-branch'
Sat, 17 Apr 2010 14:32:26 +0200 Isaac Jurado bookmarks: complete the missing references from dda4ad7c9ea9 (issue2121)
Tue, 06 Apr 2010 22:15:43 -0300 Elifarley Callado Coelho Cruz Added support for 'pretxncommit', so that one can call the ACL hook at
Sun, 18 Apr 2010 14:20:08 -0700 Brett Cannon subrepo: fix repo root path handling in svn subrepo stable
Thu, 08 Apr 2010 00:13:33 +0900 Yuya Nishihara remoteui: copy http_proxy settings stable
Wed, 07 Apr 2010 02:41:22 +0200 Simon Heimberg dispatch: ignore if signals can not be set stable
Thu, 01 Apr 2010 22:04:30 +0100 Mark Determann hgweb: fix attribute error in error response (issue2060) stable
Thu, 04 Mar 2010 14:32:01 -0600 Brandon Parsons cvs: skip bad tags stable
Wed, 07 Apr 2010 00:35:38 +0300 anatoly techtonik document missing template variables stable
Thu, 15 Apr 2010 18:52:59 +0200 Dan Villiom Podlaski Christiansen diffstat: use ui.plain() instead of ui.interactive() stable
Sat, 17 Apr 2010 15:35:34 +0200 Isaac Jurado mq: Remove -f from qnew command syntax. stable
Thu, 15 Apr 2010 14:06:07 +0200 Dan Villiom Podlaski Christiansen mq: toggle truncating using ui.plain() rather than ui.interactive() stable
Mon, 19 Apr 2010 21:47:23 +0200 Benoit Boissinot merge with stable
Mon, 19 Apr 2010 20:41:53 +0200 Benoit Boissinot filemerge: use working dir parent as ancestor for backward wdir merge stable
Mon, 19 Apr 2010 21:44:21 +0200 Benoit Boissinot merge with stable
Mon, 19 Apr 2010 20:30:31 +0200 Benoit Boissinot filectx: _fileid isn't normalized, use _filenode instead stable
Mon, 19 Apr 2010 20:49:09 +0200 Martin Geisler Merge with stable
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: write "working copy" instead of "wc" stable
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: mark strings for translation stable
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: write "repository" instead of "repo" stable
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler minirst: removed unnecessary initindent variable
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler minirst: add margin around definition items
Fri, 16 Apr 2010 19:18:20 +0200 Benoit Boissinot dirstate: remove unused variable
Fri, 16 Apr 2010 22:14:14 +0200 Martin Geisler Merge with stable
Wed, 14 Apr 2010 11:59:53 +0530 Faheem Mitha Document 'default' and 'default-push' in paths docstring stable
Thu, 15 Apr 2010 18:12:28 +0200 Dan Villiom Podlaski Christiansen mq: only highlight/label patch name for qseries.
Fri, 16 Apr 2010 14:30:13 +0200 Christian Ebert keyword: replace deprecated mq commands in test
Fri, 16 Apr 2010 14:57:30 +0200 Adrian Buehlmann wix updates
Fri, 16 Apr 2010 01:58:14 +0200 Benoit Boissinot merge with stable
Fri, 16 Apr 2010 01:57:53 +0200 Benoit Boissinot test-git-import: better testing, check nodeids stable
Fri, 16 Apr 2010 01:57:32 +0200 Benoit Boissinot context: fix bug introduced in fb89cd21a7a0, path should be used stable
Thu, 15 Apr 2010 22:34:26 +0200 Sune Foldager merge with stable
Thu, 15 Apr 2010 21:59:21 +0200 Sune Foldager prepush: rewrite most of the code from scratch stable
Thu, 15 Apr 2010 20:25:26 +0200 Benoit Boissinot merge with stable
Thu, 15 Apr 2010 20:25:07 +0200 Benoit Boissinot run-tests.py: can't remove from os.environ on solaris stable
Thu, 15 Apr 2010 19:03:03 +0200 Benoit Boissinot merge with stable
Thu, 15 Apr 2010 18:08:48 +0200 Benoit Boissinot workingctx: correctly compute the flag for noexec filesystems+merge stable
Thu, 15 Apr 2010 17:25:37 +0200 Sune Foldager localrepo: simplify _updatebranchcache slightly
Thu, 15 Apr 2010 15:35:06 +0200 Benoit Boissinot merge with stable
Thu, 15 Apr 2010 15:34:27 +0200 Benoit Boissinot add +x to test-update-renames, removed by the merge on 24ed7a541f23
Thu, 15 Apr 2010 15:21:41 +0200 Benoit Boissinot simplify test-issue2137, make it more portable stable
Thu, 15 Apr 2010 15:21:21 +0200 Benoit Boissinot add documentation for revlog._prereadsize stable
Thu, 15 Apr 2010 13:52:41 +0200 Benoit Boissinot merge with stable
Wed, 14 Apr 2010 15:06:40 -0400 Greg Ward revlog: fix lazyparser.__iter__() to return all revisions (issue2137) stable
Tue, 13 Apr 2010 17:58:38 -0400 Greg Ward revlog: factor out _maxinline global. stable
Wed, 14 Apr 2010 19:49:06 +0200 Sune Foldager merge with stable
Wed, 14 Apr 2010 19:43:40 +0200 Sune Foldager merge
Wed, 14 Apr 2010 19:43:19 +0200 Sune Foldager prepush: backed out refactoring
Wed, 14 Apr 2010 19:35:54 +0200 Peter Arrenbrecht prepush: add more test cases stable
Wed, 14 Apr 2010 19:11:35 +0200 Sune Foldager prepush: fix bug in warning message selection stable
Wed, 14 Apr 2010 11:27:15 +0200 Benoit Boissinot merge with stable
Tue, 13 Apr 2010 23:12:23 -0500 Steve Borho verify: improve progress descriptions
Wed, 14 Apr 2010 17:58:10 +0900 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports
Wed, 14 Apr 2010 00:24:47 -0500 Ry4an Brase Fix --blacklist when --jobs > 1 in run_tests.py. stable
Wed, 14 Apr 2010 09:09:43 +0200 Benoit Boissinot merge with stable
Wed, 14 Apr 2010 09:08:47 +0200 Benoit Boissinot run-tests.py: reset env variables set by hooks stable
Wed, 14 Apr 2010 08:48:26 +0200 Benoit Boissinot checklink: use an explicit prefix for the temporary file stable
Tue, 13 Apr 2010 17:58:38 -0400 Greg Ward revlog: factor out _maxinline global.
Tue, 13 Apr 2010 23:04:46 +0200 Benoit Boissinot fix test-pull after 468876bc3885
Tue, 13 Apr 2010 22:10:24 +0200 Benoit Boissinot merge with stable
Tue, 13 Apr 2010 22:06:17 +0200 Benoit Boissinot revlog: put graph related functions together
Tue, 13 Apr 2010 21:54:59 +0200 Benoit Boissinot checkexec: use an explicit prefix for the temporary file stable
Mon, 12 Apr 2010 17:41:32 -0700 Matt Mackall check-code: add a warnings level
Mon, 12 Apr 2010 17:34:12 +0200 Christian Ebert keyword: make the templater a local variable
Mon, 12 Apr 2010 17:21:30 -0700 Matt Mackall rollback: improve message
Mon, 12 Apr 2010 17:11:14 -0700 Matt Mackall transaction: use newlines to separate description elements
Thu, 08 Apr 2010 15:04:00 -0500 Augie Fackler progress: fall back to indeterminate progress if position is >= total
Sun, 11 Apr 2010 14:25:02 -0500 Matt Mackall mq: promote qnew, demote qinit in short help
Sun, 11 Apr 2010 14:24:19 -0500 Matt Mackall commands: improve some command summaries
Sat, 10 Apr 2010 17:20:43 -0500 Matt Mackall progress: show approximate progress info for pull
Mon, 12 Apr 2010 21:55:34 +0200 Patrick Mezard Merge with crew-stable
Mon, 12 Apr 2010 21:37:21 +0200 Patrick Mezard localrepo: do not store URL password in undo.desc
Mon, 12 Apr 2010 21:19:53 +0200 Patrick Mezard convert/subversion: fix default URL checker prototype stable
Sun, 11 Apr 2010 20:59:55 -0700 Brendan Cully Merge with stable
Fri, 09 Apr 2010 20:34:05 +0200 Peter Arrenbrecht patch: don't look for headers in diff lines stable
Fri, 09 Apr 2010 17:23:37 -0500 Steve Borho rollback: add dry-run argument, emit transaction description
Fri, 09 Apr 2010 17:23:35 -0500 Steve Borho localrepo: add desc parameter to transaction
Fri, 09 Apr 2010 15:16:52 +0200 Thomas Arendsen Hein merge with stable
Fri, 09 Apr 2010 15:16:31 +0200 Thomas Arendsen Hein merge default
Fri, 09 Apr 2010 15:14:43 +0200 Thomas Arendsen Hein test-hgwebdir: correctly include '-' in sed expression. stable
Thu, 08 Apr 2010 17:21:42 +0200 Peter Arrenbrecht localrepo: refactor prepush logic
Fri, 09 Apr 2010 10:35:53 +0200 Sune Foldager merge with stable
Thu, 08 Apr 2010 19:46:47 +0200 Sune Foldager partial backout of 1e819576e926 and add tests (issue2131) stable
Wed, 07 Apr 2010 21:31:47 +0200 Henrik Stuart copies: properly visit file context ancestors on working file contexts stable
Wed, 07 Apr 2010 14:44:51 -0500 Matt Mackall Merge with stable
Wed, 07 Apr 2010 16:55:01 +0200 Henrik Stuart mq: use util.unlink instead of os.unlink and os.removedirs stable
Tue, 06 Apr 2010 08:54:18 -0500 Steve Borho color: respect HGPLAIN
Tue, 06 Apr 2010 08:49:19 -0500 Steve Borho color: add support for Windows consoles
Tue, 06 Apr 2010 08:44:13 -0500 Steve Borho color: remove unused import
Tue, 06 Apr 2010 15:40:46 +0200 Benoit Boissinot merge with stable
Tue, 06 Apr 2010 15:40:00 +0200 Benoit Boissinot merge default with default
Tue, 06 Apr 2010 15:39:44 +0200 Benoit Boissinot merge stable with stable stable
Tue, 06 Apr 2010 11:49:42 +0200 Benoit Boissinot dirstate: no need to iterate twice, a dict can be updated in place stable
Tue, 06 Apr 2010 00:46:09 +0200 Benoit Boissinot merge with stable
Tue, 06 Apr 2010 00:45:53 +0200 Benoit Boissinot clone: no race possible, we can use changegroup() and have smaller urls stable
Mon, 05 Apr 2010 17:48:48 -0500 Matt Mackall Merge with stable
Mon, 05 Apr 2010 17:48:31 -0500 Matt Mackall Merge with i18n
Mon, 05 Apr 2010 17:48:00 -0500 Matt Mackall Merge with i18n stable
Mon, 05 Apr 2010 01:38:31 +0200 Martin Geisler Merge with hg-i18n
Mon, 05 Apr 2010 01:10:09 +0200 Martin Geisler i18n-da: small updates stable
Mon, 05 Apr 2010 00:14:24 +0200 Martin Geisler i18n-da: synchronized with 37a5a397f150 stable
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templates: escape javascript braces
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: drop \ when handling escaped {
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: strip whitespace inside template methods
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: drop raw method
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: raise nested functions
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: cache full tree
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: use recursive flattening
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: cache self.defaults.get
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: privatize class variables
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: map -> mapping
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: extend preparsing
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall templater: preparse templates and cache
Mon, 05 Apr 2010 15:25:08 -0500 Matt Mackall keywords: build a new templater to work around caching interaction
Mon, 05 Apr 2010 14:33:41 -0500 Matt Mackall templater: directly parse templates, no regexes
Mon, 05 Apr 2010 14:33:41 -0500 Jeff Schiller logo: clean up source file with scour
Mon, 05 Apr 2010 14:33:41 -0500 Matt Mackall contrib: drop rewrite-revlog
Mon, 05 Apr 2010 14:33:41 -0500 Matt Mackall contrib: drop git-viz
Mon, 05 Apr 2010 20:35:47 +0200 Benoit Boissinot merge with stable
Mon, 05 Apr 2010 20:10:46 +0200 Ronny Pfannschmidt add a test for the inprocess status dirstate race stable
Mon, 05 Apr 2010 19:49:19 +0200 Benoit Boissinot merge with stable
Mon, 05 Apr 2010 18:13:20 +0200 Benoit Boissinot dirstate: fix in memory dirstate entries for 1-second race stable
Mon, 05 Apr 2010 13:44:30 +0200 Martin Geisler commands: leftover from d7b601f1e02c
Mon, 05 Apr 2010 11:58:54 +0200 Martin Geisler commands: small refactoring in summary
Mon, 05 Apr 2010 11:52:40 +0200 Martin Geisler commands: retrieve tags from context object
Sun, 04 Apr 2010 21:35:00 -0400 Eric Eisner summary: make use of output labeling
Sun, 04 Apr 2010 22:53:50 -0500 Brodie Rao color: concatenate effects correctly and avoid printing empty effects
Mon, 05 Apr 2010 01:31:16 +0200 Martin Geisler commands: fix typo
Mon, 05 Apr 2010 01:00:14 +0200 Martin Geisler cmdutil: do not translate trivial string
Sun, 04 Apr 2010 02:39:45 +0200 Adrian Buehlmann wix: refactor and new guids.wxi
Fri, 02 Apr 2010 15:22:19 -0500 Brodie Rao color: don't split colors across lines (which confuses less -R)
Fri, 02 Apr 2010 15:22:17 -0500 Brodie Rao color: colorize based on output labels instead of parsing output
Fri, 02 Apr 2010 15:22:15 -0500 Brodie Rao record: make use of output labeling
Fri, 02 Apr 2010 15:22:14 -0500 Brodie Rao qseries: make use of output labeling
Fri, 02 Apr 2010 15:22:11 -0500 Brodie Rao qdiff: make use of output labeling
Fri, 02 Apr 2010 15:22:12 -0500 Brodie Rao qguard: make use of output labeling
Fri, 02 Apr 2010 15:22:10 -0500 Brodie Rao churn: make use of output labeling
Fri, 02 Apr 2010 15:22:09 -0500 Brodie Rao bookmark: make use of output labeling
Fri, 02 Apr 2010 15:22:07 -0500 Brodie Rao cmdutil: make use of output labeling in changeset_printer
Fri, 02 Apr 2010 15:22:06 -0500 Brodie Rao diff: make use of output labeling
Fri, 02 Apr 2010 15:22:05 -0500 Brodie Rao status: make use of output labeling
Fri, 02 Apr 2010 15:22:03 -0500 Brodie Rao grep: make use of output labeling
Fri, 02 Apr 2010 15:22:00 -0500 Brodie Rao ui: add ui.write() output labeling API
Thu, 01 Apr 2010 17:51:59 -0500 Matt Mackall Merge with stable
Thu, 01 Apr 2010 17:51:32 -0500 Matt Mackall Merge with i18n
Thu, 01 Apr 2010 17:49:38 -0500 Matt Mackall Added signature for changeset 2b01dab59416 stable
Thu, 01 Apr 2010 17:49:38 -0500 Matt Mackall Added tag 1.5.1 for changeset 2b01dab59416 stable
Thu, 01 Apr 2010 19:32:36 -0300 Wagner Bruna i18n-pt_BR: update qnew help text stable 1.5.1
Thu, 01 Apr 2010 17:40:47 -0500 Matt Mackall Merge with i18n stable
Thu, 01 Apr 2010 19:32:08 -0300 Wagner Bruna mq: remove reference for deprecated -f option stable
Thu, 01 Apr 2010 11:45:25 -0300 Wagner Bruna merge with i18n stable
Thu, 01 Apr 2010 11:33:03 -0300 Wagner Bruna i18n-pt_BR: synchronized with e46c19c586fa stable
Wed, 31 Mar 2010 21:22:07 +0000 bttfmcf l10n: Updates to French (fr) translation
Wed, 31 Mar 2010 12:15:24 -0300 Wagner Bruna merge with i18n stable
Wed, 31 Mar 2010 12:14:38 -0300 Wagner Bruna i18n-pt_BR: synchronized with ca6ba6cac6cd stable
Wed, 31 Mar 2010 11:07:46 +0200 Mads Kiilerich check-code.py: Check for bare ^ stable
Mon, 29 Mar 2010 09:15:08 -0300 Elifarley Callado Coelho Cruz Added support for 'everybody ' (using an asterisk) in user list. stable
Tue, 30 Mar 2010 02:42:21 +0200 Mads Kiilerich convert.cvs: Initialize state variable and abort on cvs error stable
Thu, 01 Apr 2010 00:15:29 +0200 Martin Geisler Merge with stable
Thu, 01 Apr 2010 00:02:12 +0200 Martin Geisler share: drop experimental label stable
Wed, 31 Mar 2010 15:09:59 -0700 Brendan Cully Merge with stable
Wed, 31 Mar 2010 10:59:00 -0400 Michael Glassford Add missing --mq option to hg log. stable
Wed, 31 Mar 2010 17:32:19 +0200 Martin Geisler Merge with stable
Fri, 26 Mar 2010 21:37:18 +0100 Benoit Allard url: expand path in auth filenames stable
Sat, 27 Mar 2010 13:39:45 +0200 Alexander Solovyov expand paths in aliases stable
Wed, 31 Mar 2010 12:09:21 +0200 Benoit Boissinot merge with stable
Wed, 31 Mar 2010 12:07:13 +0200 Benoit Boissinot test-subrepo-svn: properly escape the url, make it work for svn 1.5 again stable
Tue, 30 Mar 2010 13:09:25 -0500 Matt Mackall Merge with stable
Mon, 15 Mar 2010 14:53:34 -0500 Augie Fackler util.termwidth: check stderr first as it's least likely to be redirected stable
Mon, 29 Mar 2010 16:44:24 -0500 Augie Fackler progress: use stderr instead of stdout; check stderr.isatty() stable
Mon, 29 Mar 2010 16:11:40 -0500 Matt Mackall templatefilters: fix check-code warning
Mon, 29 Mar 2010 15:51:26 -0500 Matt Mackall Merge with stable
Mon, 29 Mar 2010 15:16:38 -0500 Matt Mackall Merge with i18n
Mon, 29 Mar 2010 15:16:05 -0500 Matt Mackall Merge with i18n stable
Mon, 29 Mar 2010 15:15:44 -0500 Matt Mackall Merge stable heads stable
Sun, 28 Mar 2010 20:27:09 +0200 Jens Bäckman i18n-sv: translated the 'patterns' command stable
Fri, 26 Mar 2010 21:35:06 -0300 Wagner Bruna merge with stable
Fri, 26 Mar 2010 21:32:49 -0300 Wagner Bruna merge with i18n stable stable
Fri, 26 Mar 2010 20:18:14 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9f6e30a89f11 stable
Tue, 23 Mar 2010 21:58:51 +0100 Jens Bäckman i18n-sv: synchronized with a1cb8ca051c0 stable
Wed, 24 Mar 2010 16:42:08 -0400 Benjamin Pollack schemes: add Kiln On Demand to default schemes stable
Thu, 25 Mar 2010 15:37:39 -0400 Greg Ward Fix default style so 'log --copies' has a start and an end. stable
Wed, 24 Mar 2010 01:43:24 +0100 Mads Kiilerich Tests with spaces in paths stable
Mon, 29 Mar 2010 12:56:16 -0500 Matt Mackall tests: add helpers.sh
Fri, 26 Mar 2010 17:09:56 +0100 Sune Foldager merge with stable
Fri, 26 Mar 2010 17:02:49 +0100 Sune Foldager push: refactor and optimize prepush stable
Fri, 26 Mar 2010 17:02:36 +0100 Sune Foldager push: fix bug in prepush logic and its tests stable
Fri, 26 Mar 2010 17:02:23 +0100 Sune Foldager localrepo: change _updatebranchcache to use a context generator stable
Wed, 24 Mar 2010 19:44:53 +0100 Benoit Boissinot merge with stable
Wed, 24 Mar 2010 19:44:30 +0100 Benoit Boissinot setup.py: don't use tabs stable
Tue, 23 Mar 2010 17:24:17 -0500 Matt Mackall Merge with crew
Tue, 23 Mar 2010 15:23:04 +0100 Ronny Pfannschmidt run-tests: force to test pure on pypy as well
Tue, 23 Mar 2010 15:22:17 +0100 Ronny Pfannschmidt Fix run-tests.py -jX after 2ed667a9dfcb
Tue, 23 Mar 2010 17:06:58 -0500 Matt Mackall Merge with crew
Tue, 23 Mar 2010 22:59:31 +0100 Patrick Mezard Merge with crew-stable
Tue, 23 Mar 2010 20:45:08 +0100 Patrick Mezard rebase: fix --collapse with --keepbranches (issue2100) stable
Tue, 23 Mar 2010 20:01:30 +0100 Dirkjan Ochtman setup: fail if bz2 is not available stable
Mon, 22 Mar 2010 22:19:40 +0100 Pierre-Yves David test-convert-cvs: filter unstable cvs output. stable
Tue, 23 Mar 2010 11:48:14 +0100 Dirkjan Ochtman help: point out need for stringification stable
Tue, 23 Mar 2010 11:37:31 +0100 Ronny Pfannschmidt tests: adapt the test runner to work with jython
Tue, 23 Mar 2010 11:37:01 +0100 Ronny Pfannschmidt posix: move a global fcntl import to keep it from breaking jython
Tue, 23 Mar 2010 11:36:19 +0100 Ronny Pfannschmidt util: fake the builtin buffer if it's missing (jython)
Tue, 23 Mar 2010 10:18:46 +0100 Patrick Mezard mq: fix qcommit documentation wrt --mq option stable
Mon, 22 Mar 2010 17:03:33 -0500 Matt Mackall Merge with stable
Mon, 22 Mar 2010 15:16:27 +0100 Konstantin Zemlyak wsgicgi: call close() on iterable to avoid resource leaks stable
Mon, 22 Mar 2010 11:08:52 +0100 Benoit Boissinot merge with mpm
Mon, 22 Mar 2010 11:08:42 +0100 Benoit Boissinot patch: warn when the internal patcher fails
Mon, 22 Mar 2010 01:36:12 -0400 Brodie Rao run-tests: make sure GREP_OPTIONS isn't set
Sat, 20 Mar 2010 16:57:24 -0500 Matt Mackall Merge with stable
Sat, 20 Mar 2010 14:47:05 +0100 Benoit Boissinot patch: more precise NoHunk, raised for every file (issue2102) stable
Sat, 20 Mar 2010 21:16:22 +0100 Benoit Boissinot patch: differentiate start of file with diff --git vs '--- ' stable
Sat, 20 Mar 2010 10:01:56 -0500 Matt Mackall Merge with stable
Fri, 19 Mar 2010 22:52:38 +0100 Benoit Boissinot patch: try harder to find the file to patch on file creation (issue2041) stable
Fri, 19 Mar 2010 16:05:16 -0500 Matt Mackall Merge with stable
Fri, 19 Mar 2010 16:04:49 -0500 Matt Mackall Merge with i18n
Fri, 19 Mar 2010 16:04:00 -0500 Matt Mackall Merge with i18n stable
Tue, 16 Mar 2010 11:37:14 -0300 Wagner Bruna merge with i18n
Tue, 16 Mar 2010 11:36:44 -0300 Wagner Bruna merge with i18n stable
Tue, 16 Mar 2010 11:31:08 -0300 Wagner Bruna i18n-pt_BR: synchronized with e930017f9e2a stable
Sat, 06 Mar 2010 10:02:45 +0100 Martin Geisler Merge with stable
Sat, 06 Mar 2010 08:58:03 +0000 Martin Geisler l10n: Updates to Danish (da) translation
Fri, 19 Mar 2010 12:45:39 +0100 Benoit Boissinot patch: second line of a context diff starts with '--- ', not '+++ ' stable
Fri, 19 Mar 2010 11:32:55 +0100 Martin Geisler Merge with stable
Mon, 15 Mar 2010 22:37:38 +0100 Cédric Duval patchbomb: --desc implies --intro
Fri, 19 Mar 2010 10:39:01 +0100 Adrian Buehlmann wix: don't show version in title of root feature stable
Fri, 19 Mar 2010 10:26:19 +0100 Adrian Buehlmann wix: use build variable for VC redist source dir stable
Thu, 18 Mar 2010 14:36:24 -0700 Brendan Cully Merge with stable
Thu, 18 Mar 2010 19:26:56 +0100 Benoit Boissinot mq: allow lines starting with '--- ' in patch messages stable
Thu, 18 Mar 2010 18:22:34 +0100 Benoit Boissinot patch: enhance diff detection regexp, allow '--- ' in patch message stable
Thu, 18 Mar 2010 16:38:07 +0100 Sune Foldager fix bug in hg.clone when passing in a repository object stable
Thu, 18 Mar 2010 16:32:03 +0100 Benoit Boissinot check-code: more tests and more robust python filtering
Thu, 18 Mar 2010 01:59:53 +0100 Martin Geisler Merge with stable
Thu, 18 Mar 2010 01:58:26 +0100 Martin Geisler localrepo: more specific warning on adding large files stable
Wed, 17 Mar 2010 18:15:16 -0500 Matt Mackall progress: drop extra args for pos=None calls (issue2087)
Wed, 17 Mar 2010 15:36:48 -0500 Matt Mackall check-code: fix check-code complaint
Wed, 17 Mar 2010 14:15:33 +0100 Benoit Boissinot check-code: improve quote detection regexp, add tests
Wed, 17 Mar 2010 10:55:28 +0100 Martin Geisler Merge with stable
Wed, 17 Mar 2010 10:51:26 +0100 Pierre-Yves David check-code: add a return value to checkfile function
Tue, 16 Mar 2010 19:53:00 +0100 Pierre-Yves David code-code: Add a logfunc argument to checkfile
Tue, 16 Mar 2010 19:52:58 +0100 Pierre-Yves David check-code: Add a ``maxerr`` argument to the ``checkfile`` function
Tue, 16 Mar 2010 19:52:57 +0100 Pierre-Yves David check-code: Add a ``checkfile`` function
Tue, 16 Mar 2010 19:52:56 +0100 Pierre-Yves David check-code: Only call check-code if __name__ = "__main__".
Tue, 16 Mar 2010 19:52:55 +0100 Pierre-Yves David add a small test for contrib/check-code.py
Tue, 16 Mar 2010 22:29:16 +0100 Christian Ebert keyword: do not bother about detecting extension path in demo
Tue, 16 Mar 2010 22:28:58 +0100 Christian Ebert keyword: make kwdemo less verbose
Tue, 16 Mar 2010 22:28:23 +0100 Christian Ebert keyword: 1 variable name for overwriting candidates
Tue, 16 Mar 2010 22:27:22 +0100 Christian Ebert keyword: do not customize ui.note() when overwriting
Mon, 15 Mar 2010 20:52:22 +0100 Cédric Duval mq: test for init --mq with a destination argument stable
Tue, 16 Mar 2010 17:39:12 +0100 Adrian Buehlmann contrib/wix: fix product name to include version stable
Tue, 16 Mar 2010 16:41:22 +0100 Benoit Boissinot help: it's not necessary to escape quotes
Tue, 16 Mar 2010 16:39:17 +0100 Benoit Boissinot check-code: remove simple quotes first
Tue, 16 Mar 2010 01:16:19 +0100 Benoit Boissinot merge with stable
Tue, 16 Mar 2010 01:16:04 +0100 Benoit Boissinot filelog: no need to optimize an uncommon case, assume meta = {}
Tue, 16 Mar 2010 01:12:46 +0100 Benoit Boissinot filelog: text is stored modified when it starts with '\1\n' stable
Mon, 15 Mar 2010 16:36:32 -0500 Matt Mackall Merge with stable
Fri, 12 Mar 2010 16:16:47 -0600 Matt Mackall check-code: add check for any/all
Mon, 15 Mar 2010 19:55:52 +0100 Benoit Boissinot cvsps: fix traceback involving 'synthetic' stable
Mon, 15 Mar 2010 18:40:00 +0100 Martin Geisler progress: use a verb in present participle
Mon, 15 Mar 2010 18:36:11 +0100 Martin Geisler Merge with stable
Mon, 15 Mar 2010 18:33:39 +0100 Martin Geisler progress: use a verb (+noun) in present participle stable
Sun, 14 Mar 2010 00:28:10 +0100 Edouard Gomez subrepo: fix hgrc paths section during subrepo pulling stable
Sun, 14 Mar 2010 23:18:50 +0100 Patrick Mezard Merge with crew-stable
Tue, 09 Mar 2010 12:09:57 +0100 Mathieu Clabaut convert: teach cvsps to handle . repository (issue1649) stable
Sun, 14 Mar 2010 23:10:52 +0100 Martin Geisler record: separate each hunk with a blank line
Sun, 14 Mar 2010 22:17:10 +0100 Benoit Boissinot mq: do not try to delete non-existent files (regression from e8e56d8377ab)
Sun, 14 Mar 2010 22:21:48 +0100 Martin Geisler Merge with stable
Sun, 14 Mar 2010 18:46:38 +0100 Cédric Duval mq: fix init with nonexistent or non-local repository stable
Sun, 14 Mar 2010 19:21:24 +0100 Cédric Duval mq: no longer refer to deprecated qinit -c command stable
Sun, 14 Mar 2010 19:17:06 +0100 Cédric Duval mq: don't mention qinit as a "common task" stable
Sun, 14 Mar 2010 19:09:55 +0100 Benoit Boissinot mq: don't use regexp when not necessary
Sun, 14 Mar 2010 14:53:20 +0100 Benoit Boissinot mq: use xrange/enumerate instead of += 1
Sun, 14 Mar 2010 14:45:01 +0100 Benoit Boissinot mq: don't use len(list) unless necessary
Sun, 14 Mar 2010 12:08:14 +0100 Benoit Boissinot mq: find_series() simplify and don't use regexps
Sun, 14 Mar 2010 11:12:51 +0100 Benoit Boissinot mq: fix coding style (missing space)
Sun, 14 Mar 2010 11:12:07 +0100 Benoit Boissinot mq: qsave creates entries with the left part empty (':patchname')
Sun, 14 Mar 2010 01:35:54 +0100 Benoit Boissinot mq: simplify statusentry(), fix restore broken by ee48e5ef8753
Sun, 14 Mar 2010 01:06:58 +0100 Benoit Boissinot mq: use context API
Sun, 14 Mar 2010 01:01:17 +0100 Benoit Boissinot mq: simplify qparents calculation
Sun, 14 Mar 2010 00:53:55 +0100 Benoit Boissinot mq: simplify commit message generation
Sun, 14 Mar 2010 00:36:10 +0100 Benoit Boissinot mq: avoid many hex/bin conversions, keep the binary node when possible
Sun, 07 Feb 2010 17:12:41 +0100 Stefano Tortarolo rebase: add option to not commit after a collapsing
Sat, 13 Mar 2010 20:02:46 +0100 Patrick Mezard Merge with crew-stable
Thu, 11 Mar 2010 00:28:31 +0900 Yuya Nishihara hgweb: make code to join url path simpler stable
Thu, 11 Mar 2010 00:28:27 +0900 Yuya Nishihara hgweb: fix broken URLs of RSS/Atom feeds (issue1772) stable
Thu, 11 Mar 2010 00:25:46 +0900 Yuya Nishihara hgweb: introduce helper method to update req.env stable
Tue, 02 Mar 2010 15:08:43 -0500 Greg Ward rebase: always check if rebasing onto an applied mq patch. stable
Sat, 13 Mar 2010 19:57:52 +0100 Martin Geisler subrepo: wrap long line
Sat, 13 Mar 2010 17:02:41 +0100 Benoit Boissinot merge with stable
Fri, 05 Mar 2010 17:38:02 -0500 Brodie Rao test-extension: fix disabled extension tests for run-tests.py --local stable
Fri, 12 Mar 2010 01:23:35 +0100 Edouard Gomez subrepo: print subrepo pulling URL
Sat, 13 Mar 2010 16:44:52 +0100 Benoit Boissinot merge with stable stable
Fri, 12 Mar 2010 01:23:35 +0100 Benoit Boissinot subrepo: keep ui and hgrc in sync when creating new repo stable
Fri, 12 Mar 2010 01:23:35 +0100 Edouard Gomez subrepo: forward the push to argument into _abssource stable
Sat, 13 Mar 2010 16:19:28 +0100 Greg Lindahl mercurial.spec: remove reference to doc/ja stable
Sat, 13 Mar 2010 12:57:20 +0100 Benoit Boissinot mq: simplify and use context API
Sat, 13 Mar 2010 00:08:06 +0100 Benoit Boissinot mq: avoid a (potentially expensive) repo.status(unknown=True) call
Sat, 13 Mar 2010 00:02:33 +0100 Benoit Boissinot mq: all_files can be a set, remove dangerous default values
Fri, 12 Mar 2010 00:50:41 +0100 Martin Geisler Merge with stable
Fri, 12 Mar 2010 00:45:27 +0100 Martin Geisler rebase: remove unnecessary \" from help string stable
Mon, 08 Mar 2010 03:07:35 +0100 Mads Kiilerich test-merge-default and check-code.py: No "export x=x" in sh stable
Fri, 12 Mar 2010 00:02:39 +0100 Martin Geisler Merge with stable
Thu, 11 Mar 2010 16:54:34 -0600 Augie Fackler progress: document progress.disable config option stable
Thu, 11 Mar 2010 23:44:12 +0100 Martin Geisler shrink-revlog: add missing whitespace in expression
Thu, 11 Mar 2010 19:09:35 +0100 Benoit Boissinot any is not available for python2.4
Thu, 11 Mar 2010 18:49:41 +0100 Christian Ebert keyword: update copyright
Thu, 11 Mar 2010 18:49:14 +0100 Christian Ebert keyword: remove deprecated options
Thu, 11 Mar 2010 17:43:44 +0100 Benoit Boissinot style: use consistent variable names (*mod) with imports which would shadow
Thu, 11 Mar 2010 15:52:17 +0100 David Wolever archive: autodetect archive type by extension (issue2058)
Thu, 11 Mar 2010 15:38:35 +0100 Dirkjan Ochtman merge with stable
Thu, 11 Mar 2010 15:32:24 +0100 Dirkjan Ochtman tests: use external coverage, mandate newer version stable
Thu, 11 Mar 2010 09:11:01 -0500 Eric Eisner churn: use ui.progress instead of --progress
Tue, 09 Mar 2010 21:53:16 -0500 Greg Ward rebase: improve help text stable
Thu, 11 Mar 2010 14:56:15 +0100 Martin Geisler commands: remove extra indentation from list in help text stable
Thu, 11 Mar 2010 13:33:29 +0100 Dirkjan Ochtman server: initialize wsgi app in command, then wrap server around it
Thu, 11 Mar 2010 13:32:43 +0100 Dirkjan Ochtman server: unnest server classes into module namespace
Thu, 11 Mar 2010 13:32:26 +0100 Dirkjan Ochtman server: pass wsgi application to server (no need for non-local var)
Thu, 11 Mar 2010 13:31:37 +0100 Dirkjan Ochtman server: abstract setup of ipv6 vs. normal server
Thu, 11 Mar 2010 13:30:52 +0100 Dirkjan Ochtman server: handle server-internal config setup inside server class
Thu, 11 Mar 2010 13:28:39 +0100 Dirkjan Ochtman server: externalize and streamline mixin setup
Thu, 11 Mar 2010 11:21:48 +0100 Dirkjan Ochtman server: externalize application creation
Thu, 11 Mar 2010 10:06:01 +0200 timeless commands: document and test hg clone update priority stable
Tue, 09 Mar 2010 21:53:16 -0500 Greg Ward rebase: improve help text
Wed, 10 Mar 2010 22:27:42 +0100 Benoit Boissinot serve: fix port config
Wed, 10 Mar 2010 22:07:38 +0100 Thomas Arendsen Hein merge with other head, will show bug in hg serve
Wed, 10 Mar 2010 22:05:41 +0100 Thomas Arendsen Hein test-serve: Show if port config and option are correctly used
Wed, 10 Mar 2010 21:35:38 +0100 Thomas Arendsen Hein drop (default: 8000), non-zero default is automatically added to help
Wed, 10 Mar 2010 21:21:15 +0100 Thomas Arendsen Hein make expression shorter, now the line fits into 80 chars
Wed, 10 Mar 2010 21:14:24 +0100 Benoit Boissinot serve: fix options recording, trailing whitespace
Wed, 10 Mar 2010 10:51:37 -0800 Bryan O'Sullivan serve: allow --port=0 to specify "server chooses the port number"
Wed, 10 Mar 2010 12:38:33 +0100 Sune Foldager rebase: improve output of hg pull --rebase (issue2072)
Wed, 10 Mar 2010 09:52:16 +0100 Benoit Boissinot shrink-revlog: factor out postorder algorithm
Wed, 10 Mar 2010 09:51:07 +0100 Benoit Boissinot shrink-revlog: factor out suboptimal computation
Wed, 10 Mar 2010 09:48:15 +0100 Benoit Boissinot shrink-revlog: remove branchsort algorithm (it behaves poorly)
Tue, 09 Mar 2010 21:25:37 -0500 Greg Ward shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
Tue, 09 Mar 2010 21:22:01 -0500 Greg Ward shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts.
Thu, 25 Feb 2010 09:16:39 -0500 Greg Ward shrink-revlog: add --sort option for user-selectable toposort algorithm.
Tue, 09 Mar 2010 21:30:19 -0500 Greg Ward shrink-revlog: rename some local variables for consistency.
Tue, 09 Mar 2010 21:13:39 -0500 Greg Ward shrink-revlog: instrument sort code to record statistics.
Tue, 09 Mar 2010 22:18:37 +0100 Patrick Mezard Merge with crew-stable
Tue, 09 Mar 2010 22:11:43 +0100 Patrick Mezard convert: handle svn tree with empty roots (issue2079) stable
Tue, 09 Mar 2010 20:47:35 +0100 Benoit Boissinot merge with stable
Tue, 09 Mar 2010 20:38:23 +0100 Benoit Boissinot bundle: fix bundle generation for empty changegroup stable
Tue, 09 Mar 2010 19:04:18 +0100 Benoit Boissinot patch/diff: move diff related code next to each other
Tue, 09 Mar 2010 18:31:57 +0100 Benoit Boissinot remove header handling out of mdiff.bunidiff, rename it
Tue, 09 Mar 2010 18:27:02 +0100 Benoit Boissinot remove contrib/hgdiff, it makes refactoring diff/patch harder
Tue, 09 Mar 2010 16:03:57 +0100 Dirkjan Ochtman demandimport: blacklist _ssl (issue1964) stable
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Mon, 08 Mar 2010 11:12:48 -0600 Steve Borho wix: pre-check the 'I approve this license' checkbox
Sun, 07 Mar 2010 22:04:35 -0600 Matt Mackall Merge with stable
Mon, 08 Mar 2010 00:01:12 +0100 Benoit Boissinot addremove: avoid fetching data again and again
Mon, 08 Mar 2010 00:00:03 +0100 Benoit Boissinot addremove: add progress support for similarity search
Sun, 07 Mar 2010 23:59:28 +0100 Benoit Boissinot addremove: atomically update the dirstate
Sun, 07 Mar 2010 13:10:23 -0500 Greg Ward inotify: expose the same dirstate.status() interface as dirstate.
Sun, 07 Mar 2010 13:03:03 +0100 Christian Ebert keyword: remove spurious locks, improve handling of wlock
Sun, 07 Mar 2010 13:03:03 +0100 Christian Ebert keyword: use status' names instead of index
Sun, 07 Mar 2010 17:44:43 +0100 Benoit Boissinot hgweb/graph: edge should be same color as the destination
Sat, 06 Mar 2010 13:29:54 +0100 Benoit Boissinot templatefilters: store the agescales in reverseorder directly
Sat, 06 Mar 2010 12:45:14 +0100 Benoit Boissinot hgweb: separate generation of entries and sorting (cleanup)
Fri, 05 Mar 2010 18:08:23 -0800 Brendan Cully Merge stable
Wed, 20 Jan 2010 20:23:36 -0500 Greg Ward demandimport: add __main__ to the blacklist (because of setuptools) stable
Thu, 17 Dec 2009 15:53:28 -0800 Paul Molodowitch bookmarks: add invalidate() to bookmark_repo stable
Tue, 12 Jan 2010 22:49:10 +0900 Yuya Nishihara branch: help misuse of hg branch to switch branches stable
Sat, 06 Mar 2010 21:29:02 -0800 Lee Cantey Make Readme.html reference current OS X release stable
Sat, 06 Mar 2010 13:32:14 +0100 Benoit Boissinot progress: clear progress before writing to stderr stable
Fri, 05 Mar 2010 18:26:13 -0600 Matt Mackall Added signature for changeset ff2704a8ded3 stable
Fri, 05 Mar 2010 18:26:12 -0600 Matt Mackall Added tag 1.5 for changeset ff2704a8ded3 stable
Fri, 05 Mar 2010 17:24:52 -0600 Matt Mackall mq: drop -Q in favor of --mq only stable 1.5
Fri, 05 Mar 2010 12:27:23 +0100 Sune Foldager mq: correct test output stable
Fri, 05 Mar 2010 10:49:56 +0100 Sune Foldager mq: disallow : in patch names (issue2065) stable
Thu, 04 Mar 2010 14:23:54 +0100 Sune Foldager mq: disallow # (and : on Windows) in patch names (issue2065) stable
Thu, 04 Mar 2010 13:11:29 +0100 Sune Foldager Merge with stable stable
Thu, 04 Mar 2010 13:10:48 +0100 Sune Foldager win32/hgwebdir_wsgi: clarify documentation and clean up script a bit
Thu, 04 Mar 2010 10:05:12 +0100 Martin Geisler Merge with hg-i18n stable
Thu, 04 Mar 2010 07:34:22 +0100 Jens Bäckman i18n-sv: translated bisect, dates, locate, manifest stable
Thu, 04 Mar 2010 11:56:53 +0900 FUJIWARA Katsunori i18n-ja: synchronized with c50a3d7154d2 stable
Wed, 03 Mar 2010 18:46:22 -0300 Wagner Bruna i18n-pt_BR: synchronized with f142fa3c0a8c stable
Wed, 03 Mar 2010 17:37:50 -0600 Steve Borho test-fetch: use relative URL to avoid echoing TMP path stable
Wed, 03 Mar 2010 22:32:51 +0100 Sune Foldager fetch: fix newheads calculation (issue2047) stable
Wed, 03 Mar 2010 22:04:59 +0100 Thomas Arendsen Hein Make annotate --follow an alias for -f/--file to behave like in older versions stable
Wed, 03 Mar 2010 20:35:20 +0100 Martin Geisler win32/hgwebdir_wsgi: clarify copyright license
Wed, 03 Mar 2010 14:50:35 +0100 Adrian Buehlmann store: only add new entries to the fncache file stable
Wed, 03 Mar 2010 16:00:02 +0100 Thomas Arendsen Hein Updated test output of test-convert-baz after f2618cacb485 stable
Wed, 03 Mar 2010 15:37:41 +0100 Thomas Arendsen Hein trailing spaces (and one stray tab) stable
Wed, 03 Mar 2010 14:59:39 +0100 Sune Foldager Merge with default stable
Wed, 03 Mar 2010 14:43:27 +0100 Sune Foldager Merge with stable
Wed, 03 Mar 2010 14:42:43 +0100 Sune Foldager add wsgi script for Microsoft IIS with isapi-wsgi
Tue, 02 Mar 2010 21:34:24 +0100 Martin Geisler doc/ja: remove old Japanese man page translations stable
Tue, 02 Mar 2010 20:58:58 +0100 Martin Geisler Merge with hg-i18n stable
Tue, 02 Mar 2010 18:36:37 +0100 Jens Bäckman i18n-sv: synchronized with f4f3a74ce832 stable
Tue, 02 Mar 2010 11:12:14 -0300 Wagner Bruna i18n-pt_BR: synchronized with b1339234080e stable
Wed, 03 Mar 2010 00:12:05 +0900 Yuya Nishihara ui: ignore ui.logtemplate and ui.style when HGPLAIN is set stable
Tue, 02 Mar 2010 10:40:58 +0100 Martin Geisler Merge with hg-i18n stable
Tue, 02 Mar 2010 12:41:27 +0900 FUJIWARA Katsunori i18n-ja: synchronized with bb4561401c84 stable
Mon, 01 Mar 2010 23:27:44 +0900 Yuya Nishihara alias: fixes exception when displaying translated help text stable
Mon, 01 Mar 2010 22:47:39 +0100 Martin Geisler Merge with hg-i18n stable
Sun, 28 Feb 2010 19:37:56 +0100 Jens Bäckman i18n-sv: synchronized with d1bbf01c4a8e stable
Mon, 01 Mar 2010 22:44:02 +0100 Martin Geisler tests: update output to match b1339234080e stable
Mon, 01 Mar 2010 14:15:55 +0100 Pierre-Yves David Add ElementPath to the list of package ignored by demand import stable
Mon, 01 Mar 2010 15:41:21 -0500 Greg Ward resolve: rewrite help to be clearer and more complete (issue2030). stable
Sun, 28 Feb 2010 19:43:21 +0100 Benoit Boissinot mq: simplify --mq handling / keep compatibility with other extensions stable
Sun, 28 Feb 2010 18:06:47 +0100 Martin Geisler Merge with stable
Sun, 28 Feb 2010 18:02:20 +0100 Martin Geisler i18n-da: synchronized with 091dddf05764 stable
Wed, 24 Feb 2010 13:47:59 -0300 Wagner Bruna doc/Makefile: fix doc generation when LANGUAGE is set stable
Sat, 27 Feb 2010 19:58:59 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 4462760d6cfc stable
Fri, 26 Feb 2010 19:28:23 -0300 Wagner Bruna i18n-pt_BR: synchronized with dd3526162436 stable
Thu, 25 Feb 2010 14:56:09 +0100 Adrian Buehlmann contrib/wix: add COPYING.rtf stable
Fri, 26 Feb 2010 16:52:43 +0100 Benoit Boissinot fix test-mq-eol under --pure (mimic diffhelper.c behaviour) stable
Wed, 24 Feb 2010 19:43:13 -0800 Manpreet Singh Updated contrib/vim/patchreview.* to version 0.2.2 stable
Thu, 25 Feb 2010 17:06:32 +0100 Martin Geisler Merge with hg-i18n stable
Wed, 24 Feb 2010 19:47:51 +0100 Jens Bäckman i18n-sv: synchronized with fc5908d01ed7 stable
Sun, 21 Feb 2010 20:59:27 +0100 Benoit Boissinot strip: invalidate all caches after stripping (fixes issue1951) stable
Thu, 25 Feb 2010 14:35:21 +0100 Benoit Boissinot fix test output changed by 2e1a9b811d13 stable
Wed, 24 Feb 2010 13:12:17 -0800 Manpreet Singh Updated contrib/vim/patchreview.* to version 0.2.1 stable
Wed, 24 Feb 2010 12:35:26 -0500 Sune Foldager httprepo: normalize output from unbundle with ssh stable
Wed, 24 Feb 2010 18:35:05 +0100 Benoit Boissinot merge with default stable
Wed, 24 Feb 2010 18:22:45 +0100 Benoit Boissinot shrink: handle all combinations of inline/non-inline revlogs
Wed, 24 Feb 2010 11:04:56 -0300 Wagner Bruna commands: clarify --config syntax stable
Tue, 23 Feb 2010 23:10:01 -0600 Steve Borho progress: provide an explicit disable method for developers stable
Wed, 24 Feb 2010 17:11:37 +0100 Martin Geisler url: only mark format string for translation stable
Wed, 24 Feb 2010 09:26:31 +0100 Martin Geisler Merge with hg-i18n stable
Wed, 24 Feb 2010 09:25:55 +0100 Martin Geisler i18n-da: fixed typo stable
Wed, 24 Feb 2010 15:02:06 +0900 FUJIWARA Katsunori i18n-ja: synchronized with eddf859343de stable
Tue, 23 Feb 2010 12:51:07 -0300 Wagner Bruna i18n-pt_BR: synchronized with 076e8a8000a3, minor fixes stable
Tue, 23 Feb 2010 22:31:54 +0100 Patrick Mezard url: avoid traceback when parsing [auth] (issue2056) stable
Tue, 23 Feb 2010 23:19:09 +0100 Patrick Mezard filemerge: use native path separators when merging (issue1399) stable
Tue, 23 Feb 2010 22:56:37 +0100 Benoit Boissinot gpg: make 13448eab08ca work when not on repo root
Tue, 23 Feb 2010 11:37:40 -0500 Sune Foldager hgweb: use string join instead of slower cStringIO stable
Tue, 23 Feb 2010 11:34:08 -0500 Sune Foldager hgweb: fix handling of arguments in the between command stable
Mon, 22 Feb 2010 23:30:01 -0800 Brendan Cully hgcia: report RPC errors stable
Tue, 23 Feb 2010 06:44:37 +0100 Dirkjan Ochtman merge with stable
Tue, 23 Feb 2010 06:42:10 +0100 timeless commands: correct diff -c explanation stable
Mon, 22 Feb 2010 23:12:12 -0500 Sune Foldager httprepo: send Content-Type instead of content-type stable
Mon, 22 Feb 2010 16:28:57 +0100 Sune Foldager httprepo: use content-type application/mercurial-0.1 for POST stable
Mon, 22 Feb 2010 22:55:58 +0100 Patrick Mezard patch: fix patching with fuzz and eol normalization stable
Sun, 21 Feb 2010 15:26:55 +0100 Ronny Pfannschmidt make the progress extension honor ui.quiet stable
Mon, 22 Feb 2010 01:19:59 +0100 Saint Germain subrepo: Update .hgsubstate in case of deleted subrepo stable
Sun, 21 Feb 2010 22:16:35 +0100 Benoit Boissinot Do not use osutil.c with python 2.4 and Windows (issue1364) stable
Sun, 21 Feb 2010 01:21:17 +0200 timeless commands: mention diff -c stable
Sat, 20 Feb 2010 20:08:42 +0100 Martin Geisler progress: mark units for translation stable
Fri, 19 Feb 2010 13:04:11 -0200 Wagner Bruna patch, i18n: avoid parameterized messages stable
Sat, 20 Feb 2010 15:18:59 +0100 Benoit Boissinot gpg: do not call status on the whole repository, only on '.hgsigs' stable
Fri, 19 Feb 2010 22:16:42 -0500 Brodie Rao pager: set ui.interactive=False when enabled stable
Fri, 19 Feb 2010 20:34:23 -0500 Dirkjan Ochtman identify: don't include unknown in status stable
Fri, 19 Feb 2010 16:50:47 -0800 Brendan Cully zeroconf: suppress traceback during shutdown stable
Fri, 19 Feb 2010 21:48:09 +0100 Adrian Buehlmann contrib/wix: switch *.wxs files to LF eol stable
Thu, 18 Feb 2010 23:23:17 -0600 Steve Borho Merge with stable
Fri, 19 Feb 2010 02:51:35 +0100 Benoit Boissinot url: *args argument is a tuple, not a list (found by pylint) stable
Fri, 19 Feb 2010 02:23:38 +0100 Benoit Boissinot i18n: mark more strings for translation stable
Fri, 19 Feb 2010 02:11:37 +0100 Benoit Boissinot shrink-revlog: remove unneeded imports and useless code stable
Fri, 19 Feb 2010 02:07:13 +0100 Benoit Boissinot shrink-revlog: add strings for translation / import _ before using it stable
Thu, 18 Feb 2010 16:51:39 -0500 Brodie Rao ui: unset ui.slash when HGPLAIN is set stable
Thu, 18 Feb 2010 16:50:49 -0500 Brodie Rao ui: suppress aliases when HGPLAIN is set stable
Mon, 15 Feb 2010 15:25:29 -0500 Greg Ward merge: fix --preview to show all nodes that will be merged (issue2043). stable
Mon, 15 Feb 2010 15:07:21 -0500 Greg Ward test-merge-default: make content of test repo clearer. stable
Thu, 18 Feb 2010 20:47:12 +0100 Adrian Buehlmann contrib/wix: MSVC CRT libraries are installed in WinSxS stable
Thu, 18 Feb 2010 13:05:15 -0600 Steve Borho Add WiX installer scripts to contrib/wix stable
Thu, 18 Feb 2010 10:46:01 -0800 Brendan Cully import: if in doubt, consume stream until start of diff stable
Thu, 18 Feb 2010 10:32:51 +0100 Alistair Bell bdiff: do not use recursion / avoid stackoverflow (issue1940) stable
Thu, 18 Feb 2010 05:55:05 +0100 Christian Ebert keyword: mark improved demo commit message for translation stable
Wed, 17 Feb 2010 14:35:11 -0800 Brendan Cully mq: iterate over a copy of the command table keys (fixes issue2045). stable
Wed, 17 Feb 2010 23:10:22 +0100 Martin Geisler Merge with stable
Wed, 17 Feb 2010 23:07:50 +0100 Martin Geisler progress: mark strings for translation stable
Wed, 17 Feb 2010 17:11:20 +0100 Christian Ebert keyword: do not postpone commit hooks stable
Wed, 17 Feb 2010 20:44:49 +0100 Benoit Boissinot inotify/inserve: implement --timeout-idle option (issue885) stable
Wed, 17 Feb 2010 20:30:57 +0100 Benoit Boissinot regression: missing arg from 24ce8f0c0a39 dirstate.{walk,status} changes stable
Wed, 17 Feb 2010 15:43:21 +0100 Sune Foldager run commit and update hooks after command completion (issue1827) stable
Wed, 17 Feb 2010 11:00:48 +0100 Benoit Boissinot http: len(x) fails if it doesn't fit into an int, use __len__() instead stable
Tue, 16 Feb 2010 21:04:04 +0100 Ronny Pfannschmidt filelog: sort meta entries, ensure deterministic order stable
Tue, 16 Feb 2010 23:28:46 +0100 Martin Geisler Merge with i18n stable
Tue, 16 Feb 2010 22:01:27 +0100 Jens Bäckman i18n-sv: synchronized with 44b4a2a31623 stable
Tue, 16 Feb 2010 09:31:35 -0500 Steve Losh util: use the built-in any() and all() methods if they are available stable
Mon, 15 Feb 2010 21:18:16 -0600 Steve Borho mergetools: improve configuration for several merge tools stable
Mon, 15 Feb 2010 20:28:42 -0600 Steve Borho hgrc.5: document use of environment variables on Windows stable
Mon, 15 Feb 2010 22:39:36 +0100 Benoit Boissinot url: correctly quote '/' in user and password embedded in urls stable
Mon, 15 Feb 2010 16:34:59 -0200 Wagner Bruna i18n-pt_BR: synchronized with 44b4a2a31623 stable
Mon, 15 Feb 2010 18:12:50 +0100 Benoit Boissinot url: fix python < 2.6 with ssl installed stable
Mon, 15 Feb 2010 09:57:11 +0100 Dirkjan Ochtman bugzilla: revert unhelpful check-code changes, module is actually called MySQLdb stable
Mon, 15 Feb 2010 00:16:59 -0800 Brendan Cully mq: unify implementation of qinit and init -Q stable
Mon, 16 Nov 2009 16:10:05 -0500 Benoit Boissinot bundle: exclude csets given in --base, unless they are in --rev (issue1910) stable
Mon, 15 Feb 2010 00:17:18 +0100 Martin Geisler Merge with stable
Mon, 15 Feb 2010 00:14:16 +0100 Martin Geisler Merge with default stable
Mon, 15 Feb 2010 00:12:10 +0100 Martin Geisler mq: more instructive use of "--" in qguard help (issue2040) stable
Sun, 14 Feb 2010 17:08:52 -0500 Brodie Rao color: don't crash on invalid status codes (issue2036)
Sun, 14 Feb 2010 23:17:28 +0100 Pascal Quantin Add progress extension to win32 default config file stable
Sun, 14 Feb 2010 20:28:49 +0100 Martin Geisler test-interhg: test the extension stable
Sat, 06 Feb 2010 21:25:02 -0200 Wagner Bruna interhg: fixes regression introduced by 38170eeed18c stable
Sun, 14 Feb 2010 17:09:52 +0100 Martin Geisler progress: use inline literals in help string stable
Sun, 14 Feb 2010 19:15:56 +0100 Patrick Mezard Fix test-pull under Windows stable
Sun, 14 Feb 2010 18:39:16 +0100 Patrick Mezard Fix test-push-validation under Windows stable
Sun, 14 Feb 2010 18:19:18 +0100 Patrick Mezard Fix test-share and test-subrepo under Windows stable
Sun, 14 Feb 2010 17:53:23 +0100 Patrick Mezard patch: remove useless copy, cleanup stable
Thu, 11 Feb 2010 11:22:57 -0200 Wagner Bruna patch: separate reverse copy data (issue1959) stable
Sun, 14 Feb 2010 15:45:12 +0100 Patrick Mezard Add test for progress extension stable
Sun, 14 Feb 2010 15:42:47 +0100 Patrick Mezard progress: make progress.refresh=0 always display the progress line stable
Sun, 14 Feb 2010 01:52:31 -0500 Brodie Rao remove unused imports stable
Sun, 14 Feb 2010 13:58:30 +0100 Patrick Mezard progress: make use of progress.refresh stable
Sun, 14 Feb 2010 13:29:11 +0100 Martin Geisler i18n: merge default into stable stable
Sun, 14 Feb 2010 13:28:34 +0100 Martin Geisler Merge with i18n
Sun, 14 Feb 2010 00:08:26 +0100 Jens Bäckman i18n-sv: nine basic commands translated
Sun, 14 Feb 2010 13:05:51 +0100 Patrick Mezard Merge with crew-stable
Tue, 09 Feb 2010 18:32:57 +0100 David Soria Parra subrepo: make sure that the source path is stripped stable
Sat, 13 Feb 2010 23:50:38 -0600 Matt Mackall 1.5 code freeze: merge default into stable stable
Sun, 07 Feb 2010 14:56:18 +0100 Brodie Rao ui: add HGPLAIN environment variable for easier scripting
Sat, 13 Feb 2010 23:24:27 -0600 Matt Mackall tests: update help for add
Sat, 13 Feb 2010 23:34:15 -0500 Brodie Rao progress: make determinate bar more like wget progress bar
Sat, 13 Feb 2010 23:34:20 -0500 Brodie Rao progress: simplify spacejoin()
Sat, 13 Feb 2010 23:20:17 -0600 Matt Mackall check-code: two more rules
Sun, 14 Feb 2010 00:46:13 +0200 timeless progress: fix description
Sat, 13 Feb 2010 17:37:44 -0600 Matt Mackall parsers: fix some signed comparison issues
Sat, 13 Feb 2010 22:10:31 +0100 Martin Geisler commands: correct example in add help text
Sat, 13 Feb 2010 21:21:40 +0100 Martin Geisler minirst: support line blocks
Sat, 13 Feb 2010 18:44:19 +0100 Martin Geisler commands: add verbose example to help text for add
Sat, 13 Feb 2010 18:36:24 +0100 Martin Geisler commands: support verbose help
Sat, 13 Feb 2010 18:11:08 +0100 Martin Geisler minirst: report pruned container types
Sun, 04 Oct 2009 22:03:41 +0200 Martin Geisler minirst: support containers
Sat, 13 Feb 2010 02:08:27 +0100 Martin Geisler test-mq-qclone-http: hide port number
Sat, 13 Feb 2010 09:49:06 -0600 Augie Fackler progress: only reset state if finishing progress for the current topic
Sat, 13 Feb 2010 15:34:44 +0100 Benoit Boissinot shrink: use progress API
Sat, 13 Feb 2010 09:55:28 +0100 Benoit Boissinot progress: correctly handle empty progress topic
Fri, 12 Feb 2010 19:59:09 -0500 Steve Losh util: add any() and all() functions for Python 2.4 compatibility
Sat, 13 Feb 2010 10:56:43 +0100 Benoit Boissinot merge with mpm
Fri, 12 Feb 2010 15:17:10 +0100 Stefano Tortarolo rebase: split line longer than 80 chars
Sat, 13 Feb 2010 00:38:29 -0600 Matt Mackall progress: add progress calls to changeset discovery
Fri, 12 Feb 2010 21:53:32 -0600 Augie Fackler Progress bar extension
Wed, 10 Feb 2010 18:46:19 -0600 Augie Fackler verify: call ui.progress()
Tue, 09 Feb 2010 10:02:01 -0600 Augie Fackler localrepo: provide indeterminate progress information while bundling
Sun, 07 Feb 2010 17:44:30 -0600 Augie Fackler update: make calls to ui.progress()
Sun, 07 Feb 2010 12:00:40 -0600 Augie Fackler localrepo: show indeterminate progress for incoming data
Sat, 13 Feb 2010 02:06:13 +0100 Patrick Mezard Merge with crew-stable
Thu, 11 Feb 2010 23:15:42 +0200 Giorgos Keramidas convert: differentiate between IOError and OSError on commitctx() stable
Fri, 12 Feb 2010 21:30:24 +0100 Patrick Mezard test-mq-qclone: test --mq option
Fri, 12 Feb 2010 16:04:00 +0100 Benoit Boissinot merge with crew
Sun, 07 Feb 2010 10:25:18 -0600 Augie Fackler ui.progress: clarify termination requirement
Sun, 07 Feb 2010 10:25:18 -0600 Augie Fackler relink: properly use the progress API
Tue, 09 Feb 2010 12:49:47 -0600 Augie Fackler test-subrepo-svn: handle svn output changes gracefully
Mon, 08 Feb 2010 08:18:49 -0600 Augie Fackler util: fix trailing whitespace found by check-code
Fri, 12 Feb 2010 15:46:48 +0100 Thomas Arendsen Hein ui: look before you leap on sys.stderr.closed (and look nicer)
Thu, 11 Feb 2010 17:44:01 -0600 Matt Mackall Merge with stable
Thu, 11 Feb 2010 17:13:22 -0600 Matt Mackall hgrc: update docs for the server section
Thu, 11 Feb 2010 16:37:43 -0600 Augie Fackler localrepo: add optional validation (defaults to off) for incoming changes
Thu, 11 Feb 2010 12:02:48 -0200 Wagner Bruna branch: avoid using reserved tag names stable
Thu, 11 Feb 2010 21:11:59 +0100 Henrik Stuart doc: add missing documentation for http_proxy.always
Thu, 11 Feb 2010 20:42:20 +0100 Benoit Boissinot url: proxy handling, simplify and correctly deal with IPv6
Tue, 09 Feb 2010 14:12:34 -0600 Matt Mackall streaming: actually change default
Tue, 09 Feb 2010 14:12:22 -0600 Matt Mackall fix up a bunch of check-code warnings
Tue, 09 Feb 2010 13:53:24 -0600 Matt Mackall check-code: import some pylint checks
Wed, 10 Feb 2010 17:42:57 -0600 Matt Mackall ssl: fix compatibility with pre-2.6 Python
Wed, 10 Feb 2010 21:17:58 +0100 Henrik Stuart mq: remove unused import
Wed, 10 Feb 2010 20:27:46 +0100 Henrik Stuart url: SSL server certificate verification using web.cacerts file (issue1174)
Wed, 10 Feb 2010 20:08:18 +0100 Benoit Boissinot url: httplib.HTTPSConnection already handles IPv6 and port parsing fine
Wed, 10 Feb 2010 10:58:11 -0800 Brendan Cully mq: incorporate mq repo config when using --mq
Tue, 09 Feb 2010 01:12:29 +0100 Mads Kiilerich run-tests.py: skipped tests shouldn't change working directory
Mon, 08 Feb 2010 20:51:23 +0100 Peter Arrenbrecht whitespace cleanup
Tue, 09 Feb 2010 14:02:07 +0100 Benoit Boissinot revlog.size: remove alternate implementation (revlogv0 specific)
Tue, 09 Feb 2010 13:48:52 +0100 Benoit Boissinot pylintrc: string isn't deprecated, only some of its methods
Mon, 08 Feb 2010 10:50:00 +0100 Brendan Cully mq: make init -Q do what qinit -c did
Mon, 08 Feb 2010 10:23:44 +0100 Brendan Cully mq: add -Q option to all commands not in norepo
Sun, 07 Feb 2010 23:07:58 +0100 Adrian Buehlmann setup.py: fixing version info for Windows hg.exe (py2exe)
Mon, 08 Feb 2010 23:47:23 +0100 Patrick Mezard test-branch-option: make it executable
Mon, 08 Feb 2010 02:53:41 +0100 Mads Kiilerich tests: don't just silently strip port numbers
Sun, 07 Feb 2010 10:47:54 -0500 Steve Losh mq: add parent node IDs to MQ patches on qrefresh/qnew
Mon, 08 Feb 2010 19:44:04 +0100 Benoit Boissinot prepush: add more precise error messages
Mon, 08 Feb 2010 17:28:19 +0100 Benoit Boissinot revlog: don't silently discard revlog flags on revlogv0
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
Mon, 08 Feb 2010 15:06:26 +0100 Benoit Boissinot add pylintrc with some mercurial specific configuration
Mon, 08 Feb 2010 14:52:28 +0100 Benoit Boissinot localrepo: cleanup branch tip computation
Mon, 08 Feb 2010 06:24:34 -0600 Steve Borho hgrc.5: Fix a typo
Mon, 08 Feb 2010 11:04:38 +0100 Matt Mackall summary: various fixes, add a test
Mon, 08 Feb 2010 10:32:44 +0100 Sune Foldager fix remaining hg.parseurl uses
Sun, 07 Feb 2010 05:34:22 -0600 Steve Borho win32: allow hgrc.d on Windows
Mon, 08 Feb 2010 00:01:08 +0100 Brendan Cully zeroconf: use DNS length field to safely skip unknown record types
Sun, 07 Feb 2010 19:39:29 +0100 Brendan Cully zeroconf: better fix for readName error
Sun, 07 Feb 2010 18:37:14 +0100 Brendan Cully zeroconf: try utf-16 decoding if utf-8 fails
Sun, 07 Feb 2010 18:06:52 +0100 Brendan Cully import: import each patch in a file or stream as a separate change
Sun, 07 Feb 2010 16:44:55 +0100 Dirkjan Ochtman ui: look before you leap on sys.stdout.closed
Sun, 07 Feb 2010 16:03:38 +0100 Augie Fackler mq: fix deprecation mention, line length
Sun, 07 Feb 2010 16:04:42 +0100 Dirkjan Ochtman merge with mpm
Sun, 07 Feb 2010 15:57:16 +0100 Sune Foldager addbranchrevs: fallback for older servers
Sun, 07 Feb 2010 15:23:46 +0100 Sune Foldager add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sat, 06 Feb 2010 19:14:37 +0100 Saint Germain subrepo: change default path in hgrc of subrepo after cloning
Sun, 07 Feb 2010 15:31:53 +0100 Matt Mackall streamclone: allow uncompressed clones by default
Sun, 07 Feb 2010 15:08:26 +0100 timeless help: Improved body text
Fri, 20 Nov 2009 14:37:36 +0200 timeless commands: Try to improve help options text for basic commands
Sun, 07 Feb 2010 10:58:51 +0100 Martin Geisler check-code.py: make help strings consistent
Sun, 07 Feb 2010 01:52:10 +0100 Mads Kiilerich check-code.py: escape backslash
Sun, 07 Feb 2010 07:37:05 -0600 Augie Fackler qnew: ignore force option
Sun, 07 Feb 2010 15:09:02 +0100 Dirkjan Ochtman strip apostrophes from an error messages
Sun, 07 Feb 2010 14:53:17 +0100 Dirkjan Ochtman mq: fix typo, thanks pmezard
Sun, 07 Feb 2010 14:51:52 +0100 Dirkjan Ochtman commands: annotate follows by default, separate -f/--file option
Sun, 07 Feb 2010 14:43:21 +0100 Patrick Mezard Merge with crew-stable
Sun, 07 Feb 2010 11:38:36 +0100 Patrick Mezard test-mq-qrefresh: test qrefresh when tip != qtip stable
Sat, 06 Feb 2010 18:36:27 +0100 Dan Villiom Podlaski Christiansen mq: remove qrefresh slow path (issue2025) stable
Sun, 07 Feb 2010 14:29:07 +0100 Sune Foldager interpret repo#name url syntax as branch instead of revision
Sun, 07 Feb 2010 14:01:43 +0100 Brodie Rao dispatch: provide help for disabled extensions and commands
Sun, 07 Feb 2010 11:32:08 +0100 Brodie Rao extensions: refactor disabled()
Sun, 07 Feb 2010 14:06:05 +0100 Dirkjan Ochtman mq: don't warn on qpush against a branch head
Sun, 07 Feb 2010 13:49:52 +0100 Dirkjan Ochtman mq: deprecate qinit and qcommit
Sun, 07 Feb 2010 12:34:02 +0100 Dirkjan Ochtman mq: deprecate qsave, qrestore and related options
Tue, 23 Dec 2008 09:46:40 -0800 Brendan Cully mq: add --mq option to some commands
Sat, 06 Feb 2010 20:24:51 +0100 Sune Foldager pull: with -u and -r, update to the first revision given
Sun, 07 Feb 2010 10:01:55 +0100 Dirkjan Ochtman localrepo: inline single-use nested function
Sun, 07 Feb 2010 09:58:41 +0100 Dirkjan Ochtman localrepo: unify changegroup and changegroupsubset code paths a bit
Sun, 07 Feb 2010 00:51:59 +0100 Benoit Boissinot merge: add hints about the use of 'hg heads' to find the rev to merge
Sun, 07 Feb 2010 00:43:24 +0100 Benoit Boissinot prepush: warn about every new outgoing named branch, not just the first
Sun, 07 Feb 2010 00:43:22 +0100 Benoit Boissinot prepush: rename variables, refactor
Sat, 06 Feb 2010 10:51:50 +0100 Stefano Tortarolo rebase: add --detach option to detach intermediate revisions (issue1950)
Sun, 31 Jan 2010 13:30:17 +0100 Stefano Tortarolo rebase: refactoring
Sat, 06 Feb 2010 19:38:39 +0100 Dirkjan Ochtman commands: do all branch heads by default, demote topological to -t/--topo
Sat, 06 Feb 2010 19:33:40 +0100 Dirkjan Ochtman commands: actually implement --closed for topological heads
Sat, 06 Feb 2010 19:06:02 +0100 Dirkjan Ochtman commands: externalize branchheads so we can do it for all branches at once
Sat, 06 Feb 2010 19:33:33 +0100 Dirkjan Ochtman commands: move inactive/closed out so they can have more effect
Sat, 06 Feb 2010 19:33:28 +0100 Dirkjan Ochtman commands: don't do too much work for error messages
Sat, 06 Feb 2010 19:00:50 +0100 Dirkjan Ochtman commands: allow --closed even for topological heads displays
Sat, 06 Feb 2010 16:50:00 +0100 Patrick Mezard util: make spawndetached() handle subprocess early terminations
Sat, 06 Feb 2010 17:31:54 +0100 Henrik Stuart zeroconf: do not try to encode encoded strings (issue1942)
Sat, 06 Feb 2010 17:31:49 +0100 Henrik Stuart zeroconf: override default destination folder on clone
Sat, 06 Feb 2010 17:37:52 +0100 Henrik Stuart merge with main
Sat, 06 Feb 2010 17:11:18 +0100 Benoit Boissinot merge with main
Fri, 05 Feb 2010 18:50:08 +0100 Benoit Boissinot fix spaces/identation issues
Sat, 06 Feb 2010 15:21:48 +0100 Matt Mackall Merge with crew
Sat, 06 Feb 2010 15:18:52 +0100 Brendan Cully Merge with crew
Sat, 06 Feb 2010 15:18:36 +0100 Brendan Cully run-tests: kill daemons on ^C with -j.
Sat, 06 Feb 2010 08:57:57 -0500 Steve Losh commands: fix more changeset header information in 'hg help export'
Sat, 06 Feb 2010 08:28:39 -0500 Steve Losh commands: fix the list of changeset header information in 'hg help export'
Wed, 03 Feb 2010 16:09:19 +0000 Christian Ebert graphlog: remove unused import
Thu, 04 Feb 2010 20:58:42 +0000 Christian Ebert keyword: fix utcdate filter
Sat, 06 Feb 2010 12:47:33 +0100 Dirkjan Ochtman commands: always order heads recent to oldest
Sat, 06 Feb 2010 12:47:24 +0100 Dirkjan Ochtman commands: fix up stupidly untested heads simplification
Sat, 06 Feb 2010 12:47:17 +0100 Dirkjan Ochtman revlog: fix up previously stupid API change
Sat, 06 Feb 2010 11:29:48 +0100 Dirkjan Ochtman commands: simplify heads a little bit before I start hacking it up
Sat, 06 Feb 2010 11:29:23 +0100 Dirkjan Ochtman localrepo: add a quick docstring for localrepo.branchmap()
Sat, 06 Feb 2010 11:28:03 +0100 Dirkjan Ochtman commands: deprecate the heads -a option
Sat, 06 Feb 2010 11:27:22 +0100 Dirkjan Ochtman revlog: add a fast path for checking ancestry
Sat, 06 Feb 2010 10:23:18 +0100 David Soria Parra subrepo: correct copyright
Fri, 05 Feb 2010 18:46:22 +0100 Dan Villiom Podlaski Christiansen record: function variable naming & signature cleanup.
Fri, 05 Feb 2010 19:10:26 +0100 Vsevolod Solovyov add options dict to localrepo.store.opener and use it for defversion
Fri, 05 Feb 2010 18:23:01 +0100 Benoit Boissinot merge with main
Fri, 05 Feb 2010 17:02:27 +0200 Henri Wiechers localrepo: minor formatting - remove double space
Mon, 01 Feb 2010 22:29:11 +0200 Henri Wiechers coverage.py: fixed syntax error
Fri, 05 Feb 2010 17:24:38 +0100 Dirkjan Ochtman merge with stable
Fri, 05 Feb 2010 10:16:52 -0600 Augie Fackler zeroconf: gethostbyaddr may also fail with socket.herror stable
Fri, 05 Feb 2010 07:07:53 -0600 Steve Borho Merge with stable
Fri, 05 Feb 2010 04:33:08 -0600 Steve Borho commands: label from user is in local encoding stable
Tue, 02 Feb 2010 09:13:59 +0100 Benoit Boissinot merge with main
Tue, 02 Feb 2010 09:05:20 +0100 Benoit Boissinot copies: check if revisions are related (bug found with pylint)
Mon, 01 Feb 2010 11:34:44 -0600 Matt Mackall Merge with stable
Mon, 01 Feb 2010 09:34:35 -0600 Matt Mackall Added signature for changeset 4aa619c4c2c0 stable
Mon, 01 Feb 2010 09:34:35 -0600 Matt Mackall Added tag 1.4.3 for changeset 4aa619c4c2c0 stable
Mon, 01 Feb 2010 09:18:58 -0600 Matt Mackall Merge with i18n
Mon, 01 Feb 2010 09:18:25 -0600 Matt Mackall Merge with i18n stable 1.4.3
Mon, 01 Feb 2010 11:11:30 -0200 Wagner Bruna merge with i18n stable
Mon, 01 Feb 2010 11:10:43 -0200 Wagner Bruna i18n-pt_BR: synchronized with b08ffd27dfc8 stable
Sun, 31 Jan 2010 16:01:20 +0100 Martin Geisler Merge with stable.
Sat, 30 Jan 2010 19:49:52 +0100 Georg Brandl i18n: fix typo in German translation stable
Sun, 31 Jan 2010 02:34:50 +0900 FUJIWARA Katsunori i18n-ja: synchronized with e7727a545c48
Sun, 31 Jan 2010 13:43:33 -0600 Matt Mackall Merge with stable
Sun, 24 Jan 2010 20:51:53 +0100 Dan Villiom Podlaski Christiansen templates: rename `Last change' column in hgwebdir repository list.
Thu, 10 Dec 2009 17:21:31 +0900 Nicolas Dumazet run-tests: split tests/blacklist in tests/blacklists/*
Sun, 31 Jan 2010 18:02:16 +0100 Benoit Boissinot subrepo: fix errors reported by pylint
Sun, 31 Jan 2010 12:19:52 -0600 Matt Mackall copies: revert d1cd09bb4d18 stable
Thu, 28 Jan 2010 23:13:45 -0600 Matt Mackall Merge with i18n
Thu, 28 Jan 2010 23:13:10 -0600 Matt Mackall Merge with stable
Thu, 28 Jan 2010 23:07:28 -0600 Matt Mackall config: handle short continuations (issue1999) stable
Thu, 28 Jan 2010 22:45:46 -0600 Matt Mackall copies: fix issue1994 stable
Mon, 18 Jan 2010 19:57:36 +0100 Jens Bäckman i18n-sv: Translated twelve basic commands
Thu, 28 Jan 2010 22:45:04 -0600 Matt Mackall bugzilla: lowercase mysqldb var
Thu, 28 Jan 2010 22:44:54 -0600 Matt Mackall check-code: del isn't a function
Thu, 28 Jan 2010 22:44:45 -0600 Matt Mackall check-code: fix copyright date
Thu, 28 Jan 2010 22:44:36 -0600 Matt Mackall test-minirst: hide trailing whitespace from check-code
Thu, 28 Jan 2010 22:44:25 -0600 Matt Mackall zeroconf: flag third-party Zeroconf.py for ignore in check-code
Thu, 28 Jan 2010 22:44:18 -0600 Matt Mackall check-code: add some ignore hints
Mon, 25 Jan 2010 01:23:34 -0600 Matt Mackall check-code: check thyself
Fri, 29 Jan 2010 01:04:38 +0100 Martin Geisler Merge with stable.
Thu, 28 Jan 2010 11:27:09 +0000 Christian Ebert patchbomb: document [patchbomb] config section for addresses stable
Thu, 28 Jan 2010 10:38:29 +0000 Christian Ebert hgrc.5: whether bcc is prompted for is up to the extension stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Mon, 25 Jan 2010 00:05:22 -0600 Matt Mackall Introduce check-code.py
Sun, 24 Jan 2010 18:44:12 +0100 Benoit Boissinot merge with stable
Sat, 23 Jan 2010 02:03:42 +0100 Mads Kiilerich test-encode: Use tr chacter classes instead of character ranges stable
Sat, 23 Jan 2010 16:55:46 +0100 Martin Geisler Merge with stable
Sat, 23 Jan 2010 16:54:53 +0100 Martin Geisler templates: do not add "ago" twice stable
Fri, 22 Jan 2010 17:15:58 +0100 Martin Geisler Merge with stable
Fri, 22 Jan 2010 17:13:55 +0100 Mads Kiilerich tests: Don't use $PWD stable
Wed, 20 Jan 2010 23:23:18 +0100 David Soria Parra mq: Do not translate import message that are appended to commits. stable
Thu, 21 Jan 2010 13:26:26 +0100 Patrick Mezard subrepo: handle svn externals and meta changes (issue1982)
Thu, 21 Jan 2010 15:13:40 +0100 Patrick Mezard subrepo: svn xml output is much easier to parse
Thu, 21 Jan 2010 15:13:03 +0100 Patrick Mezard subrepo: make svn use C locale for portability
Wed, 20 Jan 2010 16:58:48 +0100 Martin Geisler Merge with stable
Wed, 20 Jan 2010 13:50:06 +0900 FUJIWARA Katsunori summary: L10N messages hide clean-ness of workdir from 'hg summary' stable
Wed, 20 Jan 2010 16:48:20 +0100 Martin Geisler mercurial.el: add forgotten version number stable
Sun, 17 Jan 2010 01:53:04 +0100 Mads Kiilerich test-subrepo-svn: remove bashism
Wed, 20 Jan 2010 09:49:15 +0100 Patrick Mezard Merge with crew-stable
Sun, 17 Jan 2010 01:52:36 +0100 Mads Kiilerich test-patch-offset: Don't use unified diff stable
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 19 Jan 2010 22:20:05 -0600 Matt Mackall copies: speed up copy detection stable
Mon, 28 Dec 2009 12:14:26 +0900 Nicolas Dumazet hgweb: request: strip() form values stable
Mon, 18 Jan 2010 22:59:32 +0100 Patrick Mezard templatekw: fix extras, manifest and showlist args (issue1989)
Mon, 18 Jan 2010 15:38:31 -0200 Wagner Bruna merge with i18n stable
Mon, 18 Jan 2010 15:37:45 -0200 Wagner Bruna i18n-pt_BR: synchronized with 279c8a73fde1 stable
Sat, 16 Jan 2010 02:40:00 +0100 Martin Geisler Merge with stable
Wed, 13 Jan 2010 22:05:06 -0500 Greg Ward share: be more explicit about the dangers of rollback. stable
Wed, 06 Jan 2010 03:27:15 +0100 Mads Kiilerich mercurial.spec: Alignment with AIX spec by Jim Hague stable
Sat, 16 Jan 2010 02:33:06 +0100 Nicolas Dumazet hgweb: changenav: separate pages before and after the current position
Wed, 06 Jan 2010 18:03:33 +0000 Jim Hague Work around AIX shell builtin printf not handling \NNN. stable
Fri, 15 Jan 2010 21:32:53 +0100 Benoit Boissinot merge with stable
Fri, 15 Jan 2010 21:08:04 +0100 Benoit Boissinot subrepo: fix merging of already merged subrepos (issue1986) stable
Fri, 15 Jan 2010 10:38:11 +0100 Patrick Mezard Merge with crew-stab le
Fri, 15 Jan 2010 09:50:52 +0100 Patrick Mezard cmdutil: expand style paths (issue1948) stable
Thu, 14 Jan 2010 16:43:14 +0100 Dirkjan Ochtman hgweb: add a test for search logs
Thu, 14 Jan 2010 16:42:10 +0100 Dirkjan Ochtman hgweb: add less/more links for search logs (issue1972)
Thu, 14 Jan 2010 16:28:21 +0100 Dirkjan Ochtman hgweb: add less/more links to shortlog/filelog nav
Thu, 14 Jan 2010 16:07:34 +0100 Dirkjan Ochtman hgweb: make graph page size equal to shortlog
Wed, 13 Jan 2010 12:00:06 +0100 Dirkjan Ochtman merge with stable
Wed, 13 Jan 2010 11:53:55 +0100 Dirkjan Ochtman ui: just return it if it's already a bool stable
Wed, 13 Jan 2010 11:57:32 +0100 Dirkjan Ochtman demandimport: ignore _winreg (used in python-2.7 mimetypes) stable
Tue, 12 Jan 2010 22:20:21 +0100 Patrick Mezard shrink-revlog: add --dry-run option
Sun, 10 Jan 2010 18:13:34 +0100 Patrick Mezard cmdutil: hide child window created by win32 spawndetached()
Wed, 06 Jan 2010 21:11:58 +0100 Patrick Mezard Find right hg command for detached process
Wed, 06 Jan 2010 21:11:58 +0100 Patrick Mezard cmdutil: replace unix pipe handshake with file lock
Fri, 10 Apr 2009 21:20:25 +0200 Patrick Mezard serve: add and use portable spawnvp replacement
Tue, 12 Jan 2010 15:12:53 +0100 Greg Ward shrink-revlog: help/doc tweaks
Thu, 07 Jan 2010 23:04:53 +0100 Pascal Quantin Add shrink-revlog.py to win32 installer
Mon, 11 Jan 2010 21:15:53 +0100 Patrick Mezard shrink-revlog: make it work on windows (issue1976)
Mon, 11 Jan 2010 22:41:49 +0100 Benoit Boissinot merge main with stable
Mon, 11 Jan 2010 22:41:24 +0100 Benoit Boissinot merge crew together
Mon, 11 Jan 2010 22:41:02 +0100 Benoit Boissinot merge stable together stable
Mon, 11 Jan 2010 21:45:28 +0100 Benoit Boissinot merge with stable
Mon, 11 Jan 2010 21:44:04 +0100 Benoit Boissinot shrink-revlog: avoid cryptic error when used as an extension stable
Mon, 11 Jan 2010 21:40:19 +0100 Benoit Boissinot transaction: initialize self.journal to None after deletion stable
Sat, 09 Jan 2010 23:12:21 +0100 Jens Bäckman subrepo: fix typo in help text
Sat, 09 Jan 2010 23:16:48 +0100 Martin Geisler Merge with stable
Sat, 09 Jan 2010 23:16:36 +0100 Martin Geisler relink: ensure consistent candidate order stable
Sat, 09 Jan 2010 23:03:33 +0100 Jens Bäckman commands: fix typo in help text stable
Sat, 09 Jan 2010 10:47:47 +0100 Georg Brandl color: colorize output of hg resolve -l
Fri, 08 Jan 2010 20:56:28 +0100 Benoit Boissinot color: improve coding style
Sat, 09 Jan 2010 00:25:56 +0100 Patrick Mezard Merge with crew-stable
Fri, 08 Jan 2010 23:15:24 +0100 Patrick Mezard ui: display progress with decimal notation stable
Fri, 08 Jan 2010 23:15:22 +0100 Patrick Mezard win32: close file when leaving _getfileinfo() stable
Fri, 08 Jan 2010 18:48:39 +0530 Siddharth Agarwal Add support for relinking on Windows. stable
Fri, 08 Jan 2010 22:30:07 +0100 Patrick Mezard Add test for relink extension stable
Thu, 07 Jan 2010 16:06:36 +0100 Dirkjan Ochtman contrib: small documentation fixes in shrink-revlog.py
Thu, 07 Jan 2010 16:06:12 +0100 Dirkjan Ochtman contrib: turn shrink-revlog.py into an extension
Thu, 07 Jan 2010 15:12:16 +0100 Dirkjan Ochtman contrib: fix error handling in shrink-revlog.py to be more hg-like
Thu, 07 Jan 2010 15:07:18 +0100 Dirkjan Ochtman contrib: use ui to write in shrink-revlog.py
Tue, 05 Jan 2010 22:41:39 +0100 Martin Geisler Merge with stable.
Tue, 05 Jan 2010 03:20:45 +0100 Mads Kiilerich Update test and man page for multiple matching encode/decode filters stable
Tue, 05 Jan 2010 15:07:38 -0500 Greg Ward commands: fix help string for pull -u and unbundle -u. stable
Mon, 04 Jan 2010 23:45:45 +0100 Pascal Quantin Update copyright year to 2010 stable
Tue, 05 Jan 2010 10:20:28 -0600 Steve Borho httprepo: always store the response url (issue1968)
Mon, 04 Jan 2010 01:11:18 +0100 Martin Geisler Merge with stable
Mon, 04 Jan 2010 01:09:23 +0100 Martin Geisler commands: update copyright year to 2010 stable
Sun, 03 Jan 2010 19:13:55 +0100 Patrick Mezard test-convert-svn-branches: filter unwanted output
Sun, 03 Jan 2010 20:36:30 +0100 Patrick Mezard Merge with crew-stable
Sun, 03 Jan 2010 19:47:07 +0100 Patrick Mezard patch: explicitely close input patch files when leaving stable
Sun, 03 Jan 2010 18:16:42 +0100 Patrick Mezard Merge with crew-stable
Sun, 03 Jan 2010 17:26:39 +0100 Patrick Mezard hgweb: improve IIS PATH_INFO fix ee8af8a4d905 (issue1580) stable
Sat, 02 Jan 2010 18:14:45 +0100 Patrick Mezard Minor svn conversion tests cleanup
Sat, 02 Jan 2010 16:42:00 +0100 Patrick Mezard subrepo: force en_US.UTF-8 locale when calling svn
Sat, 02 Jan 2010 16:03:29 +0100 Patrick Mezard test-subrepo-svn: normalize OS specific path separator
Sat, 02 Jan 2010 16:03:25 +0100 Patrick Mezard subrepo: normalize svn output line-endings
Sat, 02 Jan 2010 15:48:05 +0100 Patrick Mezard test-subrepo-svn: avoid pushd/popd
Fri, 01 Jan 2010 18:10:10 -0600 Matt Mackall Merge with stable
Fri, 01 Jan 2010 17:58:35 -0600 Matt Mackall Added signature for changeset 296a0b14a686 stable
Fri, 01 Jan 2010 17:58:34 -0600 Matt Mackall Added tag 1.4.2 for changeset 296a0b14a686 stable
Fri, 01 Jan 2010 15:45:48 -0600 Matt Mackall Merge with crew
Fri, 01 Jan 2010 21:49:05 +0100 Patrick Mezard mq: qdiff with the same diff options than qrefresh (issue1350)
Fri, 01 Jan 2010 21:21:34 +0100 Patrick Mezard mq: upgrade to git patch when necessary (issue767)
Fri, 01 Jan 2010 20:54:05 +0100 Patrick Mezard patch: support diff data loss detection and upgrade
Fri, 01 Jan 2010 20:52:05 +0100 Patrick Mezard Merge with crew-stable
Fri, 01 Jan 2010 15:33:51 -0600 Matt Mackall Merge with stable
Fri, 01 Jan 2010 19:53:05 +0100 Patrick Mezard mq: preserve --git flag when folding patches stable 1.4.2
Fri, 01 Jan 2010 19:53:05 +0100 Patrick Mezard mq: preserve --git flag when merging patches stable
Fri, 01 Jan 2010 19:53:05 +0100 Patrick Mezard mq: stop caching and sharing diff options stable
Fri, 01 Jan 2010 18:46:24 +0100 Martin Geisler subrepo: mark string for translation and fix case
Fri, 01 Jan 2010 15:30:21 +0100 Pascal Quantin Add RelaxNG schema to win32 installer
Fri, 01 Jan 2010 17:11:48 +0100 Martin Geisler Merge with mpm
Fri, 01 Jan 2010 14:29:36 +0100 Patrick Mezard Merge with crew-stable
Fri, 01 Jan 2010 13:58:30 +0100 Patrick Mezard copies: don't report copies with unrelated branch stable
Thu, 31 Dec 2009 13:16:03 -0600 Augie Fackler subrepo: Subversion support
Thu, 31 Dec 2009 17:10:03 -0600 Augie Fackler subrepo: add table-based dispatch for subrepo types
Thu, 31 Dec 2009 17:19:30 -0600 Augie Fackler dirstate: don't check state of subrepo directories
Thu, 31 Dec 2009 16:30:34 -0600 Augie Fackler subrepo: load from a context where the subrepo exists
Thu, 31 Dec 2009 17:25:46 -0600 Matt Mackall subrepo: fix includes support in .hgsub
Thu, 31 Dec 2009 00:03:19 +0100 Martin Geisler Merge with stable
Wed, 30 Dec 2009 20:39:59 -0200 Wagner Bruna i18n: update po files for 703db37d186b and 0ddbc0299742 stable
Wed, 30 Dec 2009 14:32:37 -0600 Matt Mackall Merge with i18n
Wed, 30 Dec 2009 20:59:23 +0100 Martin Geisler Merge with stable
Wed, 30 Dec 2009 20:37:53 +0100 Martin Geisler Merge with i18n.
Wed, 30 Dec 2009 20:36:48 +0100 Martin Geisler Merge with i18n-stable stable
Wed, 30 Dec 2009 03:39:34 +0100 Martin Geisler i18n: merge with stable
Wed, 30 Dec 2009 03:26:49 +0100 Martin Geisler i18n-da: import strings from default branch stable
Tue, 29 Dec 2009 00:47:23 +0100 Jens Bäckman i18n-sv: synchronized with 37679dbf2ee3
Mon, 28 Dec 2009 15:08:07 -0200 Wagner Bruna merge with i18n stable
Mon, 28 Dec 2009 15:01:10 -0200 Wagner Bruna i18n-it: removed extraneous '\r' from message stable
Mon, 28 Dec 2009 14:59:14 -0200 Wagner Bruna i18n-pt_BR: synchronized with 37679dbf2ee3 stable
Wed, 30 Dec 2009 02:44:37 +0100 Robert Bachmann Added RelaxNG schema for hg log XML output format
Wed, 30 Dec 2009 02:41:19 +0100 Robert Bachmann Bugfix and test for hg log XML output
Wed, 30 Dec 2009 02:38:53 +0100 Robert Bachmann Added output of "extras" to hg log XML output
Tue, 29 Dec 2009 16:16:25 -0600 Matt Mackall Merge with stable
Tue, 29 Dec 2009 19:02:26 -0200 Wagner Bruna run-tests.py: clears http_proxy for all tests
Tue, 29 Dec 2009 23:59:41 -0600 Steve Borho windows: expand environment vars in find_exe
Tue, 29 Dec 2009 16:16:25 -0600 Matt Mackall Merge with stable
Tue, 29 Dec 2009 19:02:26 -0200 Wagner Bruna run-tests.py: clears http_proxy for all tests stable
Mon, 28 Dec 2009 16:48:57 +0100 Robert Bachmann Added XML output for hg log
Mon, 28 Dec 2009 17:55:52 +0100 Robert Bachmann Added support for templatevar "footer" to cmdutil.py
Tue, 29 Dec 2009 16:00:38 +0100 Patrick Mezard patch: make git diffline generation more explicit
Tue, 29 Dec 2009 16:00:29 +0100 Patrick Mezard mq: untangle git patch detection
Tue, 29 Dec 2009 16:00:24 +0100 Patrick Mezard test-mq: better tests delimitation
Tue, 29 Dec 2009 01:32:40 +0100 Patrick Mezard Merge with crew-stable
Tue, 29 Dec 2009 01:03:10 +0100 Mads Kiilerich test-bisect: test handling of invalid commands without relying on sh stable
Mon, 28 Dec 2009 18:29:35 +0100 Patrick Mezard diffhelpers: fix variable declaration for MSVC (not C99)
Sun, 27 Dec 2009 23:24:05 +0100 Martin Geisler dirstate: improve docstring formatting
Thu, 24 Dec 2009 18:53:36 +0200 Henri Wiechers test-help: improve test coverage
Thu, 24 Dec 2009 18:53:35 +0200 Henri Wiechers test-help: improve test coverage
Thu, 24 Dec 2009 18:53:35 +0200 Henri Wiechers test-help: improve test coverage
Thu, 24 Dec 2009 18:53:35 +0200 Henri Wiechers test-help: improve test coverage
Thu, 24 Dec 2009 18:53:35 +0200 Henri Wiechers test-help: improve test coverage
Thu, 24 Dec 2009 18:53:34 +0200 Henri Wiechers test-help: improve test coverage
Thu, 24 Dec 2009 11:41:06 +0100 Dirkjan Ochtman merge with stable
Thu, 24 Dec 2009 11:40:39 +0100 Johan Samyn monoblue: fix title for branches page stable
Thu, 24 Dec 2009 00:01:13 +0100 Patrick Mezard Merge with crew-stable
Wed, 09 Dec 2009 16:56:00 -0800 Greg Onufer patch: better handling of sequence of offset patch hunks (issue1941) stable
Wed, 23 Dec 2009 23:28:53 +0100 Martin Geisler Makefile: added instructions on how to override PREFIX
Wed, 23 Dec 2009 20:34:09 +0100 Martin Geisler Merge with stable
Wed, 23 Dec 2009 20:31:35 +0100 Martin Geisler win32text: do not mention hgext in warning stable
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard patch: drop unused hunk.newctrl()
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard test-import-eol: improve binary hunks test
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard diffhelpers: handle CRLF in hunk last line without EOL
Wed, 23 Dec 2009 19:31:48 +0100 Patrick Mezard patch: drop eol normalization fast-path for 'lf' and 'crlf'
Wed, 23 Dec 2009 19:31:47 +0100 Patrick Mezard patch: fix eolmode=auto with new files
Wed, 23 Dec 2009 19:18:03 +0100 Martin Geisler Merge with stable
Wed, 23 Dec 2009 17:46:48 +0000 Christian Ebert tests highlight, keyword: load extensions with "ext ="
Wed, 23 Dec 2009 19:11:37 +0100 Martin Geisler setup.py: keep Python 2.3 compatibility stable
Wed, 23 Dec 2009 18:40:57 +0100 Martin Geisler Merge with stable
Wed, 23 Dec 2009 18:40:21 +0100 Christian Ebert extensions help: make disabling example analogous to enabling example stable
Mon, 21 Dec 2009 23:01:46 +0200 Henri Wiechers test-help: improve test coverage
Sat, 05 Dec 2009 14:18:31 -0600 Steve Borho setup: ignore 'not importing' warnings during version detection stable
Wed, 23 Dec 2009 18:13:15 +0100 Martin Geisler tests: load with "ext =" instead of "hgext.ext ="
Wed, 23 Dec 2009 18:04:57 +0100 Martin Geisler Merge with stable
Wed, 23 Dec 2009 12:04:17 +0000 Christian Ebert keyword: go into restricted mode when transplanting stable
Wed, 23 Dec 2009 12:04:04 +0000 Christian Ebert keyword: do not monkeypatch diff when in restricted mode stable
Wed, 23 Dec 2009 13:12:36 +0100 Dirkjan Ochtman merge with default
Wed, 23 Dec 2009 13:09:11 +0100 timeless mq: qnew -f should reject merge working directories stable
Tue, 22 Dec 2009 00:50:15 +0100 Martin Geisler Merge with stable
Tue, 22 Dec 2009 00:50:03 +0100 Martin Geisler hgext: enable extensions without "hgext." prefix in help texts stable
Mon, 14 Dec 2009 00:32:29 +0900 Nicolas Dumazet cmdutil: replace sys.maxint with None as default value in loglimit
Mon, 21 Dec 2009 12:18:43 +0200 Henri Wiechers test-help: improve test coverage
Mon, 21 Dec 2009 20:30:37 +0100 Nicolas Dumazet bookmarks: move parse() and current() into property definitions
Mon, 21 Dec 2009 15:17:28 +0900 Nicolas Dumazet bookmarks: refactor code responsible for updates of bookmarks
Mon, 21 Dec 2009 20:19:21 +0100 Nicolas Dumazet bookmarks: repo._bookmarkcurrent should be a propertycache
Mon, 21 Dec 2009 15:23:03 +0900 Nicolas Dumazet bookmarks: write() can simply access repo._bookmarks
Mon, 21 Dec 2009 13:55:56 +0900 Nicolas Dumazet bookmarks: turn repo._bookmarks into a propertycache
Mon, 21 Dec 2009 16:13:20 +0100 Sune Foldager Merge with stable
Mon, 21 Dec 2009 16:12:43 +0100 Sune Foldager hook: fix bug (reuse of variable) introduced in 872d49dd577a stable
Sun, 20 Dec 2009 17:18:04 +0100 Martin Geisler patch: implement patch.eol=auto mode
Sun, 20 Dec 2009 17:18:02 +0100 Martin Geisler patch: propagate eolmode down to patchfile
Sat, 19 Dec 2009 22:56:01 -0800 Brendan Cully Merge with stable
Sat, 19 Dec 2009 22:55:33 -0800 Brendan Cully share: use defaultdest to compute unspecified destination stable
Sat, 19 Dec 2009 13:10:46 +0100 Martin Geisler Merge with stable
Fri, 18 Dec 2009 15:05:42 -0500 Greg Ward glog: fix "incompatible option" error message. stable
Fri, 18 Dec 2009 14:27:30 -0600 Matt Mackall Merge with crew
Tue, 15 Dec 2009 10:37:23 +0000 Frank Kingswood convert: implement two hooks in builtin cvsps
Wed, 16 Dec 2009 17:39:42 -0600 Matt Mackall Merge with crew
Thu, 17 Dec 2009 00:32:26 +0100 Martin Geisler Merge with stable
Wed, 16 Dec 2009 23:59:50 +0100 Mads Kiilerich doc/Makefile: Fix rst2html detection stable
Fri, 11 Dec 2009 16:17:39 +0900 Nicolas Dumazet inotify: completely ignore events on the repository root
Fri, 11 Dec 2009 15:58:09 +0900 Nicolas Dumazet inotify: do not rely on stat(.hg/dirstate) to invalidate our dirstate
Fri, 27 Nov 2009 09:23:10 +0900 Nicolas Dumazet inotify: follow new files if they are regular or a symlink.
Wed, 16 Dec 2009 12:09:25 +0100 Mads Kiilerich run-tests.py: Show paths to failing tests, .err and .out
Wed, 16 Dec 2009 16:46:12 -0600 Matt Mackall Merge with stable
Wed, 16 Dec 2009 16:42:58 -0600 Matt Mackall convert: make hg sink cleanup safer stable
Wed, 16 Dec 2009 22:58:57 +0100 Martin Geisler Merge with stable
Fri, 11 Dec 2009 15:25:33 +0900 Nicolas Dumazet graphlog: fix output when both a limit and a path are provided stable
Wed, 16 Dec 2009 22:18:15 +0100 Patrick Mezard mercurial.iss: update locale location
Wed, 16 Dec 2009 12:10:21 +0100 Mads Kiilerich test-share: Solaris sed can't handle never-ending lines
Wed, 16 Dec 2009 12:10:21 +0100 Mads Kiilerich test-rollback: Ignore hook exit code
Wed, 16 Dec 2009 13:19:42 +0100 Patrick Mezard Merge with crew-stable
Wed, 16 Dec 2009 12:10:21 +0100 Mads Kiilerich test-hook: Don't use extended regular expressions with grep stable
Tue, 15 Dec 2009 12:33:04 -0800 Brendan Cully hgweb: Make get_mtime use repository to find store path.
Sun, 13 Dec 2009 18:29:16 +0100 Ronny Pfannschmidt make ui.interactive() return false in case stdin lacks isatty
Tue, 15 Dec 2009 10:45:24 -0600 Matt Mackall Merge with stable
Tue, 15 Dec 2009 10:44:38 -0600 Matt Mackall Merge with crew
Tue, 15 Dec 2009 10:44:10 -0600 Matt Mackall Merge -stable heads stable
Mon, 14 Dec 2009 23:14:50 +0100 Martin Geisler Makefile: update "make clean" target after f91e5630ce7e
Mon, 14 Dec 2009 22:15:46 +0100 Patrick Mezard Merge with crew-stable
Mon, 14 Dec 2009 22:09:49 +0100 Patrick Mezard convert/svn: better handling of hg recursive call failure stable
Mon, 14 Dec 2009 21:21:34 +0200 Alexander Solovyov schemes: url parts are counted from 1 stable
Mon, 14 Dec 2009 15:02:02 -0600 Matt Mackall Merge with -stable
Mon, 14 Dec 2009 15:01:13 -0600 Matt Mackall subrepo: add default path to new clones stable
Mon, 14 Dec 2009 00:26:28 +0100 Martin Geisler win32mbcs: fix typos and reST syntax
Mon, 14 Dec 2009 00:02:04 +0100 Martin Geisler help/templates: use hanging indent for field list
Sun, 13 Dec 2009 23:49:53 +0100 Martin Geisler minirst: improve layout of field lists
Sun, 13 Dec 2009 22:37:30 +0100 Martin Geisler minirst: don't test regexps twice
Sun, 13 Dec 2009 19:24:24 +0100 Martin Geisler minirst: run inlineliterals too in debug mode
Sun, 13 Dec 2009 18:54:54 +0100 Patrick Mezard test-share: handle sed/GNU-sed discrepancies
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard Make {file_copies} usable as a --template key
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard templatekw: change {file_copies} behaviour, add {file_copies_switch}
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard test-command-template: test 'file_copies' keyword
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard cmdutil: extract file copies closure into templatekw
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard cmdutil: extract latest tags closures in templatekw
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard cmdutil: extract file changes closures into templatekw
Sun, 13 Dec 2009 18:06:23 +0100 Patrick Mezard cmdutil: extract repo dependent closures in templatekw
Sun, 13 Dec 2009 18:06:23 +0100 Patrick Mezard cmdutil: extract ctx dependent closures into templatekw
Sun, 13 Dec 2009 18:06:23 +0100 Patrick Mezard cmdutil: replace showlist() closure with a function
Sun, 13 Dec 2009 11:56:22 +0100 Patrick Mezard Merge with crew-stable
Mon, 07 Dec 2009 12:44:15 -0500 Patrick Mezard convert/svn: make sink recover gracefully from empty changeset stable
Mon, 07 Dec 2009 19:18:03 +0900 Shun-ichi GOTO win32mbcs: Add configuration to specify path encoding
Sat, 12 Dec 2009 23:03:05 +0100 Martin Geisler Merge with stable
Fri, 11 Dec 2009 15:09:52 +0900 Nicolas Dumazet mq: qpop: remove added files before re-adding removed files stable
Thu, 10 Dec 2009 09:35:43 -0500 Greg Ward revlog: rewrite several method docstrings stable
Fri, 11 Dec 2009 11:04:31 +0100 David Soria Parra color: Add support for bookmarks
Fri, 11 Dec 2009 11:04:31 +0100 David Soria Parra color: Do not pass --color, --no-color parameters to wrapped function
Sat, 12 Dec 2009 16:54:33 +0100 Martin Geisler Merge with stable
Sat, 12 Dec 2009 15:26:57 +0100 Martin Geisler test-hgrc: cleanup
Sat, 12 Dec 2009 16:46:16 +0100 Martin Geisler config: raise ConfigError on non-existing include files stable
Thu, 10 Dec 2009 17:01:21 -0600 Matt Mackall Merge with i18n
Sat, 05 Dec 2009 05:29:37 +0200 Giorgos Keramidas i18n-el: translate Mercurial's copyright info message
Sat, 05 Dec 2009 05:21:33 +0200 Giorgos Keramidas i18n-el: translate the rest of hgext/bookmarks
Sat, 05 Dec 2009 04:43:13 +0200 Giorgos Keramidas i18n-el: translate the help of acl.py
Thu, 03 Dec 2009 23:34:25 +0200 Giorgos Keramidas i18n-el: translate hgext/bugzilla.py
Thu, 03 Dec 2009 22:32:13 +0200 Giorgos Keramidas i18n-el: remove obsolete translations
Thu, 03 Dec 2009 22:31:14 +0200 Giorgos Keramidas i18n-el: translate verify
Thu, 03 Dec 2009 22:06:38 +0200 Giorgos Keramidas i18n-el: add missing space to "remote: "'s translation
Wed, 02 Dec 2009 18:49:10 +0200 Giorgos Keramidas i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2
Wed, 02 Dec 2009 18:49:10 +0200 Giorgos Keramidas i18n-el: remove some Danish strings
Thu, 10 Dec 2009 23:57:14 +0100 Pascal Quantin mercurial.iss: add tcsh completion script
Thu, 10 Dec 2009 22:31:10 +0100 Martin Geisler run-tests: backout d7c23f4a14c7
Thu, 10 Dec 2009 22:28:09 +0100 Martin Geisler mercurial.iss: backout 08bbed8ac9b8
Thu, 10 Dec 2009 22:26:09 +0100 Martin Geisler setup: backout 68964567e406
Wed, 09 Dec 2009 14:33:22 -0600 Augie Fackler subrepo: document necessary methods for a subrepo class
Thu, 10 Dec 2009 12:31:57 +0100 Dirkjan Ochtman merge with the stable branch
Thu, 10 Dec 2009 12:31:21 +0100 Dirkjan Ochtman cmdutil: copy auth section in remoteui stable
Thu, 10 Dec 2009 00:14:22 +0100 Benoit Boissinot log --follow: use a set instead of a list
Tue, 08 Dec 2009 23:36:06 +0100 Sune Foldager Merge with stable
Tue, 08 Dec 2009 23:23:59 +0100 Sune Foldager patchbomb: fix bug introduced in 4ddfad7ebd98 and add test stable
Sat, 05 Dec 2009 23:26:27 -0500 Brodie Rao help: don't display bogus help messages for invalid aliases
Sat, 05 Dec 2009 23:16:09 +0100 Martin Geisler run-tests: install data files correctly
Sun, 06 Dec 2009 23:28:49 +0100 Sune Foldager Merge with stable
Sun, 06 Dec 2009 23:22:17 +0100 Sune Foldager patchbomb: handle repository#rev URLs correctly stable
Sat, 05 Dec 2009 00:15:17 +0100 Martin Geisler contrib: helper extension to track memory usage
Fri, 04 Dec 2009 13:59:33 -0600 Matt Mackall export: fix tests
Sat, 28 Nov 2009 16:48:07 +0200 Alexander Solovyov commands.export: accept -r option as revision specification
Mon, 30 Nov 2009 23:51:06 +0100 Gilles Moris status: add the --change option to display files changed in a revision
Tue, 01 Dec 2009 09:53:02 +0900 Nicolas Dumazet run-tests: --inotify: use inotify.appendpid to append pids to $DAEMON_PIDS
Tue, 01 Dec 2009 11:28:31 +0900 Nicolas Dumazet cmdutil: service: add appendpid parameter to append pids to pid file
Fri, 04 Dec 2009 17:43:01 +0100 Benoit Boissinot changegroupsubset: readdelta() can be used if the previous rev is a parent
Fri, 04 Dec 2009 17:42:59 +0100 Benoit Boissinot changegroupsubset: simplify parents pruning
Fri, 04 Dec 2009 15:36:13 +0100 Benoit Boissinot shrink-revlog: improve performance: use changegroup instead of revisions
Fri, 04 Dec 2009 07:52:30 +0100 Pascal Quantin Update win32 installer paths for bash and zsh scripts after move done in 68964567e406
Fri, 04 Dec 2009 12:48:23 +0100 Christian Ebert rst2man: s/dont/don't/ in comment
Fri, 04 Dec 2009 12:48:17 +0100 Christian Ebert rst2man: separate inline blocks from previous paragraphs
Mon, 30 Nov 2009 21:54:34 +0100 Dan Villiom Podlaski Christiansen setup: install some useful data files.
Mon, 30 Nov 2009 23:10:21 +0200 Alexander Solovyov color: add support for churn --diffstat
Thu, 03 Dec 2009 22:54:33 +0100 Martin Geisler Makefile: help/ was moved in f91e5630ce7e update paths to match
Thu, 03 Dec 2009 22:34:51 +0100 Pascal Quantin Update win32 installer with changes from f91e5630ce7e
Thu, 03 Dec 2009 22:37:49 +0100 Christian Ebert doc: correct path to help files in Makefile
Thu, 03 Dec 2009 20:50:00 +0100 Martin Geisler setup: cleanup coding style
Tue, 01 Dec 2009 16:06:10 +0100 Dan Villiom Podlaski Christiansen setup: install translation files as package data
Thu, 03 Dec 2009 20:41:43 +0100 Martin Geisler setup: don't ship i18n directory
Thu, 03 Dec 2009 11:07:14 +0100 Sune Foldager Merge with stable
Thu, 03 Dec 2009 11:06:55 +0100 Sune Foldager handle file URIs correctly, according to RFC 2396 (issue1153) stable
Thu, 03 Dec 2009 11:06:44 +0100 Sune Foldager transplant: fix small bug when a patch fails while using --filter stable
Thu, 03 Dec 2009 06:35:39 +0100 Henrik Stuart Merge with stable
Thu, 03 Dec 2009 14:14:44 +0900 Nicolas Dumazet alias: do not crash when aliased command has no usage help text stable
Thu, 03 Dec 2009 01:06:15 +0100 Martin Geisler Merge with stable
Thu, 03 Dec 2009 01:01:49 +0100 Benoit Boissinot revlog: add fast path to ancestor
Tue, 01 Dec 2009 16:19:53 -0500 Greg Ward share: add a test script.
Wed, 02 Dec 2009 14:30:39 +0200 Fabian Kreutz hgk: do not ignore ---/+++ lines in diff stable
Tue, 01 Dec 2009 20:10:31 -0600 Matt Mackall Merge with stable
Tue, 01 Dec 2009 19:30:49 -0600 Matt Mackall Added signature for changeset 439d7ea6fe3a stable
Tue, 01 Dec 2009 19:30:49 -0600 Matt Mackall Added tag 1.4.1 for changeset 439d7ea6fe3a stable
Tue, 01 Dec 2009 19:30:30 -0600 Matt Mackall Merge with stable
Tue, 01 Dec 2009 19:28:15 -0600 Matt Mackall share: fix interaction with clone stable 1.4.1
Tue, 01 Dec 2009 14:37:57 -0600 Matt Mackall Merge with crew
Tue, 01 Dec 2009 14:37:33 -0600 Matt Mackall Merge with stable
Tue, 01 Dec 2009 14:36:47 -0600 Matt Mackall Merge with i18n stable
Tue, 01 Dec 2009 00:48:25 +0100 Martin Geisler Merge with stable
Tue, 01 Dec 2009 00:47:25 +0100 Martin Geisler i18n: hand-transplant change in 36760956f6d3 stable
Sun, 29 Nov 2009 20:32:41 +0100 Martin Geisler i18n-da: synchronized with af5f99d8195e
Mon, 30 Nov 2009 12:44:32 -0200 Wagner Bruna merge with i18n-stable
Mon, 30 Nov 2009 12:36:24 -0200 Wagner Bruna i18n-pt_BR: added strings from crew 5b149c88d9e8 stable
Tue, 01 Dec 2009 01:43:46 +0100 Benoit Boissinot backout experimental change from 777c1df76ef4
Tue, 01 Dec 2009 01:08:16 +0100 Benoit Boissinot context: parents() already filters nullid
Tue, 01 Dec 2009 01:03:54 +0100 Benoit Boissinot context: use key-sorting instead of tuples
Tue, 01 Dec 2009 00:43:54 +0100 Martin Geisler Merge with stable
Tue, 01 Dec 2009 00:43:21 +0100 Martin Geisler doc/Makefile: ensure C locale stable
Tue, 01 Dec 2009 00:15:45 +0100 Martin Geisler commands: mark "ssh://" as inline literals in help texts stable
Mon, 30 Nov 2009 23:39:58 +0100 Patrick Mezard test-rollback: fix reference to /bin/false (fails on OSX)
Mon, 30 Nov 2009 23:27:37 +0100 Martin Geisler Merge with stable
Mon, 30 Nov 2009 23:12:51 +0100 Martin Geisler schemes: fixed typos in module docstring stable
Tue, 24 Nov 2009 17:48:23 +0200 Alexander Solovyov schemes extension stable
Mon, 30 Nov 2009 23:12:51 +0100 Martin Geisler schemes: fixed typos in module docstring
Tue, 24 Nov 2009 17:48:23 +0200 Alexander Solovyov schemes extension
Mon, 30 Nov 2009 15:31:14 -0600 Matt Mackall Merge with crew
Mon, 30 Nov 2009 22:23:04 +0100 Patrick Mezard convert: better error on invalid repository type
Mon, 30 Nov 2009 22:23:09 +0100 Patrick Mezard cmdutil: fix missing default 'extra' template
Sat, 28 Nov 2009 11:21:19 +0900 Nicolas Dumazet test blacklist: add inotify-failures target
Sat, 28 Nov 2009 10:25:09 +0900 Nicolas Dumazet run-tests: add a "--blacklist target" option to skip predefined test lists
Tue, 17 Nov 2009 18:50:39 +0900 Nicolas Dumazet run-tests: add --inotify option to test runner
Mon, 30 Nov 2009 19:52:03 +0100 Sune Foldager merge with stable
Mon, 30 Nov 2009 19:37:38 +0100 Sune Foldager extdiff: respect --option in command aliases (issue949) stable
Mon, 30 Nov 2009 16:53:05 +0100 Benoit Boissinot merge with stable
Mon, 30 Nov 2009 14:58:52 +0100 Sune Foldager fix bug in prepush logic involving merge changesets stable
Sat, 28 Nov 2009 23:58:03 +0100 Martin Geisler Merge with stable
Sat, 28 Nov 2009 23:44:18 +0100 timeless commands: add missing options in command line help stable
Sat, 28 Nov 2009 23:23:16 +0100 Martin Geisler commands: mark strings for translation stable
Fri, 27 Nov 2009 18:26:25 +0000 timeless keyword: clarify object of backwards compatibility
Fri, 27 Nov 2009 11:50:52 -0500 Greg Ward commit: write last-message.txt with no content modifications.
Thu, 26 Nov 2009 10:47:39 +0200 Marti Raudsepp mail: add parseaddrlist() function for parsing many addresses at once
Thu, 26 Nov 2009 12:23:28 +0200 Marti Raudsepp patchbomb: fix parsing of multiple addresses, allow multiple addrs in --to/cc/bcc
Fri, 27 Nov 2009 13:53:27 +0100 Dirkjan Ochtman templates: add raw templates for tags/branches pages
Thu, 26 Nov 2009 23:10:59 +0100 Martin Geisler extdiff: wrap long lines in docstring and comments
Thu, 26 Nov 2009 20:59:35 +0100 Martin Geisler Merge with stable
Thu, 26 Nov 2009 10:51:17 +0100 Christian Ebert keyword: the CVS keyword is $RCSfile$, not $RCSFile$ stable
Thu, 26 Nov 2009 20:50:16 +0100 Martin Geisler keyword: sort demo output to ensure deterministic output stable
Thu, 26 Nov 2009 20:06:45 +0100 Martin Geisler extdiff: prevent exception on double-translation stable
Wed, 25 Nov 2009 21:54:47 -0600 Matt Mackall Merge with stable again
Wed, 25 Nov 2009 21:54:18 -0600 Matt Mackall Merge stable heads stable
Wed, 25 Nov 2009 21:52:39 -0600 Matt Mackall Fix changelog test
Wed, 25 Nov 2009 21:44:19 -0600 Matt Mackall Merge with stable
Mon, 01 Jun 2009 20:32:53 +0200 Dan Villiom Podlaski Christiansen list branches in changelog template
Tue, 24 Nov 2009 21:08:40 -0500 Greg Ward commit: if relevant, tell user their commit message was saved.
Tue, 24 Nov 2009 21:08:39 -0500 Greg Ward commit: save commit message so it's not destroyed by rollback.
Fri, 14 Aug 2009 08:19:49 -0400 Nicolas Dumazet inotify: create a common, OS-independent server entry point
Wed, 25 Nov 2009 00:02:02 +0200 Alexander Solovyov perf.perflog: add option to follow renames
Tue, 24 Nov 2009 13:55:13 -0200 Wagner Bruna run-tests: LANGUAGE may make tests fail stable
Tue, 24 Nov 2009 14:45:29 -0800 Bryan O'Sullivan Merge with mpm
Tue, 24 Nov 2009 20:40:16 +0100 Benoit Boissinot merge with crew
Tue, 24 Nov 2009 20:40:04 +0100 Benoit Boissinot findrenames: improve coding-style
Tue, 24 Nov 2009 18:21:47 +0100 Benoit Boissinot findrenames: speedup exact match
Tue, 24 Nov 2009 17:39:42 +0100 Benoit Boissinot findrenames: refactor the score computation
Tue, 24 Nov 2009 17:26:42 +0100 Benoit Boissinot findrenames: first loop over the removed files, it's faster
Tue, 24 Nov 2009 14:32:19 +0200 Alexander Solovyov localrepo: support 'rev in repo' syntax
Tue, 24 Nov 2009 11:20:25 -0800 Brendan Cully zsh completion: add summary
Tue, 24 Nov 2009 10:25:11 -0600 Matt Mackall Merge with stable
Tue, 24 Nov 2009 10:23:53 -0600 Matt Mackall Merge with crew stable
Tue, 24 Nov 2009 10:15:12 -0600 Matt Mackall Merge with i18n
Mon, 23 Nov 2009 15:15:54 -0200 Wagner Bruna merge with i18n stable
Mon, 23 Nov 2009 15:15:01 -0200 Wagner Bruna i18n-pt_BR: synchronized with 5d748045c2ae stable
Tue, 24 Nov 2009 10:14:27 -0600 Matt Mackall Merge with crew
Tue, 24 Nov 2009 16:07:36 +0200 Alexander Solovyov commands.log: getrenamed() cleanup
Tue, 24 Nov 2009 09:49:23 +0100 Sune Foldager ancestor: improve docstring
Mon, 23 Nov 2009 23:04:44 +0100 Benoit Boissinot merge with stable
Mon, 23 Nov 2009 22:45:36 +0100 Benoit Boissinot run-tests: always set $COLUMNS, fix running tests under emacs shell stable
Mon, 23 Nov 2009 22:46:48 +0100 Patrick Mezard Merge with crew-stable