log

age author description
Wed, 11 Apr 2012 11:29:12 +0200 Patrick Mezard context: revert workingctx.ancestors() followfirst option
Wed, 11 Apr 2012 11:25:34 +0200 Patrick Mezard graphlog: fix --follow-first --rev combinations
Wed, 11 Apr 2012 11:22:40 +0200 Patrick Mezard graphlog: fix --follow --rev combinations
Wed, 11 Apr 2012 11:17:26 +0200 Patrick Mezard graphlog: support changeset identifiers in --branch
Wed, 11 Apr 2012 11:14:07 +0200 Patrick Mezard graphlog: pass changesets to revset.match() in changelog order
Wed, 11 Apr 2012 11:07:30 +0200 Patrick Mezard graphlog: refactor revset() to return revisions
Thu, 12 Apr 2012 15:21:54 -0700 Bryan O'Sullivan store: speed up read and write of large fncache files
Thu, 12 Apr 2012 15:21:52 -0700 Bryan O'Sullivan perf: time fncache read and write performance
Sun, 01 Apr 2012 14:12:14 +0200 Angel Ezquerra revset: add "matching" keyword
Tue, 10 Apr 2012 23:40:20 -0700 Steven Stallion plan9: add execute permissions to 9diff
Tue, 10 Apr 2012 23:24:12 -0700 Steven Stallion transplant: permit merge changesets via --parent
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall help: fix indentation on cacert (issue3350)
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall stream_in: avoid debug calls when debug is disabled
Thu, 12 Apr 2012 20:22:18 -0500 Matt Mackall util: create bytecount array just once
Sun, 08 Apr 2012 11:14:56 +0200 Patrick Mezard revset: avoid set duplication in roots() stable
Sun, 08 Apr 2012 11:13:06 +0200 Patrick Mezard revset: retrieve a bit less parents in roots() stable
Sun, 08 Apr 2012 11:11:30 +0200 Patrick Mezard revset: do not ignore input revisions in roots() stable
Tue, 10 Apr 2012 16:53:29 -0500 Matt Mackall util.h: more Python 2.4 fixes
Mon, 09 Apr 2012 13:48:45 -0700 Bryan O'Sullivan dispatch: add support for statprof as a profiler
Mon, 09 Apr 2012 14:36:16 -0700 Steven Stallion ui: optionally quiesce ssl verification warnings on python 2.5
Mon, 09 Apr 2012 22:16:26 -0700 Bryan O'Sullivan scmutil: speed up revrange
Tue, 10 Apr 2012 12:49:12 -0500 Matt Mackall graft: add --dry-run support (issue3362)
Fri, 06 Apr 2012 16:18:33 +0300 Idan Kamara repair: allow giving strip backup a different name
Tue, 10 Apr 2012 12:07:18 -0500 Matt Mackall encoding: add fast-path for ASCII lowercase
Tue, 10 Apr 2012 12:07:16 -0500 Matt Mackall perf: add case collision auditor perf
Tue, 10 Apr 2012 12:07:14 -0500 Matt Mackall util.h: unify some common platform tweaks
Tue, 10 Apr 2012 12:07:09 -0500 Matt Mackall util.h: move Py_ssize_t bits from mpatch.c
Sun, 08 Apr 2012 12:43:41 -0700 Steven Stallion plan9: initial support for plan 9 from bell labs
Sun, 08 Apr 2012 22:17:51 -0500 Matt Mackall util.h: add a typedef for Py_ssize_t with Python 2.4
Sun, 08 Apr 2012 12:38:26 -0500 Matt Mackall log: bypass file scan part of fastpath when no files
Sun, 08 Apr 2012 12:38:24 -0500 Matt Mackall cmdutil: use context instead of lookup
Sun, 08 Apr 2012 12:38:23 -0500 Matt Mackall scmutil: use context instead of lookup
Sun, 08 Apr 2012 12:38:10 -0500 Matt Mackall localrepo: lookup now goes through context
Sun, 08 Apr 2012 12:38:08 -0500 Matt Mackall context: use rev for changelog lookup
Sun, 08 Apr 2012 12:38:07 -0500 Matt Mackall context: internalize lookup logic
Sun, 08 Apr 2012 12:38:02 -0500 Matt Mackall revlog: allow retrieving contents by revision number
Sat, 07 Apr 2012 15:43:18 -0500 Matt Mackall revlog: add hasnode helper method
Fri, 06 Apr 2012 15:18:14 -0500 Matt Mackall merge with stable
Fri, 06 Apr 2012 15:17:50 -0500 Matt Mackall merge with crew stable
Fri, 06 Apr 2012 15:16:30 -0500 Matt Mackall tags: defer tag validation until repo.tags() is called
Fri, 06 Apr 2012 00:28:36 -0700 Bryan O'Sullivan parsers: fix a memleak, and add a clearcaches method to the index
Wed, 04 Apr 2012 15:59:56 +0200 Patrick Mezard hghave: remove symlink test made useless by ac0da5caebec stable
Wed, 04 Apr 2012 13:55:11 +0200 Julien Cristau tests: disable progress estimate in test-debugbuilddag.t stable
Wed, 04 Apr 2012 12:46:54 -0500 Kevin Bullock ui: swallow EBADF on stderr stable
Thu, 05 Apr 2012 23:52:55 +0900 FUJIWARA Katsunori mq: use list of already known target files instead of matching object for diff
Thu, 05 Apr 2012 23:52:06 +0900 FUJIWARA Katsunori mq: use exact matching in the second dirstate walking for efficiency of 'qnew'
Thu, 05 Apr 2012 12:31:21 +0100 Jim Hague tests: avoid test-hup hanging on AIX stable
Thu, 05 Apr 2012 13:00:35 -0700 Bryan O'Sullivan parsers: incrementally parse the revlog index in C
Thu, 05 Apr 2012 15:39:07 +0200 Patrick Mezard mdiff: fix diff header generation for files with spaces (issue3357) stable
Wed, 04 Apr 2012 00:00:47 +0200 Benoit Allard protocol: Add the stream-preferred capability
Wed, 28 Mar 2012 16:06:20 +0200 Matteo Capobianco templates/filters: extracting the user portion of an email address
Thu, 05 Apr 2012 19:15:23 +0200 Patrick Mezard context: make changectx.mutable() benefit from .phase() logic stable
Thu, 05 Apr 2012 19:23:04 +0200 Patrick Mezard patch: remove useless variable assignment
Wed, 04 Apr 2012 12:31:31 +0200 Thomas Arendsen Hein export: catch exporting empty revsets (issue3353) stable
Wed, 04 Apr 2012 11:19:09 +0200 Thomas Arendsen Hein merge with stable
Wed, 04 Apr 2012 11:18:42 +0200 Thomas Arendsen Hein test-merge-types: allow different output with existing hgmerge (issue3346) stable
Wed, 04 Apr 2012 10:57:48 +0200 Thomas Arendsen Hein inotify: catch SignalInterrupt during shutdown (issue3351) stable
Tue, 03 Apr 2012 22:02:04 +0200 Thomas Arendsen Hein merge with stable
Tue, 03 Apr 2012 22:01:28 +0200 Thomas Arendsen Hein clone: always close source repository (issue2491) stable
Tue, 03 Apr 2012 21:02:00 +0200 Thomas Arendsen Hein merge with stable
Tue, 03 Apr 2012 19:06:35 +0200 Thomas Arendsen Hein tests: make tests work if directory contains special characters stable
Tue, 03 Apr 2012 16:36:25 +0200 Thomas Arendsen Hein test-gpg: replace 825565136235 by md5sum check stable
Tue, 03 Apr 2012 11:35:04 -0500 Matt Mackall config: discard UTF-8 BOM if found
Mon, 02 Apr 2012 17:02:50 -0500 Matt Mackall merge with stable
Mon, 02 Apr 2012 17:02:03 -0500 Matt Mackall tests: shorten post-test sleeps
Mon, 02 Apr 2012 22:25:55 +0100 Javi Merino tests: don't run test-gpg if not in a working directory stable
Mon, 02 Apr 2012 16:46:58 -0500 Matt Mackall tests: avoid zombie lockup with test-hup stable
Mon, 02 Apr 2012 16:09:29 -0500 Matt Mackall merge with stable
Mon, 02 Apr 2012 16:04:07 -0500 Matt Mackall tests: make test-hup more race-proof stable
Mon, 02 Apr 2012 15:06:36 -0500 Matt Mackall tests: re-silence test-bad-pull log messages stable
Sun, 01 Apr 2012 15:57:04 -0500 Matt Mackall merge with stable
Sun, 01 Apr 2012 15:54:29 -0500 Matt Mackall tests: really add blacklist for vfat on Linux stable
Sun, 01 Apr 2012 15:35:12 -0500 Matt Mackall tests: fix one more sed -i
Sun, 01 Apr 2012 15:34:22 -0500 Matt Mackall merge stable
Sun, 01 Apr 2012 15:31:07 -0500 Matt Mackall Added signature for changeset b9bd95e61b49 stable
Sun, 01 Apr 2012 15:31:04 -0500 Matt Mackall Added tag 2.1.2 for changeset b9bd95e61b49 stable
Sun, 01 Apr 2012 14:23:55 -0500 Matt Mackall tests: fix shutdown race in test-bad-pull stable 2.1.2
Sun, 01 Apr 2012 14:01:10 -0500 Matt Mackall check-code: check for sed -i
Sun, 01 Apr 2012 13:59:11 -0500 Matt Mackall tests: remove sed -i from test-record
Sun, 01 Apr 2012 18:18:48 +0900 FUJIWARA Katsunori tests: fix portability of sed usage in test-mq stable
Sat, 31 Mar 2012 15:39:44 -0500 Augie Fackler zsh completion: fix error in qfinish completions from 88a82069be4a
Sat, 31 Mar 2012 14:05:10 -0500 Matt Mackall merge with stable
Sat, 31 Mar 2012 14:04:39 -0500 Matt Mackall record: fix up test issues
Sat, 31 Mar 2012 13:46:46 -0500 Matt Mackall tests: fix portability of sed expression in test-mq stable
Sat, 31 Mar 2012 11:19:09 -0500 Matt Mackall merge with stable
Thu, 29 Mar 2012 22:16:56 +0900 Takumi IINO tests: skip test-lfconvert.t if not support symblic link stable
Fri, 30 Mar 2012 22:08:46 +0100 A. S. Budden record: allow splitting of hunks by manually editing patches
Sat, 31 Mar 2012 15:55:03 +0900 FUJIWARA Katsunori dirstate: fix some problems for recursive case normalization (issue3342) stable
Sat, 31 Mar 2012 10:44:31 -0500 Matt Mackall tests: add a blacklist for VFAT on Linux stable
Sat, 31 Mar 2012 10:44:31 -0500 Matt Mackall tests: make test-walkrepo use hg's symlink test stable
Sat, 31 Mar 2012 10:44:31 -0500 Matt Mackall tests: make hghave handle exec bit on Linux with vfat stable
Sat, 31 Mar 2012 10:44:31 -0500 Matt Mackall tests: teach hghave to actually test for symlink support stable
Fri, 30 Mar 2012 14:35:06 -0500 Matt Mackall merge with stable
Fri, 30 Mar 2012 14:29:50 -0500 Matt Mackall merge with i18n stable
Thu, 29 Mar 2012 22:42:03 +0200 Patrick Mezard graphlog: handle old-style --rev values
Thu, 29 Mar 2012 17:13:23 +0200 Patrick Mezard test-glog: pretty print revset expressions
Thu, 29 Mar 2012 16:55:08 +0200 Patrick Mezard graphlog: improve --only-branch handling
Sat, 31 Mar 2012 00:04:08 +0900 FUJIWARA Katsunori dirstate: avoid normalizing letter case on icasefs for exact match (issue3340) stable
Fri, 30 Mar 2012 21:18:37 +0900 FUJIWARA Katsunori i18n-ja: synchronized with cb17c2f5b7b4 stable
Thu, 29 Mar 2012 18:14:20 -0300 Wagner Bruna i18n-pt_BR: synchronized with 795d591b6ef5 stable
Thu, 29 Mar 2012 22:16:56 +0900 Takumi IINO tests: skip test-lfconvert.t if not support symblic link
Fri, 30 Mar 2012 14:16:06 -0500 Matt Mackall perf: node lookup
Fri, 23 Mar 2012 01:31:31 +0100 Paul Boddie hgweb: add block numbers to diff regions and related links
Wed, 21 Mar 2012 06:45:07 +0100 Angel Ezquerra patchbomb: add --body flag to send patches as inline message body text
Wed, 28 Mar 2012 15:25:20 -0400 Greg Ward shrink-revlog: make check-code happier
Wed, 28 Mar 2012 15:15:15 -0400 Greg Ward shrink-revlog: make pyflakes happy
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: move bulk of revert command from commands to cmdutil
Thu, 29 Mar 2012 00:35:00 +0200 Mads Kiilerich mq: fix qpush --move with comments in series file between applied patches stable
Wed, 28 Mar 2012 19:24:13 -0500 Matt Mackall dirstate: normalize case of directory components stable
Wed, 28 Mar 2012 19:24:11 -0500 Matt Mackall tests: fix startup race in test-http-proxy stable
Wed, 28 Mar 2012 19:23:25 -0500 Matt Mackall tests: fix startup/shutdown races in test-https stable
Wed, 28 Mar 2012 12:02:38 -0500 Matt Mackall tests: remove sleep/startup/shutdown races from test-hup stable
Wed, 28 Mar 2012 11:28:37 -0500 Matt Mackall tests: fix shutdown race in test-hgweb-raw stable
Wed, 28 Mar 2012 10:29:39 -0500 Matt Mackall tests: eliminate shutdown race and sleeps in test-serve stable
Wed, 28 Mar 2012 10:11:12 -0500 Matt Mackall tests: eliminate daemon race in test-bad-pull stable
Tue, 27 Mar 2012 16:17:46 -0500 Matt Mackall merge with stable
Tue, 27 Mar 2012 16:13:59 -0500 Matt Mackall alias: abort on missing positional args (issue3331) stable
Wed, 15 Feb 2012 17:30:21 -0500 Greg Ward phases: fix a non-standard debug message stable
Sat, 24 Mar 2012 22:13:17 -0500 Augie Fackler convert/git: abort if git submodules are detected (issue2150) stable
Tue, 27 Mar 2012 14:37:17 -0500 Matt Mackall merge with stable
Sat, 24 Mar 2012 12:06:49 +0100 Pierre-Yves David qfinish: comply with the phases.new-commit option in secret mode (issue3335) stable
Wed, 21 Mar 2012 22:16:12 -0400 Greg Ward test-gpg: make sure gpg does not modify the trustdb.gpg file stable
Tue, 27 Mar 2012 13:57:54 -0500 Matt Mackall tests: remove case-folding false positive stable
Tue, 27 Mar 2012 14:35:58 -0500 Matt Mackall merge with i18n stable
Tue, 27 Mar 2012 20:37:52 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 900eee0778d1 stable
Mon, 26 Mar 2012 16:42:53 -0500 Matt Mackall merge with stable
Mon, 26 Mar 2012 16:41:54 -0500 Matt Mackall merge: fix unknown file merge detection for case-folding systems
Fri, 23 Mar 2012 11:47:27 -0500 Matt Mackall rename: handle case-changing (issue1717) stable
Thu, 22 Mar 2012 23:58:47 +0900 FUJIWARA Katsunori largefiles: use 'dirstate.dirs()' for 'directory pattern' relation check stable
Thu, 22 Mar 2012 23:58:47 +0900 FUJIWARA Katsunori largefiles: suppress unexpected warning of 'hg status' for removed files stable
Thu, 22 Mar 2012 17:47:00 -0500 Matt Mackall rebase: properly calculate descendant set when aborting (issue3332) stable
Thu, 22 Mar 2012 17:08:05 -0500 Matt Mackall merge with stable
Thu, 22 Mar 2012 17:07:39 -0500 Matt Mackall strip: ignore -n (issue3326) (BC) stable
Thu, 22 Mar 2012 17:07:39 -0500 Matt Mackall aliases: use empty string for missing position parameters (issue3331) stable
Wed, 21 Mar 2012 16:39:38 -0500 Kevin Bullock bookmarks: clone non-divergent bookmarks with @ in them stable
Wed, 21 Mar 2012 17:24:15 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 2338ab19b236 stable
Thu, 22 Mar 2012 16:54:46 -0500 Matt Mackall encoding: tune fast-path of tolocal a bit
Thu, 15 Mar 2012 16:57:19 +0100 Martin Geisler eol: remove left-over print statements
Thu, 15 Mar 2012 16:52:22 +0100 Martin Geisler eol: document why os.utime doesn't work here
Sun, 18 Mar 2012 18:21:58 -0500 Matt Mackall merge with stable
Sun, 18 Mar 2012 18:21:32 -0500 Matt Mackall merge with i18n stable
Wed, 14 Mar 2012 16:26:14 -0300 Wagner Bruna i18n-pt_BR: fix format.dotencode help section stable
Wed, 14 Mar 2012 12:52:50 -0300 Wagner Bruna i18n-pt_BR: synchronized with 3d26d69ef822 stable
Sun, 18 Mar 2012 18:19:16 -0500 Matt Mackall changelog: micro-optimizations to changelog.read()
Fri, 16 Mar 2012 19:58:47 -0500 Matt Mackall perf: add a changeset test
Fri, 16 Mar 2012 17:42:21 -0500 Matt Mackall convert: deal with empty splicemap path (issue3311) stable
Thu, 15 Mar 2012 23:02:31 +0000 Javi Merino tests: ignore git's output in test-subrepo-git.t stable
Thu, 15 Mar 2012 15:59:26 -0500 Matt Mackall profile: add undocumented config options for profiler output
Thu, 15 Mar 2012 15:58:55 -0500 Matt Mackall perf: add perfchangeset to time changeset parsing
Thu, 15 Mar 2012 13:11:42 -0500 Matt Mackall merge with stable
Thu, 15 Mar 2012 13:11:03 -0500 Matt Mackall perf: tweak tests for testing index performance improvements
Wed, 14 Mar 2012 01:13:45 +0100 Edouard Gomez convert: support non annotated tags in git backend
Thu, 15 Mar 2012 00:46:37 +0900 FUJIWARA Katsunori icasefs: use case preserved root for 'util.fspath()' invocation (issue3302) stable
Wed, 14 Mar 2012 14:45:41 -0500 Matt Mackall merge: accept missing revisions in symlink flag merge (issue3316) stable
Tue, 13 Mar 2012 16:29:13 -0500 Matt Mackall merge with stable
Tue, 13 Mar 2012 16:28:08 -0500 Matt Mackall merge: handle linear update to symlink correctly (issue3316) stable
Tue, 13 Mar 2012 15:12:26 -0500 Matt Mackall filemerge: restore default prompt for binary/symlink lost in 83925d3a4559 stable
Mon, 12 Mar 2012 17:05:42 -0500 Matt Mackall merge with stable
Mon, 12 Mar 2012 17:02:45 -0300 Wagner Bruna strip: enhance repair.strip to receive a list of nodes (issue3299) stable
Wed, 07 Mar 2012 01:02:12 +0100 Yann E. MORIN templates/filters: add doctest to the 'person' filter
Fri, 09 Mar 2012 22:54:17 +0100 Yann E. MORIN help: strip doctest from dochelp
Mon, 12 Mar 2012 13:37:39 -0500 Matt Mackall pvec: introduce pvecs
Fri, 09 Mar 2012 17:11:07 +0100 Na'Tosha Bard largefiles: fix check-code errors.
Fri, 09 Mar 2012 16:11:52 +0100 Na'Tosha Bard largefiles: remove use of underscores that breaks coding convention
Fri, 09 Mar 2012 15:26:13 +0100 Na'Tosha Bard largefiles: only update changed largefiles when transplanting
Fri, 09 Mar 2012 16:45:49 +0100 Na'Tosha Bard largefiles: move calculation of largefiles for updating to utility function
Mon, 12 Mar 2012 13:22:28 +0100 Johan Samyn help: add verb to sentence in phases.txt stable
Fri, 09 Mar 2012 15:34:21 -0500 Michael Bacarella localrepo: fix unpushable repos when using bookmarks (issue3317) stable
Mon, 12 Mar 2012 09:39:30 +0100 Thomas Arendsen Hein extdiff: escape filenames with vim/DirDiff and make quoting work with Windows stable
Thu, 08 Mar 2012 15:59:47 -0600 Matt Mackall posix: disable cygwin's symlink emulation
Thu, 08 Mar 2012 20:17:36 +0000 A. S. Budden posix: ignore execution bit in cygwin (issue3301)
Sat, 18 Feb 2012 20:10:19 +0100 Paul Boddie hgweb: support multi-level repository indexes by enabling descend and collapse
Tue, 06 Mar 2012 18:43:05 +0200 Idan Kamara mq: no need to delete undo files after strip
Tue, 06 Mar 2012 18:43:05 +0200 Idan Kamara repair: remove undo files after strip
Tue, 06 Mar 2012 18:42:52 +0200 Idan Kamara localrepo: refactor retrieving of journal/undo files paths
Tue, 06 Mar 2012 23:23:30 +0100 Yann E. MORIN templates/filters: strip quotes from {author|person}
Thu, 08 Mar 2012 15:59:44 -0600 Matt Mackall check-code: check for % inside _()
Thu, 08 Mar 2012 15:59:41 -0600 Matt Mackall patchbomb: add (optional) note to 0 of 0 prompt
Thu, 08 Mar 2012 15:59:33 -0600 Matt Mackall merge with stable
Thu, 08 Mar 2012 13:35:27 -0600 Matt Mackall i18n: fix all remaining uses of % inside _() stable
Wed, 07 Mar 2012 23:21:11 +0000 Javi Merino update: don't translate the abort message twice stable
Sun, 04 Mar 2012 17:14:30 -0600 Matt Mackall merge with stable
Sun, 04 Mar 2012 17:12:12 -0600 Matt Mackall rebase: move bookmarks as needed with pull --rebase (issue3285) stable
Sun, 04 Mar 2012 16:48:04 -0600 Matt Mackall merge with stable
Thu, 01 Mar 2012 14:42:23 +0000 Jim Hague bugzilla: correct comment typo stable
Thu, 01 Mar 2012 23:29:52 +0000 Javi Merino tests: ignore the return code of chmod in test-inherit-mode stable
Thu, 01 Mar 2012 14:50:31 +0000 Jim Hague bugzilla: add xmlrpcemail submission for Bugzilla 3.6 email interface
Thu, 01 Mar 2012 15:27:24 +0000 Jim Hague bugzilla: allow change comment to mark bugs fixed
Thu, 01 Mar 2012 15:25:37 +0000 Jim Hague bugzilla: extract optional hours from commit message and update bug time
Thu, 01 Mar 2012 14:51:40 +0000 Jim Hague bugzilla: modify access interface to include new bug states
Sat, 03 Mar 2012 23:14:31 -0600 Steve Borho wix: add phases help text and two more translations (issue 3288) stable
Fri, 02 Mar 2012 11:46:18 -0300 Wagner Bruna debugbuilddag: fix starting a dag on a non-default branch stable
Fri, 24 Feb 2012 11:02:21 +0100 Patrick Mezard debugrevspec: pretty print output
Fri, 02 Mar 2012 21:43:55 +0200 Ross Lagerwall readme: mention how to run in-place
Fri, 02 Mar 2012 14:12:06 -0600 Matt Mackall merge with stable
Fri, 02 Mar 2012 14:11:06 -0600 Matt Mackall merge with i18n stable
Wed, 29 Feb 2012 13:17:41 -0300 Wagner Bruna i18n-pt_BR: synchronized with 6b52963ced73 stable
Wed, 29 Feb 2012 13:16:51 -0300 Wagner Bruna merge with i18n stable
Wed, 29 Feb 2012 21:09:21 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 87d37aceb5e3 stable
Fri, 24 Feb 2012 19:50:03 -0200 Wagner Bruna i18n-pt_BR: synchronized with 60101427d618 stable
Fri, 02 Mar 2012 10:43:06 -0800 Brendan Cully Merge with stable
Fri, 02 Mar 2012 10:42:12 -0800 Brendan Cully setup.py: don't call splitlines twice on the output of xcodebuild (issue3277) stable
Fri, 02 Mar 2012 09:57:09 +0100 Thomas Arendsen Hein merge with stable
Fri, 02 Mar 2012 09:54:45 +0100 Thomas Arendsen Hein merge stable heads stable
Thu, 01 Mar 2012 17:45:13 +0100 Thomas Arendsen Hein merge with stable
Thu, 01 Mar 2012 17:35:12 +0100 Thomas Arendsen Hein filemerge: remove temporary files when using internal:dump as merge-tool stable
Thu, 01 Mar 2012 16:28:24 -0600 Matt Mackall Added signature for changeset 53e2cd303ecf stable
Thu, 01 Mar 2012 16:27:59 -0600 Matt Mackall Added tag 2.1.1 for changeset 53e2cd303ecf stable
Thu, 01 Mar 2012 17:49:59 +0200 Idan Kamara dirstate: filecacheify _ignore (issue3278) stable 2.1.1
Thu, 01 Mar 2012 17:42:49 +0200 Idan Kamara dirstate: filecacheify _branch stable
Thu, 01 Mar 2012 17:39:58 +0200 Idan Kamara dirstate: add filecache support stable
Thu, 01 Mar 2012 17:39:58 +0200 Idan Kamara scmutil: add join method to opener to construct path relative to base stable
Thu, 01 Mar 2012 17:39:58 +0200 Idan Kamara filecache: refactor path join logic to a function stable
Wed, 29 Feb 2012 17:27:24 -0600 Matt Mackall merge with stable
Wed, 29 Feb 2012 14:24:57 +0100 Friedrich Kastner-Masilko subrepo: fix for merge inconsistencies stable
Wed, 29 Feb 2012 14:41:11 +0100 Pierre-Yves David bundlerepo: bundle repos should be non-publishing (issue3266) stable
Wed, 29 Feb 2012 09:34:19 +0100 Gilles Moris bookmarks: restore python 2.4 compatibility stable
Wed, 29 Feb 2012 17:43:03 +0000 Jim Hague bugzilla: stop XMLRPC requests from requesting gzipped responses stable
Tue, 28 Feb 2012 21:17:53 -0600 Matt Mackall merge with stable
Tue, 28 Feb 2012 23:47:46 +0200 Idan Kamara update: delete bookmarks.current when explicitly updating to a rev (issue3276) stable
Tue, 28 Feb 2012 10:06:35 +0100 Patrick Mezard convert: ignore blank lines in mapfiles (issue3286) stable
Tue, 28 Feb 2012 01:07:55 +0200 Idan Kamara update: don't move the active bookmark if a rev is specified with -r stable
Mon, 27 Feb 2012 18:23:18 +0100 Patrick Mezard mq: fix qapplied --last and qprev documentation (issue3282) stable
Mon, 27 Feb 2012 08:54:26 -0500 Greg Ward setup: handle output from Apple's Xcode 4.3 better (issue3277) stable
Sun, 26 Feb 2012 17:12:15 +0100 Patrick Mezard graphlog: apply file filters --patch/--stat output
Sun, 26 Feb 2012 17:10:57 +0100 Patrick Mezard context: add followfirst arg to filectx and workingfilectx
Sun, 26 Feb 2012 17:10:57 +0100 Patrick Mezard graphlog: fix --removed
Sun, 26 Feb 2012 17:10:56 +0100 Patrick Mezard test-glog: rewrite more tests using testlog() function
Sun, 26 Feb 2012 17:10:55 +0100 Patrick Mezard match: consider filesets as "anypats"
Sun, 26 Feb 2012 17:10:51 +0100 Patrick Mezard graphlog: evaluate FILE/-I/-X filesets on the working dir
Sun, 26 Feb 2012 16:56:32 +0100 Patrick Mezard graphlog: implement --copies
Sat, 18 Feb 2012 16:30:17 -0500 Greg Ward test-check-code-hg: skip test if not in a working dir (issue3248). stable
Sun, 26 Feb 2012 16:45:59 -0600 Matt Mackall copies: use ctx.dirs() for directory rename detection
Sun, 26 Feb 2012 15:51:56 -0600 Matt Mackall copies: fix mergecopies doc mapping direction
Sat, 25 Feb 2012 16:48:07 -0600 Matt Mackall merge with stable
Sat, 25 Feb 2012 19:39:55 +0100 Patrick Mezard log: restore cache used by --copies stable
Sat, 25 Feb 2012 22:11:36 +0100 Patrick Mezard graphlog: implement --follow-first
Sat, 25 Feb 2012 22:11:36 +0100 Patrick Mezard graphlog: implement --follow with file arguments
Sat, 25 Feb 2012 22:11:35 +0100 Patrick Mezard test-glog: test multiple --prune values
Sat, 25 Feb 2012 22:11:34 +0100 Patrick Mezard graphlog: restore FILE glob expansion on Windows
Sat, 25 Feb 2012 21:51:13 +0100 Patrick Mezard glog: restore multiple --rev test lost in rebasing
Sat, 25 Feb 2012 14:22:58 -0600 Matt Mackall copies: remove checkdirs options
Fri, 24 Feb 2012 18:21:06 -0600 Matt Mackall copies: add docstring for mergecopies
Fri, 24 Feb 2012 16:52:32 -0600 Matt Mackall addremove: return 1 if we failed to handle any explicit files
Fri, 24 Feb 2012 16:16:48 -0600 Matt Mackall merge with stable
Fri, 24 Feb 2012 20:57:59 +0100 Patrick Mezard log: fix --follow FILE ancestry calculation stable
Fri, 24 Feb 2012 20:56:18 +0100 Patrick Mezard test-glog: extend a test before fixing --follow issues stable
Fri, 24 Feb 2012 16:09:15 -0600 Matt Mackall graft: use proper revisions for copy detection (issue3265) stable
Fri, 24 Feb 2012 19:11:35 -0200 Wagner Bruna convert: fix typos in error messages stable
Thu, 23 Feb 2012 18:05:20 +0100 Patrick Mezard graphlog: paths/-I/-X handling requires a new revset
Thu, 23 Feb 2012 17:55:07 +0100 Patrick Mezard graphlog: imitate log slowpath when inputs are explicit files
Thu, 23 Feb 2012 17:54:42 +0100 Patrick Mezard graphlog: paths arguments must be or'ed
Thu, 23 Feb 2012 11:21:30 +0100 Patrick Mezard graphlog: rewrite --rev like all other options
Thu, 23 Feb 2012 11:21:04 +0100 Patrick Mezard graphlog: --branch and --only-branch are the same
Thu, 23 Feb 2012 17:46:57 +0100 Patrick Mezard test-check-code-hg: fix xargs exit status on OSX stable
Thu, 23 Feb 2012 13:37:10 +0100 Martin Geisler largefiles: respect store.createmode and avoid extra file copy stable
Thu, 23 Feb 2012 13:37:10 +0100 Martin Geisler largefiles: respect store.createmode in basestore.get stable
Thu, 23 Feb 2012 13:22:55 +0100 Martin Geisler largefiles: use repo.store.createmode for new files in .hg/largefiles stable
Wed, 22 Feb 2012 17:41:22 -0600 Matt Mackall mq: expand qimport summary
Wed, 22 Feb 2012 17:36:33 -0600 Matt Mackall merge with stable
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: multiple --keyword must be or'ed
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: multiple --branch must be or'ed
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: multiple --user must be or'ed
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: explicitely join multivalue parameters
Wed, 22 Feb 2012 12:30:14 +0100 Patrick Mezard test-glog.t: use printrevset extension to trace rewritten revsets
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: use 'changectx.dirs()' in 'walk()' for directory patterns stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori localrepository: use 'changectx.dirs()' in 'status()' for directory patterns stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: add 'dirs()' to changectx/workingctx for directory patterns stable
Wed, 22 Feb 2012 15:22:12 -0600 Matt Mackall status: fix format field thinko
Mon, 20 Feb 2012 17:59:48 +0100 Dan Villiom Podlaski Christiansen largefiles: don't break filesets stable
Sat, 18 Feb 2012 14:27:57 +0100 Michal Sznajder help: sort hgrc related "Sections" chapters alphabetically
Sat, 18 Feb 2012 12:30:24 +0100 Patrick Mezard doc: minor fixes to [graph] section documentation
Sun, 22 Jan 2012 19:35:26 +0700 Patrick Mezard hgweb: refactor graph customization javascript
Fri, 17 Feb 2012 16:49:43 +0100 Patrick Mezard templates: move Graph.edge() implementation in mercurial.js
Mon, 20 Feb 2012 16:42:51 -0600 Matt Mackall formatter: convert status command
Mon, 20 Feb 2012 16:42:48 -0600 Matt Mackall ui: add formatter method
Mon, 20 Feb 2012 16:42:47 -0600 Matt Mackall formatter: add basic formatters
Mon, 20 Feb 2012 16:42:45 -0600 Matt Mackall encoding: introduce utf8-b helpers
Fri, 17 Feb 2012 13:53:41 -0600 Matt Mackall graphmod: add config cache
Fri, 17 Feb 2012 13:53:19 -0600 Matt Mackall graphmod: rewrite graph config validation
Sun, 22 Jan 2012 19:47:03 +0700 Constantine Linnick graph: in hgrc specify line color for main branch
Sun, 22 Jan 2012 19:35:26 +0700 Constantine Linnick graph: in hgrc specify line width for main branch
Thu, 16 Feb 2012 16:40:29 -0600 Matt Mackall merge with stable
Thu, 16 Feb 2012 15:58:51 -0600 Matt Mackall filemerge: remove some redundancy in decorators/docstrings
Sun, 12 Feb 2012 21:38:12 +0900 FUJIWARA Katsunori filemerge: create detail of internal merge tools from documentation string
Sun, 12 Feb 2012 21:38:12 +0900 FUJIWARA Katsunori filemerge: refactoring of 'filemerge()'
Mon, 13 Feb 2012 17:22:35 +0100 Patrick Mezard patch: fuzz more aggressively to match patch(1) behaviour stable
Mon, 13 Feb 2012 16:47:31 +0100 Patrick Mezard patch: fix fuzzing of hunks without previous lines (issue3264) stable
Mon, 13 Feb 2012 13:51:38 +0100 Patrick Mezard patch: make hunk.fuzzit() compute the fuzzed start locations stable
Mon, 13 Feb 2012 13:21:00 +0100 Patrick Mezard patch: fuzz old and new lines at the same time stable
Mon, 13 Feb 2012 18:37:07 +0100 Na'Tosha Bard largefiles: optimize update speed by only updating changed largefiles
Tue, 14 Feb 2012 14:31:40 +0100 Patrick Mezard mq: make qimport --push push all imported patches (issue3130) stable
Wed, 15 Feb 2012 11:21:24 +0100 Patrick Mezard convert: tolerate spaces between splicemap parent ids (issue3203) stable
Thu, 16 Feb 2012 01:23:45 +0200 Idan Kamara test-commandserver: flush stdout stable
Thu, 16 Feb 2012 01:21:34 +0200 Idan Kamara localrepo: clear _filecache on rollback (issue3261) stable
Wed, 15 Feb 2012 20:02:35 +0200 Idan Kamara scmutil: update cached copy when filecached attribute is assigned (issue3263) stable
Wed, 15 Feb 2012 23:44:10 +0200 Idan Kamara cmdserver: invalidate the dirstate when running commands (issue3271) stable
Wed, 15 Feb 2012 23:49:15 +0200 Idan Kamara localrepo: reset _phasesdirty flag after writing stable
Thu, 16 Feb 2012 13:03:42 +0100 Patrick Mezard import: handle git renames and --similarity (issue3187) stable
Thu, 16 Feb 2012 12:56:48 +0100 Patrick Mezard context: make workingctx.forget() really warn about untracked files stable
Wed, 15 Feb 2012 23:01:09 +0900 FUJIWARA Katsunori largefiles: check whether specified patterns are related to largefiles strictly stable
Fri, 10 Feb 2012 17:09:23 -0600 Matt Mackall merge with stable
Fri, 10 Feb 2012 16:52:32 -0600 Matt Mackall log: remove caching of all visited revisions (issue3253) stable
Fri, 10 Feb 2012 16:09:30 -0600 Matt Mackall pull: backout change to return code stable
Fri, 10 Feb 2012 22:34:13 +0100 Patrick Mezard convert: use splicemap entries when sorting revisions (issue1748) stable
Fri, 10 Feb 2012 22:25:49 +0100 Patrick Mezard convert: turn splicemap into a simple dictionary stable
Fri, 10 Feb 2012 13:50:13 +0100 Patrick Mezard debugrevspec: mention --verbose to print the parsed tree
Fri, 10 Feb 2012 14:46:09 +0100 Na'Tosha Bard largefiles: only cache largefiles in new heads stable
Fri, 10 Feb 2012 13:47:57 -0600 Matt Mackall merge with stable
Tue, 07 Feb 2012 18:47:16 +0100 Patrick Mezard mq: restore _branchtags() fast path (issue3223) stable
Tue, 07 Feb 2012 18:47:13 +0100 Patrick Mezard mq: ensure all mq commits are made with secretcommit() stable
Wed, 08 Feb 2012 17:45:10 +0100 Patrick Mezard convert/bzr: ignore nested repos when listing branches (issue3254)
Wed, 08 Feb 2012 16:56:00 +0000 Jim Hague tests: tighten checks for octal escapes in shell printf. stable
Wed, 08 Feb 2012 20:00:52 +0100 Patrick Mezard phase: when phase cannot be reduced, hint at --force and return 1 (BC)
Thu, 09 Feb 2012 21:03:07 +0100 Patrick Mezard revset: fix alias substitution recursion (issue3240)
Thu, 09 Feb 2012 17:54:47 -0600 Matt Mackall update: just merge unknown file collisions
Thu, 09 Feb 2012 17:04:17 -0600 Matt Mackall merge: don't use unknown()
Thu, 09 Feb 2012 16:50:19 -0600 Matt Mackall merge: refactor unknown file conflict checking
Thu, 09 Feb 2012 13:16:20 -0600 Matt Mackall update: use normal update path with --check (issue2450)
Mon, 06 Feb 2012 16:35:14 -0600 Matt Mackall fetch: use update rather than clean when updating (issue3246) stable
Mon, 06 Feb 2012 15:36:44 -0600 Matt Mackall merge with stable
Mon, 06 Feb 2012 21:17:50 +0100 Patrick Mezard mdiff: adjust hunk offsets with --ignore-blank-lines (issue3234) stable
Mon, 06 Feb 2012 15:22:43 -0600 Matt Mackall merge with stable
Mon, 06 Feb 2012 15:22:34 -0600 Matt Mackall merge with i18n
Mon, 06 Feb 2012 15:22:27 -0600 Matt Mackall merge with i18n stable
Mon, 06 Feb 2012 08:10:32 -0200 Wagner Bruna i18n-de: fix rst markup in command output (issue3247)
Mon, 06 Feb 2012 08:06:42 -0200 Wagner Bruna merge with i18n stable
Mon, 06 Feb 2012 08:04:16 -0200 Wagner Bruna i18n-ru: fix hg command rst markup stable
Mon, 06 Feb 2012 08:03:34 -0200 Wagner Bruna i18n-ja: fix rst markup in hg command output stable
Mon, 06 Feb 2012 08:02:05 -0200 Wagner Bruna i18n-de: fix rst markup in command output (issue3247) stable
Sat, 04 Feb 2012 11:34:44 -0200 Wagner Bruna merge with i18n stable
Sat, 04 Feb 2012 11:22:01 -0200 Wagner Bruna i18n-de: fix hg command rst markup and quoting (issue3247) stable
Sat, 04 Feb 2012 10:59:36 -0200 Wagner Bruna merge with i18n stable
Sat, 04 Feb 2012 10:55:58 -0200 Wagner Bruna i18n-de: fix rst markup in command output (issue3247) stable
Sun, 05 Feb 2012 22:58:31 +0900 FUJIWARA Katsunori windows: use 'str.replace()' instead of combination of split() and join()
Mon, 06 Feb 2012 12:16:29 +0900 FUJIWARA Katsunori largefiles: reduce redundant splitstandin/standin combination
Mon, 06 Feb 2012 12:16:29 +0900 FUJIWARA Katsunori largefiles: reduce OR-ing of same conditions
Mon, 06 Feb 2012 15:10:01 -0600 Matt Mackall subrepo: rewrite handling of subrepo state at commit (issue2403)
Mon, 06 Feb 2012 15:00:08 -0600 Matt Mackall subrepo: add basestate method
Fri, 03 Feb 2012 23:27:17 +0000 Jim Hague bdiff: fix malloc(0) issue in fixws() stable
Mon, 06 Feb 2012 14:37:49 +0900 FUJIWARA Katsunori forget: show warning messages for forgetting in subrepo correctly stable
Sat, 04 Feb 2012 00:02:05 +0000 Jim Hague tests: fix command line overflow on ksh stable
Sun, 05 Feb 2012 22:58:31 +0900 FUJIWARA Katsunori use util.localpath() instead of 'str.replace()' to unify path conversion stable
Sun, 05 Feb 2012 22:58:31 +0900 FUJIWARA Katsunori i18n: use util.pconvert() instead of 'str.replace()' for problematic encoding stable
Sun, 05 Feb 2012 22:58:31 +0900 FUJIWARA Katsunori i18n: use util.pconvert() instead of 'str.replace()' for problematic encoding stable
Fri, 03 Feb 2012 15:45:13 -0600 Matt Mackall merge with stable
Fri, 03 Feb 2012 19:47:09 +0100 Patrick Mezard mq: make qprev return the previous applied patch (issue3245) stable
Fri, 03 Feb 2012 19:38:31 +0100 Patrick Mezard mq: fix qnext when all remaining patches are guarded stable
Thu, 02 Feb 2012 10:15:13 +0100 Patrick Mezard convert/bzr: test tags conversion
Thu, 02 Feb 2012 10:15:13 +0100 Patrick Mezard convert/bzr: handle empty bzr repositories (issue3233)
Thu, 02 Feb 2012 10:15:12 +0100 Patrick Mezard convert/bzr: convert all branches (issue3229) (BC)
Thu, 02 Feb 2012 10:15:04 +0100 Patrick Mezard convert/bzr: expect unicode metadata, encode in UTF-8 (issue3232)
Fri, 03 Feb 2012 19:23:13 +0100 Patrick Mezard test-mq: fix sed call on OSX stable
Mon, 30 Jan 2012 00:05:28 +0100 Pierre-Yves David mq: rename secretcommit to newcommit
Wed, 01 Feb 2012 16:28:35 -0600 Matt Mackall merge with stable
Sat, 21 Jan 2012 15:17:39 +0200 Fabian Kreutz i18n-de: update po and remove fuzzies
Sat, 21 Jan 2012 13:49:46 +0200 Fabian Kreutz i18n-de: Rework and fixes continued
Wed, 01 Feb 2012 14:23:58 -0600 Matt Mackall Added signature for changeset 2aa5b51f310f stable
Wed, 01 Feb 2012 14:23:55 -0600 Matt Mackall Added tag 2.1 for changeset 2aa5b51f310f stable
Wed, 01 Feb 2012 14:17:26 -0600 Matt Mackall phases: don't complain if cset is already public on pushkey (issue3230) stable 2.1
Wed, 01 Feb 2012 17:59:51 -0200 Wagner Bruna i18n-pt_BR: synchronized with 140b6282ac79 stable
Wed, 01 Feb 2012 13:50:45 -0600 Matt Mackall merge with i18n stable
Wed, 01 Feb 2012 12:20:10 +0100 Pierre-Yves David mq: prevent rewriting operation on public changeset stable
Tue, 31 Jan 2012 18:11:08 -0200 Wagner Bruna i18n-pt_BR: miscellaneous spelling and wording fixes stable
Tue, 31 Jan 2012 19:44:09 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 0f99e709ce08 stable
Tue, 31 Jan 2012 12:30:54 +0400 Alexander Sauta i18n-ru: synchronized with c0b2986b37b8; public phase name changed stable
Mon, 30 Jan 2012 20:17:59 -0200 Wagner Bruna i18n-pt_BR: synchronized with c0b2986b37b8 stable
Tue, 31 Jan 2012 23:13:04 -0600 Matt Mackall qpush: avoid trying to manage existing history (issue2218) stable
Tue, 31 Jan 2012 17:25:37 -0600 Matt Mackall bundlerepo: try to find containing repo on creation (issue1812) stable
Mon, 30 Jan 2012 16:37:15 -0600 Matt Mackall phases: add resync example to help topic stable
Mon, 30 Jan 2012 16:04:14 -0600 Matt Mackall mq: fix secret description in help stable
Mon, 30 Jan 2012 16:01:54 -0600 Matt Mackall pull: return 1 when no changes found (BC) stable
Mon, 30 Jan 2012 15:56:35 -0600 Matt Mackall push: don't treat bookmark as a found change stable
Mon, 30 Jan 2012 14:44:01 -0600 Matt Mackall glossary: add phase terms stable
Mon, 30 Jan 2012 14:14:18 -0600 Matt Mackall merge with i18n stable
Mon, 30 Jan 2012 16:28:27 +0100 Jens Bäckman i18n-sv: snchronized with ed9f40bc346f stable
Mon, 30 Jan 2012 13:04:13 +0400 Alexander Sauta i18n-ru: phases help translated stable
Mon, 30 Jan 2012 11:52:38 +0400 Alexander Sauta i18n-ru: minor corrections on unclear strings stable
Mon, 30 Jan 2012 02:48:03 +0700 Andrei Polushin i18n-ru: synchronized with 2605fc990725 stable
Mon, 30 Jan 2012 02:07:04 +0700 Andrei Polushin i18n-ru: verifying uncertain translations. stable
Mon, 30 Jan 2012 17:46:15 +0100 Pierre-Yves David phases: allow phase name in phases.new-commit settings stable
Mon, 30 Jan 2012 15:17:08 +0100 Pierre-Yves David qfinish: do not set secret changeset to draft if mq.secret=false stable
Mon, 30 Jan 2012 17:39:05 +0100 Pierre-Yves David mq: take mq.secret configuration into account when picking the default phase stable
Mon, 30 Jan 2012 17:37:45 +0100 Pierre-Yves David qimport: when mq.secret=True set qimported revision as secret stable
Mon, 30 Jan 2012 17:36:30 +0100 Pierre-Yves David qrefresh: keep changeset phase during refresh stable
Mon, 30 Jan 2012 17:33:09 +0100 Pierre-Yves David phases: write default phase data as soon as possible. stable
Mon, 30 Jan 2012 18:06:57 +0100 Pierre-Yves David phase: accept old style revision specification stable
Mon, 30 Jan 2012 11:32:09 -0600 Matt Mackall push: return 1 if no changes found (issue3228) stable
Mon, 30 Jan 2012 11:26:20 -0600 Matt Mackall push: more precise failure check on subrepo push stable
Mon, 30 Jan 2012 11:23:17 -0600 Matt Mackall push: return 0 when updating bookmarks stable
Mon, 30 Jan 2012 11:15:34 -0600 Matt Mackall push: fix coding errors in unused branch stable
Sun, 29 Jan 2012 14:07:45 -0600 Matt Mackall bookmarks: move current bookmark on update -u and bare pull -u (issue3222) stable
Sun, 29 Jan 2012 13:36:10 -0600 Matt Mackall phases: fix verify with secret csets stable
Sun, 29 Jan 2012 12:59:21 -0600 Matt Mackall mq: add secret setting stable
Sun, 29 Jan 2012 12:59:11 -0600 Matt Mackall merge with i18n stable
Sat, 28 Jan 2012 09:05:08 -0200 Wagner Bruna i18n-pt_BR: synchronized with f2c49d9dee57 stable
Fri, 27 Jan 2012 03:00:32 +0100 Mads Kiilerich tests: don't rely on 'false' exit code in test-run-tests.t stable
Fri, 27 Jan 2012 03:00:03 +0100 Mads Kiilerich tests: don't use alias stable
Fri, 27 Jan 2012 02:59:59 +0100 Mads Kiilerich tests: don't include plain 'diff -U0' content in test-diff-unified.t stable
Fri, 27 Jan 2012 18:43:41 -0600 Matt Mackall help: add examples to phases topic stable
Fri, 27 Jan 2012 13:12:56 -0600 Kevin Bullock update: note updated bookmark stable
Fri, 27 Jan 2012 14:19:32 -0600 Augie Fackler resolve: mention merge-tools topic in help stable
Fri, 27 Jan 2012 22:29:58 +0900 FUJIWARA Katsunori revset: add tests for 'remote()' predicate stable
Fri, 27 Jan 2012 22:29:58 +0900 FUJIWARA Katsunori revset: fix documentation for 'remote()' predicate stable
Fri, 27 Jan 2012 22:29:58 +0900 FUJIWARA Katsunori revset: fix 'remote()' failure when remote repo has more revs than local stable
Fri, 27 Jan 2012 12:52:13 -0200 Wagner Bruna help/config: fix help command markup stable
Fri, 27 Jan 2012 18:43:31 -0600 Matt Mackall merge with i18n stable
Fri, 27 Jan 2012 12:25:02 +0400 Alexander Sauta i18n-ru: synchronized with bf502ccc46d7; fuzzies removed stable
Thu, 26 Jan 2012 16:56:11 +0400 Nikolaj Sjujskij i18n-ru: fix typos in `resolve` help stable
Thu, 26 Jan 2012 20:34:57 -0600 Matt Mackall merge: defer symlink flag merging to filemerge (issue3200) stable
Thu, 26 Jan 2012 17:54:52 -0600 Matt Mackall help: fix publish option spelling in phases topic stable
Thu, 26 Jan 2012 17:54:22 -0600 Matt Mackall help: add missing phase config items to config topic stable
Thu, 26 Jan 2012 17:23:43 -0200 Wagner Bruna help/phases: remove trailing whitespace stable
Thu, 26 Jan 2012 11:23:15 -0600 Matt Mackall sslutil: more helpful fingerprint mismatch message stable
Thu, 26 Jan 2012 11:23:14 -0600 Matt Mackall help: add phases topic stable
Thu, 26 Jan 2012 12:09:14 -0200 Wagner Bruna i18n-pt_BR: synchronized with 0b05e0bfdc1c stable
Wed, 25 Jan 2012 17:14:10 -0600 Matt Mackall copies: remove stray print stable
Wed, 25 Jan 2012 17:14:08 -0600 Matt Mackall scmutil: unify some 'no changes found' messages stable
Wed, 25 Jan 2012 19:41:34 +0100 Alain Leufroy outgoing: display info about secret changets while no sharable changeset found stable
Wed, 25 Jan 2012 19:05:16 +0100 Alain Leufroy bundle: display info about secret changets while no sharable changeset found stable
Mon, 23 Jan 2012 12:26:01 -0600 Augie Fackler test-rebase-collapse: Add test for rebase regression introduced in 12309c09d19a stable
Thu, 26 Jan 2012 00:21:55 +0200 Idan Kamara test-commandserver: test that phase data is being refreshed stable
Thu, 26 Jan 2012 00:21:54 +0200 Idan Kamara localrepo: delete _phaserev when invalidating caches stable
Thu, 26 Jan 2012 00:21:53 +0200 Idan Kamara localrepo: fix phaseroots filecache definition stable
Tue, 24 Jan 2012 19:49:30 +0100 Pierre-Yves David discovery: fix regression when checking heads for pre 1.4 client (issue3218) stable
Wed, 25 Jan 2012 14:06:04 -0600 Jens Bäckman help: mark strings for translation stable
Wed, 25 Jan 2012 20:03:46 +0100 David Soria Parra bookmarks: respect --debug during incoming/outgoing stable
Wed, 25 Jan 2012 16:52:16 +0100 Na'Tosha Bard largefiles: fix revert on missing largefile (issue3217) stable
Wed, 25 Jan 2012 14:10:01 +0100 Na'Tosha Bard largefiles: fix transplant for all cases (issue3192) stable
Wed, 25 Jan 2012 03:01:19 +0700 Andrei Polushin i18n-ru: synchronized with 9f2ed48f8cda stable
Wed, 25 Jan 2012 10:13:06 +0100 Jens Bäckman i18n-sv: translated phase stable
Wed, 25 Jan 2012 09:33:48 +0100 Jens Bäckman i18n-sv: translating strings for add, annotate, debuginstall stable
Wed, 25 Jan 2012 08:48:52 +0100 Jens Bäckman i18n-sv: synchronized with c2e6c5ef4555 stable
Tue, 24 Jan 2012 17:17:37 -0600 Matt Mackall merge with i18n stable
Tue, 24 Jan 2012 17:16:29 -0600 Matt Mackall copies: eliminate criss-crosses when chaining stable
Mon, 23 Jan 2012 16:12:32 -0200 Wagner Bruna i18n-pt_BR: synchronized with f7c8d6ee6056 stable
Mon, 23 Jan 2012 16:11:37 -0200 Wagner Bruna merge with i18n stable
Fri, 20 Jan 2012 11:11:36 +0100 Jens Bäckman i18n-sv: synchronized with 7ed056f1e97d stable
Sat, 21 Jan 2012 21:39:27 -0600 Augie Fackler mq: pass qbase node instead of mq statusentry in phasedefaults stable
Sat, 21 Jan 2012 23:50:58 +0100 Jesus Espino Garcia patch: a little bit more robust line counting on diff --stat (issue3183) stable
Sat, 21 Jan 2012 13:31:41 +0100 Jesus Espino Garcia convert: subversion convert abort on revision not found (issue 3205) stable
Sat, 21 Jan 2012 00:40:18 +0100 Jesus Espino Garcia bash_completion: added -o filename option to _hg_status (issue3101) stable
Sun, 22 Jan 2012 21:30:09 +0100 Pierre-Yves David phase: alway return a value stable
Mon, 23 Jan 2012 13:24:32 +0100 Na'Tosha Bard largefiles: fix addremove when no largefiles are specified stable
Fri, 20 Jan 2012 23:52:31 -0600 Matt Mackall revset: include the correct first ancestor change for follow(file) stable
Fri, 20 Jan 2012 23:10:13 -0600 Matt Mackall revset: remove unreferenced followfile function stable
Fri, 20 Jan 2012 23:05:04 -0600 Matt Mackall revsets: provide contexts for filesets stable
Fri, 20 Jan 2012 22:19:40 -0600 Matt Mackall fileset: don't attempt to check data predicates against removed files stable
Fri, 20 Jan 2012 19:22:09 -0600 Matt Mackall revset: simplify help not about quoting stable
Fri, 20 Jan 2012 15:30:28 -0600 Matt Mackall Added signature for changeset db33555eafea stable
Fri, 20 Jan 2012 15:30:25 -0600 Matt Mackall Added tag 2.1-rc for changeset db33555eafea stable
Fri, 20 Jan 2012 15:25:39 -0600 Matt Mackall bookmarks: correct correction of -i stable 2.1-rc
Fri, 20 Jan 2012 23:05:14 +0200 Idan Kamara commands: drop exclamation mark in abort message stable
Thu, 19 Jan 2012 16:10:26 -0600 Kevin Bullock update: note ways to avoid moving bookmark stable
Fri, 20 Jan 2012 21:21:13 +0100 Pierre-Yves David push: prevent moving phases outside of the pushed subset stable
Fri, 20 Jan 2012 19:41:18 +0100 Pierre-Yves David discovery: ensure that missingheads are always heads of everything we tried stable
Fri, 20 Jan 2012 19:23:53 +0100 Pierre-Yves David phase: extracts heads computation logics from analyzeremotephases stable
Fri, 20 Jan 2012 19:18:09 +0100 Pierre-Yves David phase: fix warning text from invalid remote phase stable
Fri, 20 Jan 2012 18:45:29 +0100 Pierre-Yves David mq-safety: don't apply safety on non-outgoing changeset stable
Fri, 20 Jan 2012 00:27:11 +0100 Pierre-Yves David phases: properly register excluded changeset when revision are specified stable
Fri, 20 Jan 2012 14:19:13 -0600 Matt Mackall bookmarks: make -i summary simpler and more accurate stable
Fri, 20 Jan 2012 14:18:51 -0600 Matt Mackall revset: allow slashes in symbols stable
Fri, 20 Jan 2012 13:19:32 -0200 Wagner Bruna phases: do not mark debug message for translation stable
Fri, 20 Jan 2012 13:10:01 -0200 Wagner Bruna templatekw: fix phase keywords stable
Fri, 20 Jan 2012 12:57:13 -0200 Wagner Bruna phases: fix typo in warning message stable
Fri, 20 Jan 2012 12:04:45 -0200 Wagner Bruna rebase: drop uppercase in abort message stable
Fri, 02 Dec 2011 18:20:32 +0100 Na'Tosha Bard largefiles: add --normal option to hg add (issue3061) stable
Fri, 20 Jan 2012 11:56:12 +0100 Na'Tosha Bard largefiles: fix caching largefiles from an aliased repo (issue3212) stable
Sat, 14 Jan 2012 01:56:27 +0100 Mads Kiilerich run-tests: expand user in --with-hg stable
Fri, 20 Jan 2012 01:24:16 +0100 Mads Kiilerich tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh' stable
Sat, 14 Jan 2012 01:55:50 +0100 Mads Kiilerich tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode stable
Thu, 19 Jan 2012 16:05:01 -0600 Kevin Bullock bookmarks: clarify help for -i/--inactive stable
Fri, 20 Jan 2012 13:19:39 -0200 Wagner Bruna revset: fix typo in message stable
Thu, 19 Jan 2012 14:34:32 -0600 Matt Mackall merge default into stable for 2.1 code freeze stable
Thu, 19 Jan 2012 14:31:05 -0600 Matt Mackall revset: add remote() predicate to lookup remote revisions
Thu, 19 Jan 2012 14:07:48 -0600 Matt Mackall bookmarks: automatically advance bookmark on naked update (BC) (issue2894)
Thu, 19 Jan 2012 11:35:06 -0600 Matt Mackall qimport: back out 2eec74d7ce95
Thu, 19 Jan 2012 16:09:43 +0100 Pierre-Yves David phases: only synchronize on common changeset when push fails
Thu, 19 Jan 2012 15:50:55 +0100 Pierre-Yves David discovery: diet discovery.prepush from non-discovery code
Thu, 19 Jan 2012 11:30:37 +0100 Pierre-Yves David qfinish: set all qfinished patch as draft, not only qbase
Thu, 19 Jan 2012 10:07:13 +0100 Patrick Mezard largefiles: test and simplify empty directory removal in remove
Thu, 19 Jan 2012 02:14:06 +0100 Mads Kiilerich tag: invalidate tag cache immediately after adding new tag (issue3210)
Wed, 18 Jan 2012 17:18:38 +0100 Pierre-Yves David mq: ensure mq changesets are set to secret when no phase data are found
Tue, 17 Jan 2012 02:26:00 +0100 Pierre-Yves David mq: qimporting revision set them to secret
Wed, 18 Jan 2012 16:53:49 +0100 Pierre-Yves David mq: have mq create secret changeset only
Wed, 18 Jan 2012 20:00:48 -0600 Matt Mackall wireproto: refuse to lookup secret csets
Wed, 18 Jan 2012 19:16:01 -0600 Matt Mackall qclone: ignore local qbase if secret
Wed, 18 Jan 2012 18:14:55 -0600 Matt Mackall rebase: only advance phase on successful commit
Wed, 18 Jan 2012 17:23:54 +0100 Pierre-Yves David phases: mechanism to allow extension to alter initial computation of phase
Wed, 18 Jan 2012 17:11:27 +0100 Pierre-Yves David qclone: add a few comment and blank line
Wed, 18 Jan 2012 17:06:59 +0100 Pierre-Yves David mq: turn changeset draft on qfinish (except if qparent is secret)
Wed, 18 Jan 2012 16:52:26 +0100 Pierre-Yves David config: have a way to backup and restore value in config
Tue, 17 Jan 2012 11:08:23 +0100 Alain Leufroy graft: add test to check the phase of new changesets
Tue, 17 Jan 2012 09:12:14 +0100 Alain Leufroy rebase: fix phases movement
Wed, 18 Jan 2012 11:33:14 +0100 Na'Tosha Bard largefiles: cache new largefiles for new heads when pulling
Wed, 18 Jan 2012 14:33:19 +0100 Patrick Mezard largefiles: remove unused lfutil.readhash()
Wed, 18 Jan 2012 14:19:43 +0100 Na'Tosha Bard largefiles: check if largefile could be found when archiving (issue3193)
Wed, 18 Jan 2012 13:41:03 +0100 Na'Tosha Bard largefiles: refactor lfutil.findfiles to be more logical
Tue, 17 Jan 2012 19:10:59 -0500 David M. Carr forget: fix subrepo recursion for explicit path handling
Tue, 17 Jan 2012 19:10:58 -0500 David M. Carr add: fix subrepo recursion for explicit path handling
Tue, 17 Jan 2012 19:10:54 -0500 David M. Carr tests: add subrepo recursion tests for add/forget with explicit paths
Wed, 18 Jan 2012 15:07:15 -0600 Matt Mackall merge with stable
Wed, 18 Jan 2012 14:56:52 -0600 Matt Mackall bookmarks: backout locking change in 12dea4d998ec
Tue, 17 Jan 2012 20:23:23 +0100 Pierre-Yves David changeset_printer: display changeset phase on debug level
Tue, 17 Jan 2012 20:43:41 +0100 Pierre-Yves David phase: report phase movement
Mon, 16 Jan 2012 19:45:35 +0100 Na'Tosha Bard largefiles: correctly handle newly added largefile on other side of merge
Tue, 17 Jan 2012 02:55:55 +0100 Mads Kiilerich rebase: write series file without removed mq patches
Tue, 17 Jan 2012 17:48:59 -0600 Matt Mackall revset: roots needs to be computed on full set
Wed, 18 Jan 2012 16:46:15 +0100 Sune Foldager phases: use nodemap to check for missing nodes
Wed, 18 Jan 2012 14:50:17 +0100 Henrik Stuart repair: move phases code after invalidation code
Tue, 17 Jan 2012 11:29:32 +0100 Patrick Mezard largefiles: remove empty directories upon update (issue3202) stable
Mon, 16 Jan 2012 01:21:30 -0600 Matt Mackall revset: optimize roots and children
Mon, 16 Jan 2012 01:21:22 -0600 Matt Mackall revset: optimize building large lists in formatrevspec
Thu, 08 Dec 2011 16:28:18 +0100 Mads Kiilerich hg-ssh: use shlex for shell-like parsing of SSH_ORIGINAL_COMMAND
Sun, 15 Jan 2012 13:50:12 -0700 Matt Zuba hooks: prioritize run order of hooks
Sun, 15 Jan 2012 18:00:01 -0600 Matt Mackall merge with stable
Wed, 11 Jan 2012 15:53:42 -0500 Jordi Gutiérrez Hermoso merge: report all files in _checkunknown
Fri, 13 Jan 2012 22:16:01 +0100 Pierre-Yves David discovery: fix prepush documentation
Fri, 13 Jan 2012 02:04:16 +0100 Pierre-Yves David phases: simplify phase exchange and movement over pushkey
Fri, 13 Jan 2012 01:42:47 +0100 Pierre-Yves David phases: move phase according what was pushed not only what was added added
Fri, 13 Jan 2012 01:29:03 +0100 Pierre-Yves David revlog: make addgroup returns a list of node contained in the added source
Thu, 12 Jan 2012 01:25:57 +0100 Pierre-Yves David phases: make secret changeset undiscoverable in all case
Wed, 11 Jan 2012 17:26:27 +0100 Pierre-Yves David phases: exclude secret when doing a local clone
Fri, 13 Jan 2012 02:30:43 +0100 Mads Kiilerich bookmarks: primarily use repo lock, not wlock
Fri, 13 Jan 2012 02:29:38 +0100 Mads Kiilerich localrepo: update branchcache in a more reliable way
Fri, 13 Jan 2012 01:19:08 +0100 Mads Kiilerich tests: make qnew in test-mq-caches.t stable
Fri, 13 Jan 2012 01:19:08 +0100 Mads Kiilerich localrepo: remove spurious updatebranchcache return value
Wed, 11 Jan 2012 02:29:56 +0100 Mads Kiilerich mq: only save dirty files once when savedirty is called multiple times
Wed, 11 Jan 2012 02:29:56 +0100 Mads Kiilerich mq: remove early wlock release in qnew
Wed, 11 Jan 2012 02:29:55 +0100 Mads Kiilerich mq: use .invalidate to cancel dirty mq state when cancelling transaction
Wed, 11 Jan 2012 02:29:55 +0100 Mads Kiilerich mq: make qsave implementation more explicit
Wed, 11 Jan 2012 02:28:36 +0100 Mads Kiilerich mq: consistently use boolean values for dirty flags
Wed, 11 Jan 2012 02:28:12 +0100 Mads Kiilerich mq: minor cleanup
Fri, 13 Jan 2012 01:19:07 +0100 Mads Kiilerich tag: lock before tagging
Fri, 13 Jan 2012 01:19:07 +0100 Mads Kiilerich tests: lock before creating transaction in test-filelog
Fri, 13 Jan 2012 01:19:07 +0100 Mads Kiilerich debugbuilddag: lock repo before starting transaction
Fri, 13 Jan 2012 01:19:07 +0100 Mads Kiilerich rebase: take locks in the right order
Wed, 11 Jan 2012 01:56:05 +0100 Mads Kiilerich tests: keep track of all check-code.py warnings
Sun, 15 Jan 2012 13:39:09 +0100 Christian Ebert filectx: typo in comment stable
Sun, 15 Jan 2012 13:37:33 +0100 Christian Ebert keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file stable
Wed, 11 Jan 2012 16:54:29 +0000 Jim Hague bugzilla: make XMLRPC interface support http and https access stable
Fri, 13 Jan 2012 11:29:53 -0600 Matt Mackall merge with stable
Fri, 13 Jan 2012 11:29:40 -0600 Matt Mackall merge with i18n
Thu, 12 Jan 2012 17:50:48 +0700 Andrei Polushin i18n-ru: editorial for 'abort' and 'pipe'
Thu, 12 Jan 2012 02:12:00 +0700 Andrei Polushin i18n-ru: editorial for 'diff'
Thu, 12 Jan 2012 02:02:11 +0700 Andrei Polushin i18n-ru: editorial for 'guard'
Wed, 11 Jan 2012 04:32:48 +0700 Andrei Polushin i18n-ru: vocabulary edited, minor corrections in translations.
Wed, 11 Jan 2012 04:12:11 +0700 Andrei Polushin i18n-ru: using correct abbreviated units for megabytes.
Wed, 11 Jan 2012 18:14:55 +0100 Olav Reinert help: fix column alignment in "hg help" output
Wed, 11 Jan 2012 18:08:25 +0100 Olav Reinert minirst: simplify and standardize field list formatting
Wed, 11 Jan 2012 16:53:51 +0100 Na'Tosha Bard largefiles: correctly download new largefiles when merging
Wed, 11 Jan 2012 15:38:31 +0100 Markus Zapke-Gründemann tests: add htmlcov option
Thu, 12 Jan 2012 14:39:02 -0600 Matt Mackall run-tests: use a list comprehension instead of map
Wed, 11 Jan 2012 15:37:25 +0100 Markus Zapke-Gründemann tests: fix omit path list
Fri, 13 Jan 2012 14:52:47 +0100 Martin Geisler commands: partial backout of fbb68b382040
Fri, 13 Jan 2012 11:53:51 +0100 Martin Geisler phase: add metavar to -r help text
Fri, 13 Jan 2012 11:50:06 +0100 Martin Geisler phase: the REV argument can be repeated
Fri, 13 Jan 2012 11:38:49 +0100 Martin Geisler commands: no need to rename merge and phases on import
Fri, 13 Jan 2012 11:34:09 +0100 Martin Geisler phase: there is actually no -C option
Fri, 13 Jan 2012 11:29:47 +0100 Martin Geisler phase: use standard syntax for command line flags
Fri, 13 Jan 2012 11:26:24 +0100 Martin Geisler phase: fix RST markup (use ``...`` for literal text)
Fri, 13 Jan 2012 11:23:45 +0100 Martin Geisler phase: lowercase option help, rephrase slightly
Thu, 12 Jan 2012 00:49:45 +0900 Yuya Nishihara filectx: fix cmp() of file starting with '\1\n' stable
Wed, 11 Jan 2012 09:27:53 -0600 Matt Mackall merge with stable
Wed, 11 Jan 2012 09:27:37 -0600 Matt Mackall merge with i18n
Wed, 11 Jan 2012 09:26:47 -0600 Matt Mackall merge with i18n stable
Tue, 10 Jan 2012 15:56:33 -0200 Wagner Bruna i18n-pt_BR: synchronized with e6c44dbe902f stable
Tue, 10 Jan 2012 15:48:16 -0200 Wagner Bruna merge with i18n
Mon, 09 Jan 2012 02:32:01 +0700 Andrei Polushin i18n-ru: spellcheck
Mon, 09 Jan 2012 01:12:54 +0700 Andrei Polushin i18n-ru: editorial for vocabulary words.
Sun, 08 Jan 2012 19:16:22 +0700 Andrei Polushin i18n-ru: editorial for hg help hgignore
Wed, 11 Jan 2012 22:18:20 +0800 Steven Brown tests: make {date|age} template output independent of the current date
Wed, 11 Jan 2012 00:27:46 +0100 Pierre-Yves David phases: make outgoing object and discovery aware of exclusion
Mon, 09 Jan 2012 03:47:16 +0100 Pierre-Yves David discovery: introduce outgoing object for result of findcommonoutgoing
Mon, 09 Jan 2012 04:16:00 +0100 Pierre-Yves David commands: make bundle use heads computed by findoutgoing
Mon, 09 Jan 2012 04:15:31 +0100 Pierre-Yves David revlog: improve docstring for findcommonmissing
Wed, 11 Jan 2012 15:51:02 +0100 Martin Geisler commands: bump copyright year
Tue, 10 Jan 2012 16:36:36 -0600 Matt Mackall phase: mark messages for i18n
Tue, 10 Jan 2012 16:36:33 -0600 Matt Mackall phase: fix up help string
Tue, 10 Jan 2012 16:36:32 -0600 Matt Mackall phase: drop reference to working directory phase
Tue, 10 Jan 2012 19:45:35 +0100 Pierre-Yves David phases: add a phases command to display and manipulate phases
Tue, 10 Jan 2012 10:18:19 +0200 Ion Savin annotate: append newline after non newline-terminated file listings
Tue, 10 Jan 2012 13:48:42 -0600 Matt Mackall subrepo: avoid syncing bookmarks twice on clone (issue3191)
Tue, 10 Jan 2012 22:35:25 +0800 Steven Brown revlog: clarify strip docstring "readd" -> "re-add"
Tue, 10 Jan 2012 15:23:49 +0100 Martin Geisler merge with stable
Tue, 10 Jan 2012 15:20:16 +0100 Martin Geisler filesets: use example with quotes for encoding predicate stable
Sat, 07 Jan 2012 17:03:33 +0100 Pierre-Yves David phases: use graph and phase name in exchange test
Fri, 06 Jan 2012 11:20:49 +0100 Pierre-Yves David phases: ``{phase}`` template keyword display the phase name
Thu, 29 Dec 2011 04:40:09 +0100 Pierre-Yves David phases: add a phasestr method on context
Wed, 04 Jan 2012 01:02:16 +0100 Pierre-Yves David phases: add list of string to access phase name
Wed, 04 Jan 2012 01:12:31 +0100 Pierre-Yves David phases: fix phase synchronization on push
Fri, 06 Jan 2012 10:04:20 +0100 Pierre-Yves David phases: implements simple revset symbol
Fri, 06 Jan 2012 09:51:35 +0100 Pierre-Yves David phases: store phase values in constant instead of using raw integer
Mon, 09 Jan 2012 14:56:05 +0100 Mads Kiilerich sslutil: abort properly if no certificate received for https connection
Mon, 09 Jan 2012 14:43:25 +0100 Mads Kiilerich sslutil: work around validator crash getting certificate on failed sockets
Mon, 09 Jan 2012 14:43:24 +0100 Mads Kiilerich sslutil: reorder validator code to make it more readable
Mon, 09 Jan 2012 14:43:24 +0100 Mads Kiilerich sslutil: show fingerprint when cacerts validation fails
Mon, 09 Jan 2012 14:43:23 +0100 Mads Kiilerich sslutil: handle setups without .getpeercert() early in the validator
Mon, 09 Jan 2012 14:43:15 +0100 Mads Kiilerich sslutil: verify that wrap_socket really wrapped the socket
Sun, 08 Jan 2012 17:46:27 +0100 Levi Bard largefiles: remove pasted code
Sun, 08 Jan 2012 17:09:01 +0100 Levi Bard largefiles: add tests for uncovered codepaths (issue3092)
Sun, 08 Jan 2012 17:06:34 +0100 Levi Bard largefiles: add error checking to tags conversion (issue3092)
Sun, 08 Jan 2012 17:03:39 +0100 Levi Bard largefiles: don't reference uninitialized variable (issue3092)
Mon, 09 Jan 2012 20:17:37 -0600 Matt Mackall merge with i18n
Sun, 08 Jan 2012 13:54:36 +0400 Alexander Sauta i18n-ru: synchronized with e251250ac20b
Sun, 08 Jan 2012 03:48:09 +0700 Andrei Polushin i18n-ru: revsets predicates translated
Fri, 06 Jan 2012 00:16:14 +0400 Alexander Sauta i18-ru: debug commands translated
Thu, 05 Jan 2012 02:04:30 +0400 Alexander Sauta i18n-ru: user prompt related strings translated
Thu, 05 Jan 2012 01:00:43 +0400 Alexander Sauta i18n-ru: tanslated record-zeroconf
Mon, 09 Jan 2012 20:16:57 -0600 Matt Mackall merge with stable
Sun, 08 Jan 2012 23:09:35 +0800 Steven Brown rebase: reinstate old-style rev spec support for the source and base (issue3181) stable
Fri, 06 Jan 2012 07:37:59 +0100 Pierre-Yves David dirstate: propagate IOError other than ENOENT when reading branch stable
Fri, 06 Jan 2012 15:05:51 +0100 Olav Reinert mq: Document that qdel requires exact patch identifiers stable
Sun, 08 Jan 2012 15:23:26 +0100 Dan Villiom Podlaski Christiansen canonpath: allow canonicalization of non-existant paths
Sun, 08 Jan 2012 14:33:10 +0100 Dan Villiom Podlaski Christiansen largefiles: factor out a copyalltostore() function
Sat, 07 Jan 2012 19:11:31 +0100 Levi Bard largefiles: add precommit hook to check for inappropriate locking
Sat, 07 Jan 2012 19:05:59 +0100 Levi Bard largefiles: fix inappropriate locking (issue3182)
Sat, 07 Jan 2012 18:43:34 +0100 Na'Tosha Bard largefiles: correctly handle dirstate status when rebasing
Sat, 07 Jan 2012 12:42:54 +0100 Na'Tosha Bard largefiles: implement addremove (issue3064)
Sun, 08 Jan 2012 18:15:54 +0100 Martin Geisler Use explicit integer division
Sun, 08 Jan 2012 17:57:25 +0100 Martin Geisler cvsps: pull function definition out of loop
Sun, 08 Jan 2012 11:23:21 +0100 Levi Bard largefiles: Fix parser warning: redefinition of unused 'node' from line 14
Sun, 08 Jan 2012 14:50:20 +0100 Martin Geisler merge with stable
Sun, 08 Jan 2012 12:35:47 +0100 Na'Tosha Bard largefiles: fix output of hg summary (issue3060) stable
Sun, 08 Jan 2012 11:19:51 +0100 Na'Tosha Bard largefiles: fix confusion upon removal of added largefile (issue3176) stable
Sat, 07 Jan 2012 23:37:19 +0100 Na'Tosha Bard largefiles: remove invalid comment (issue3065)
Sat, 07 Jan 2012 15:35:15 +0100 Na'Tosha Bard largefiles: clean up and shorten test output by using the same log format everywhere
Sat, 07 Jan 2012 15:27:34 +0100 Dan Villiom Podlaski Christiansen largefiles: remove a chunk of commented out code
Fri, 06 Jan 2012 16:27:13 +0100 Martin Geisler Remove FSF mailing address from GPL headers
Fri, 06 Jan 2012 16:16:58 +0100 Martin Geisler dispatch: lowercase abort message
Fri, 06 Jan 2012 11:43:17 +0100 Martin Geisler merge with stable
Fri, 06 Jan 2012 11:15:32 +0100 Martin Geisler commands: add link to addremove in commit help text stable
Thu, 05 Jan 2012 07:26:22 -0800 Kevin Gessner largefiles: display remote errors from putlfile (issue3123) (issue3149)
Thu, 05 Jan 2012 20:35:10 -0600 Matt Mackall cmdutil: simplify duplicatecopies
Thu, 05 Jan 2012 14:14:12 -0600 Matt Mackall hgcia: fix diffstat support
Wed, 04 Jan 2012 17:55:30 -0600 Matt Mackall copies: rewrite copy detection for non-merge users
Wed, 04 Jan 2012 15:48:02 -0600 Matt Mackall copies: split the copies api for "normal" and merge cases (API)
Tue, 03 Jan 2012 17:13:03 -0600 Matt Mackall merge with stable
Mon, 02 Jan 2012 19:30:28 -0600 Augie Fackler progress: Use the same GPL boilerplate as most hg files
Mon, 02 Jan 2012 19:30:21 -0600 Augie Fackler color: Use the same GPL boilerplate as most hg files
Tue, 03 Jan 2012 17:09:26 -0600 Matt Mackall tests: patch up silly new year's bug stable
Mon, 26 Dec 2011 15:01:06 +0100 Mads Kiilerich encoding: use hint markup for "please check your locale settings"
Mon, 26 Dec 2011 15:30:43 +0100 Mads Kiilerich tests: make simple single quotes work with dummyssh on windows
Mon, 26 Dec 2011 16:54:43 +0100 Mads Kiilerich tests: ensure platform independent revision hashes in test-notify.t
Mon, 26 Dec 2011 16:57:14 +0100 Mads Kiilerich tests: ignore slash direction in paths in test-notify-changegroup.t
Tue, 03 Jan 2012 15:48:58 -0600 Matt Mackall grep: make multiline mode the default (BC) stable
Mon, 02 Jan 2012 20:52:16 -0600 Steve Borho wix: add map-commandline.bisect stable
Sun, 01 Jan 2012 14:06:24 -0600 Matt Mackall merge with stable
Sun, 01 Jan 2012 13:46:50 -0600 Matt Mackall Added signature for changeset 634404392449 stable
Sun, 01 Jan 2012 13:46:46 -0600 Matt Mackall Added tag 2.0.2 for changeset 634404392449 stable
Sun, 01 Jan 2012 14:05:03 -0600 Matt Mackall merge with stable
Sun, 01 Jan 2012 13:37:44 -0600 Matt Mackall merge with i18n
Sun, 01 Jan 2012 13:37:30 -0600 Matt Mackall merge with i18n stable 2.0.2
Sun, 01 Jan 2012 19:45:06 +0400 Alexander Sauta i18n-ru: translated commands output up to the end
Sat, 31 Dec 2011 21:54:14 +0300 Alexander Sauta i18n-ru: added missing strings in Mercurial help
Sat, 31 Dec 2011 15:23:05 +0900 FUJIWARA Katsunori i18n-ja: synchronized with be3173353094 stable
Fri, 30 Dec 2011 23:18:19 +0300 Alexander Sauta i18n-ru: translated missing commands output up to line 13868
Mon, 26 Dec 2011 22:05:48 +0300 Alexander Sauta i18n-ru: synchronized with 9cf1620e1e75, translated patchbomb
Fri, 30 Dec 2011 00:54:36 -0200 Wagner Bruna i18n-pt_BR: synchronized with 5a20115e7397 stable
Fri, 30 Dec 2011 17:04:36 -0600 Matt Mackall merge with stable
Fri, 30 Dec 2011 15:47:58 -0600 Matt Mackall convert: improve exception reporting for SVN logstream stable
Fri, 30 Dec 2011 15:07:05 -0600 Matt Mackall fetch: fix unneeded commit when no merge attempted (issue2847) stable
Fri, 30 Dec 2011 14:31:59 -0600 Matt Mackall fetch: patch cornercase in children calculation (issue2773) stable
Thu, 29 Dec 2011 14:45:18 -0600 Matt Mackall merge with stable
Thu, 29 Dec 2011 14:44:30 -0600 Matt Mackall merge with i18n stable
Thu, 29 Dec 2011 16:10:53 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 32a6e00e4cfe stable
Thu, 29 Dec 2011 14:02:18 -0600 Matt Mackall rollback: clarify --force text (issue3175) stable
Wed, 28 Dec 2011 00:01:48 +0100 Michal Sznajder largefiles: clarify help when options are ignored until first add is done stable
Tue, 27 Dec 2011 00:11:22 +0100 Pierre-Yves David phases: prevent rebase to rebase immutable changeset.
Mon, 26 Dec 2011 13:48:31 +0100 Pierre-Yves David phases: on copy clone, do not copy phases data if repote is publishing
Mon, 26 Dec 2011 13:47:37 +0100 Pierre-Yves David phases: copy phases data on local clone
Tue, 27 Dec 2011 23:56:20 +0100 Michal Sznajder largefiles: tiny code clean up
Wed, 21 Dec 2011 18:20:15 +0100 Laurens Holst context: add isbinary function
Tue, 27 Dec 2011 21:12:09 +0100 Pierre-Yves David rebase: add a "D" short option for detach
Tue, 27 Dec 2011 20:45:46 +0100 Pierre-Yves David rebase: allow --detach when --rev is used
Mon, 26 Dec 2011 18:08:20 -0600 Matt Mackall merge with stable
Mon, 26 Dec 2011 18:07:49 -0600 Matt Mackall merge with i18n
Sun, 25 Dec 2011 19:49:14 +0300 Alexander Sauta i18n-ru: translated notify, pager
Mon, 19 Dec 2011 22:40:59 +0300 Alexander Sauta i18n-ru: translated inotify, interhg; skipped strings added
Sun, 18 Dec 2011 22:54:43 +0300 Alexander Sauta i18n-ru: translated convert messages
Sun, 18 Dec 2011 01:05:52 +0300 Alexander Sauta i18n-ru: translated bugzilla
Sat, 17 Dec 2011 20:21:52 +0300 Alexander Sauta i18n-ru: synchronized with d976b1ef6760
Sat, 24 Dec 2011 19:16:36 +0900 FUJIWARA Katsunori icasefs: add test for case preservation on case insensitive filesystem
Sun, 25 Dec 2011 20:35:16 +0900 FUJIWARA Katsunori i18n: use "encoding.lower()" to normalize string in hgweb search query
Sun, 25 Dec 2011 20:35:16 +0900 FUJIWARA Katsunori i18n: use "encoding.lower()" to normalize specified string for revset
Sun, 25 Dec 2011 20:35:16 +0900 FUJIWARA Katsunori i18n: use "encoding.lower()" to normalize specified keywords for log searching
Sun, 25 Dec 2011 20:32:48 +0900 FUJIWARA Katsunori win32mbcs: allow win32mbcs extension to be enabled on cygwin platform
Sat, 24 Dec 2011 19:05:35 +0900 FUJIWARA Katsunori windows: use normalized path as path to subrepo stable
Sat, 24 Dec 2011 19:05:25 +0900 FUJIWARA Katsunori windows: use normalized path to check repository nesting stable
Sat, 24 Dec 2011 19:01:07 +0900 FUJIWARA Katsunori windows: force specified path to be audited in localpath form stable
Sat, 24 Dec 2011 00:52:06 +0900 FUJIWARA Katsunori icasefs: rewrite comment to explain situtation precisely
Sat, 24 Dec 2011 00:51:14 +0900 FUJIWARA Katsunori icasefs: follow standard cache look up pattern
Sat, 24 Dec 2011 00:50:56 +0900 FUJIWARA Katsunori icasefs: disuse length check against un-normcase()-ed filenames
Thu, 22 Dec 2011 15:56:27 -0600 Matt Mackall merge with stable
Thu, 22 Dec 2011 15:56:17 -0600 Matt Mackall merge with i18n
Wed, 21 Dec 2011 11:48:18 +0200 Fabian Kreutz i18n-de: Translations and fixes until line 6000; more annotations
Mon, 19 Dec 2011 14:11:37 +0200 Fabian Kreutz i18n-de: New translations, mostly largefiles extension
Thu, 22 Dec 2011 00:42:25 +0100 Pierre-Yves David phases: do not exchange secret changesets
Thu, 22 Dec 2011 00:40:46 +0100 Pierre-Yves David phases: test the new-commit option and proper inheritence of phase
Fri, 16 Dec 2011 21:21:08 +0900 FUJIWARA Katsunori cygwin: add cygwin specific normcase logic
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid path-absoluteness/existance check in util.fspath() for efficiency
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: retry directory scan once for already invalidated cache
Thu, 29 Sep 2011 17:20:04 +0200 Angel Ezquerra push: propagate --new-branch and --ssh options when pushing subrepos
Wed, 21 Dec 2011 23:56:15 +0100 Pierre-Yves David phases: implement ``phase()`` and ``hidden()`` method for workingctx
Tue, 20 Dec 2011 01:31:25 +0100 Pierre-Yves David Add a phases.new-commit option to control minimal phase of new commit
Tue, 20 Dec 2011 01:34:12 +0100 Pierre-Yves David phases: update doc to mention secret phase
Wed, 21 Dec 2011 23:47:18 +0100 Pierre-Yves David phases: prevent mq to qimport immutable change.
Mon, 19 Dec 2011 23:31:38 +0100 Pierre-Yves David phases: add a mutable boolean property on context
Tue, 20 Dec 2011 20:36:40 +0100 Laurens Holst ignore: add files present in the hackable-hg windows distribution
Tue, 20 Dec 2011 14:11:14 -0600 Kevin Bullock graft: use consistent language in help stable
Wed, 21 Dec 2011 14:36:08 -0600 Matt Mackall merge with stable
Tue, 20 Dec 2011 11:43:38 -0600 Matt Mackall largefiles: copy files in binary mode (issue3164) stable
Thu, 15 Dec 2011 16:41:03 -0500 Alistair Bell diff: when diffing a revision with a deleted subrepo, maintain the node context (issue3153) stable
Mon, 19 Dec 2011 11:37:44 +0100 Pierre-Yves David phases: add a function to compute visible heads
Sun, 18 Dec 2011 23:16:46 +0100 Pierre-Yves David phases: Add a third phase for secret changeset
Mon, 19 Dec 2011 11:29:39 +0100 Pierre-Yves David phases: fix advanceboundary behavior when targetphase !=0
Sun, 18 Dec 2011 23:15:12 +0100 Pierre-Yves David phases: add a bit more test for local phase movement.
Mon, 19 Dec 2011 14:04:33 -0600 Matt Mackall merge with stable
Mon, 19 Dec 2011 14:04:26 -0600 Matt Mackall merge with i18n
Mon, 19 Dec 2011 14:04:09 -0600 Matt Mackall merge with i18n stable
Mon, 19 Dec 2011 13:02:30 +0100 Martin Schröder i18n-de: several new translations
Fri, 16 Dec 2011 10:47:17 -0200 Wagner Bruna merge with i18n stable
Fri, 16 Dec 2011 10:43:18 -0200 Wagner Bruna i18n-pt_BR: synchronized with dc5d1394ecd1 stable
Fri, 16 Dec 2011 10:44:08 -0200 Wagner Bruna merge with i18n
Fri, 16 Dec 2011 10:13:46 +0300 Alexander Sauta i18n-ru: translated purge, progress, rebase
Wed, 14 Dec 2011 02:27:55 +0700 Andrei Polushin i18n-ru: editing for 'push' and 'pull'
Wed, 14 Dec 2011 01:56:57 +0700 Andrei Polushin i18n-ru: editing for 'commit'
Wed, 14 Dec 2011 00:48:54 +0700 Andrei Polushin i18n-ru: editing for 'directory'
Wed, 14 Dec 2011 00:43:31 +0700 Andrei Polushin i18n-ru: editing for 'remote'
Tue, 13 Dec 2011 22:55:43 +0700 Andrei Polushin i18n-ru: editing for 'repository'
Tue, 13 Dec 2011 01:51:08 +0700 Andrei Polushin i18n-ru: editing for 'store' (largefiles concept)
Tue, 13 Dec 2011 01:40:30 +0700 Andrei Polushin i18n-ru: editing for 'branch'
Tue, 13 Dec 2011 01:11:46 +0700 Andrei Polushin i18n-ru: spellcheck
Mon, 12 Dec 2011 00:03:26 +0300 Alexander Sauta i18n-ru: glossary synchronized with wiki, still requires fixing
Sun, 11 Dec 2011 23:28:57 +0300 Alexander Sauta i18n-ru: mq translated
Thu, 08 Dec 2011 20:12:56 +0300 Alexander Sauta i18n-ru: largefiles strings fixed
Fri, 16 Dec 2011 19:05:59 -0600 Matt Mackall merge with stable
Fri, 16 Dec 2011 21:21:27 +0900 FUJIWARA Katsunori merge: check filename case collision between changesets for branch merging stable
Fri, 16 Dec 2011 21:09:41 +0900 FUJIWARA Katsunori i18n: use encoding.lower/upper for encoding aware case folding stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori windows: use upper() instead of lower() or os.path.normcase() stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid normcase()-ing in util.fspath() for efficiency stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: use util.normcase() instead of lower() or os.path.normcase in fspath stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori dirstate: prevent useless util.fspath() invocation for '.' stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: consider as case sensitive if there is no counterevidence, for safety stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori pathauditor: switch normcase logic according to case sensitivity of filesystem stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori pathauditor: preserve case in abort messages stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori pathauditor: use normcase()-ed path for audit result cache stable
Fri, 09 Dec 2011 17:35:00 +0100 Martin Geisler largefiles: handle merges between normal files and largefiles (issue3084) stable
Wed, 14 Dec 2011 15:41:08 +0100 David Soria Parra progress: check for ui.quiet and ui.debugflag before we write stable
Fri, 16 Dec 2011 18:23:15 -0600 Matt Mackall changelog: handle decoding of NULs in extra more carefully (issue3156) stable
Thu, 15 Dec 2011 16:50:21 -0600 Matt Mackall merge with stable
Thu, 15 Dec 2011 23:08:09 +0100 Pierre-Yves David phases: change publish behavior to only alter behavior when server.
Thu, 15 Dec 2011 13:19:43 -0500 Kevin Gessner largefiles: don't require a user cache (issue3088) (issue3155) stable
Thu, 15 Dec 2011 15:27:11 -0600 Matt Mackall util: don't mess with builtins to emulate buffer()
Thu, 15 Dec 2011 14:59:22 -0600 Matt Mackall util: clean up function ordering
Thu, 15 Dec 2011 14:37:36 -0600 Matt Mackall merge with stable
Thu, 15 Dec 2011 13:57:54 +0100 Nikolaus Schueler notify: change behavior of "changegroup" hook
Thu, 15 Dec 2011 16:23:26 +0100 Na'Tosha Bard largefiles: optimize status when files are specified (issue3144)
Mon, 12 Dec 2011 15:16:58 +0100 Pierre-Yves David wireproto: handle other server output in pushkey
Thu, 15 Dec 2011 11:45:01 +0100 Pierre-Yves David phases: exchange phase boundaries on push
Thu, 15 Dec 2011 11:28:42 +0100 Pierre-Yves David phases: exchange phase boundaries on pull
Thu, 15 Dec 2011 02:18:24 +0100 Pierre-Yves David phases: add a function to compute heads from root
Thu, 15 Dec 2011 11:24:26 +0100 Pierre-Yves David phases: add basic pushkey support
Wed, 26 Oct 2011 14:30:43 +0200 Pierre-Yves David phases: update exchange test to include node hash.
Thu, 15 Dec 2011 11:57:33 +0100 Pierre-Yves David phases: add a phases.publish option
Mon, 12 Dec 2011 11:54:22 -0600 Augie Fackler zsh completion: add support for qfinish
Thu, 15 Dec 2011 14:24:38 -0600 Matt Mackall merge with crew
Thu, 15 Dec 2011 14:24:29 -0600 Matt Mackall merge with i18n
Sat, 10 Dec 2011 20:48:33 +0200 Fabian Kreutz i18n-de: Error reported by Mathias Goldau and commit msg shortened
Sat, 10 Dec 2011 20:22:33 +0200 Fabian Kreutz i18n-de: mostly update fuzzies
Thu, 08 Dec 2011 00:05:24 +0300 Alexander Sauta i18n-ru: eol, fetch, color, LargeFiles, gpg, keywords translated
Fri, 18 Nov 2011 21:19:05 +0300 Alexander Sauta i18n-ru: glossary added, acl translation fixed
Thu, 10 Nov 2011 22:05:02 +0100 Andrey Somov i18n-ru: update translation
Mon, 12 Dec 2011 17:10:19 +0900 FUJIWARA Katsunori icasefs: use util.normcase() instead of str.lower() or os.path.normpath() stable
Thu, 15 Dec 2011 16:26:33 +0100 Martin Geisler merge with stable
Thu, 15 Dec 2011 16:18:10 +0100 Martin Geisler test-subrepo: test for Issue3153 stable
Wed, 14 Dec 2011 12:28:00 -0200 Renato Cunha diff: don't crash when diffing a revision with a deleted subrepo (issue3153) stable
Thu, 15 Dec 2011 11:13:38 +0100 Martin Geisler status: add missing ":" to help text stable
Sat, 10 Dec 2011 18:40:05 +0100 Martin Geisler dispatch: remove extra newline
Fri, 09 Dec 2011 14:14:30 +0200 Ion Savin annotate: show full changeset hash when invoked with --debug and -c
Fri, 09 Dec 2011 17:58:12 +0100 Martin Geisler merge with stable
Fri, 09 Dec 2011 17:34:58 +0100 Martin Geisler largefiles: fix 'hg status' abort after merge stable
Fri, 09 Dec 2011 17:34:57 +0100 Martin Geisler largefiles: use lfutil functions
Fri, 09 Dec 2011 17:34:56 +0100 Martin Geisler largefiles: fix indentation
Wed, 07 Dec 2011 16:25:51 +0100 Martin Geisler largefiles: remove pre-1.7 compatibility code
Fri, 09 Dec 2011 17:34:53 +0100 Martin Geisler merge: make debug output easier to read
Fri, 09 Dec 2011 15:50:33 +0100 Thomas Arendsen Hein sshrepo: add more safe characters (issue2983)
Thu, 08 Dec 2011 16:01:44 -0600 Matt Mackall merge with stable
Thu, 08 Dec 2011 16:39:00 +0100 Mads Kiilerich sshrepo: don't quote obviously safe strings (issue2983)
Wed, 16 Nov 2011 15:29:57 -0600 Kevin Bullock bookmarks: update and updatecurrentbookmark return status
Wed, 07 Dec 2011 11:23:13 -0600 Kevin Bullock bookmarks: clarify help for use of merge and update
Wed, 07 Dec 2011 11:23:01 -0600 Kevin Bullock merge: make 'nothing to merge' aborts consistent
Wed, 07 Dec 2011 11:22:57 -0600 Kevin Bullock merge: remove excess creation of changectx
Wed, 07 Dec 2011 12:56:44 +0100 Na'Tosha Bard largefiles: optimize performance of status on largefiles repos (issue3136)
Tue, 06 Dec 2011 15:50:28 +0100 Olav Reinert Describe all files related to the standard commands. stable
Thu, 08 Dec 2011 14:32:44 -0600 Matt Mackall branch: warn on branching stable
Wed, 07 Dec 2011 16:19:39 -0600 Matt Mackall bookmarks: mark divergent bookmarks with book@pathalias when source in [paths]
Tue, 06 Dec 2011 14:17:33 -0600 Matt Mackall bookmarks: shadow divergent bookmarks of foo with foo@n
Tue, 06 Dec 2011 13:21:45 +0100 Christian Ebert help: properly underline annotate config heading
Mon, 05 Dec 2011 17:48:40 -0600 Matt Mackall merge with stable
Mon, 05 Dec 2011 17:09:11 -0600 Matt Mackall branch: move note about permanence to the top, add 'global' stable
Sun, 04 Dec 2011 18:22:25 +0100 Patrick Mezard util: fix url.__str__() for windows file URLs stable
Fri, 02 Dec 2011 21:38:57 -0200 Wagner Bruna convert: tolerate trailing spaces on map files stable
Fri, 02 Dec 2011 16:50:48 +0100 Patrick Mezard test-svn-subrepo: fix reference output for svn 1.7 stable
Fri, 02 Dec 2011 18:36:32 +0100 Patrick Mezard convert: simplify getargmax() with propertycache
Fri, 02 Dec 2011 17:38:07 +0100 Patrick Mezard convert/svn: update svn working copy only when necessary
Thu, 01 Dec 2011 17:39:30 -0500 Greg Ward rollback: always call destroyed() (regression from 1.9) stable
Thu, 01 Dec 2011 15:57:10 -0600 Matt Mackall merge with stable
Thu, 01 Dec 2011 15:55:37 -0600 Matt Mackall Added signature for changeset 195dbd1cef0c stable
Thu, 01 Dec 2011 15:55:34 -0600 Matt Mackall Added tag 2.0.1 for changeset 195dbd1cef0c stable
Thu, 01 Dec 2011 15:51:36 -0600 Matt Mackall alias: shortcut command matching show shadowing works properly (issue3104) stable 2.0.1
Thu, 01 Dec 2011 20:42:24 +0100 Patrick Mezard convert/svn: fix URL quoting issue with svn 1.7 stable
Wed, 30 Nov 2011 15:11:00 +0100 Na'Tosha Bard largefiles: fix rename (issue3093) stable
Thu, 01 Dec 2011 14:17:17 +0100 Sune Foldager bundlerepo: don't write branch cache to disk stable
Thu, 01 Dec 2011 01:42:03 -0600 Matt Mackall merge with stable
Wed, 30 Nov 2011 22:43:24 -0600 Matt Mackall revset: balance %l or-expressions (issue3129) stable
Wed, 30 Nov 2011 17:17:06 -0600 Matt Mackall merge with stable
Wed, 30 Nov 2011 17:16:43 -0600 Matt Mackall merge with i18n stable
Tue, 29 Nov 2011 12:40:26 -0200 Wagner Bruna i18n-pt_BR: synchronized with 10a4fab20ed9 stable
Wed, 30 Nov 2011 17:15:39 -0600 Matt Mackall merge with stable
Fri, 04 Nov 2011 10:18:40 +0100 Arne Babenhauserheide clone: get all bookmarks before updating
Wed, 30 Nov 2011 16:53:44 -0600 Matt Mackall lock: change name of release chain
Wed, 30 Nov 2011 16:20:07 -0600 Matt Mackall localrepo: remove asserts in _afterlock
Wed, 30 Nov 2011 15:36:55 -0600 Matt Mackall localrepo: rename _postrelease to _afterlock
Wed, 30 Nov 2011 15:33:44 -0600 Matt Mackall addchangegroup: ony queue hooks when we have changesets
Mon, 28 Nov 2011 01:32:13 +0100 Pierre-Yves David addchangegroup: remove the lock argument on the addchangegroup methods
Mon, 28 Nov 2011 01:18:15 +0100 Pierre-Yves David addchangegroup: use a postrelease callback to call changegroup hook
Mon, 28 Nov 2011 15:05:26 +0100 Pierre-Yves David lock: add mechanism to register post release callback
Tue, 29 Nov 2011 19:51:35 +0100 Benoit Allard diff: '\ No newline at end of file' is also not part of the header stable
Sat, 26 Nov 2011 00:10:31 +0100 Mads Kiilerich ssh: quote remote paths (issue2983)
Sat, 26 Nov 2011 00:10:12 +0100 Mads Kiilerich id: add command line options for handling ssh and https urls
Thu, 24 Nov 2011 17:54:50 +0900 FUJIWARA Katsunori largefiles: use "ui.configlist()" to get largefiles.patterns configuration stable
Thu, 24 Nov 2011 11:38:16 +0100 Patrick Mezard status: support revsets with --change
Fri, 25 Nov 2011 02:11:12 +0100 Mads Kiilerich merge with stable
Fri, 25 Nov 2011 02:09:48 +0100 Mads Kiilerich largefiles: avoid use of uinitialized variable in case of errors stable
Fri, 25 Nov 2011 02:09:45 +0100 Mads Kiilerich tests: remove unstable debugstate output in test-largefiles.t stable
Thu, 24 Nov 2011 18:22:45 +0100 Martin Geisler largefiles: simplify lfutil.writehash
Thu, 24 Nov 2011 18:22:44 +0100 Martin Geisler merge with stable
Thu, 24 Nov 2011 18:13:18 +0100 Martin Geisler largefiles: copy files into .hg/largefiles atomically stable
Thu, 24 Nov 2011 18:12:13 +0100 Martin Geisler largefiles: write .hg/largefiles/ files atomically stable
Thu, 24 Nov 2011 18:11:43 +0100 Martin Geisler largefiles: add comment about non-atomic working directory stable
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: use an alias to make msys 'pwd' return paths with forward slashes
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: skip cvs tests with msys on windows
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: introduce 'hghave msys' to skip tests that would fail because of msys
Wed, 23 Nov 2011 16:35:17 -0600 Matt Mackall merge with stable
Wed, 23 Nov 2011 16:25:44 -0600 Matt Mackall convert: handle trailing slashes in filemap better (issue3124) stable
Wed, 23 Nov 2011 14:24:56 -0800 Matt Mackall tests: remove test-casecollision-i18n.t stable
Wed, 23 Nov 2011 14:22:37 -0800 Matt Mackall posix: fix HFS+ percent-encoding folding stable
Wed, 23 Nov 2011 02:44:11 +0100 Mads Kiilerich mail: use quoted-printable for mime encoding to avoid too long lines (issue3075)
Wed, 23 Nov 2011 02:36:33 +0100 Mads Kiilerich notify: add option for writing to mbox
Wed, 23 Nov 2011 02:11:24 +0100 Mads Kiilerich mail: mbox handling as a part of mail handling, refactored from patchbomb
Wed, 23 Nov 2011 02:09:38 +0100 Mads Kiilerich patchbomb: minor refactoring of mbox functionality, preparing for move
Wed, 23 Nov 2011 03:14:24 +0100 Mads Kiilerich tests: run check-code with warnings and maintain a whitelist
Wed, 23 Nov 2011 02:50:58 +0100 Mads Kiilerich tests: convert test-check-code-hg.py to .t
Wed, 23 Nov 2011 01:20:32 +0000 Christian Ebert test-keyword: use inline doctest syntax
Tue, 22 Nov 2011 17:34:22 -0600 Matt Mackall merge with stable
Tue, 22 Nov 2011 19:56:26 +0100 Mads Kiilerich tests: test-largefiles.t should not try to escape from $TESTTMP stable
Tue, 22 Nov 2011 19:52:23 +0100 Mads Kiilerich largefiles: file storage should be relative to repo, not relative to cwd stable
Tue, 22 Nov 2011 12:06:42 -0600 Augie Fackler clone: don't save user's password in .hg/hgrc (Issue3122) stable
Tue, 22 Nov 2011 17:26:32 -0600 Matt Mackall posix: add extended support for OS X path folding stable
Tue, 22 Nov 2011 17:26:31 -0600 Matt Mackall dirstate: use util.normcase to build foldmap stable
Tue, 22 Nov 2011 18:16:59 +0100 Martin Geisler merge with stable
Tue, 22 Nov 2011 17:51:43 +0100 Martin Geisler largefiles: fix 'hg clone . ../foo' OSError abort stable
Tue, 22 Nov 2011 01:37:26 +0100 Mads Kiilerich tests: test-patchbomb.t cleanup
Tue, 22 Nov 2011 01:37:26 +0100 Mads Kiilerich tests: show actual output in test-patchbomb.t
Tue, 22 Nov 2011 01:37:26 +0100 Mads Kiilerich tests: test findexe() access check fixed in 58f96703a9ab
Tue, 22 Nov 2011 01:37:26 +0100 Mads Kiilerich check-code: fix return code initialization
Mon, 21 Nov 2011 13:11:17 -0600 Matt Mackall merge with stable
Mon, 21 Nov 2011 00:39:32 +0100 Mads Kiilerich tests: make test-commandserver.py independent of line ending and slash direction
Mon, 21 Nov 2011 00:39:32 +0100 Mads Kiilerich tests: make test-commandserver.py output readable
Mon, 21 Nov 2011 00:39:32 +0100 Mads Kiilerich tests: 'hghave unix-permissions' for test-import.t
Mon, 21 Nov 2011 00:39:32 +0100 Mads Kiilerich tests: skip color test on platforms without tic
Sun, 20 Nov 2011 23:09:32 +0100 Mads Kiilerich update: don't clobber untracked files with wrong casing stable
Sun, 20 Nov 2011 16:07:07 -0600 Matt Mackall merge with i18n
Sun, 20 Nov 2011 16:06:51 -0600 Matt Mackall merge with i18n stable
Fri, 18 Nov 2011 10:21:56 -0200 Wagner Bruna i18n-pt_BR: synchronized with 00276525e2b7 stable
Sun, 20 Nov 2011 16:06:18 -0600 Matt Mackall merge with stable
Fri, 18 Nov 2011 01:32:28 +0100 Mads Kiilerich help: Backed out changeset e99facd2cd2a, description of file urls stable
Sun, 20 Nov 2011 15:29:55 -0600 Matt Mackall revset: follow(nosuchfile) should give an empty set (issue3114) stable
Fri, 11 Nov 2011 11:11:11 +1111 Eric Roshan Eisner subrepo: fix git status false positive (issue3109) stable
Fri, 18 Nov 2011 14:23:03 +0100 Patrick Mezard mdiff: replace wscleanup() regexps with C loops
Fri, 18 Nov 2011 14:16:47 +0100 Patrick Mezard mdiff: split lines in allblocks() only when necessary
Fri, 18 Nov 2011 12:04:31 +0100 Patrick Mezard annotate: support diff whitespace filtering flags (issue3030)
Sun, 20 Nov 2011 19:14:36 +0100 Pascal Quantin setup: fix py2exe generation broken by c3a6ec304055 (issue3116)
Fri, 18 Nov 2011 12:01:04 +0100 Patrick Mezard mdiff: make diffblocks() return all blocks, matching and changed
Fri, 18 Nov 2011 11:53:38 +0100 Patrick Mezard mdiff: extract blocks whitespace normalization in diffblocks()
Thu, 17 Nov 2011 23:02:18 -0600 Matt Mackall merge with crew
Thu, 17 Nov 2011 23:01:58 -0600 Matt Mackall setup: backout 8504699d1aa6
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: don't use stdout redirection for test data
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: hide 'No such file or directory' messages
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: add missing '(glob)'s to match '\' in paths in test output on windows
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: add 'hghave system-sh' to skip tests on windows
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: launch hghave with python interpreter without relying on hash-bang
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: use the specified shell for running old fashioned sh tests
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: add missing 'hghave unix-permissions'
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: remove hacks for testing if file or directory exists
Wed, 16 Nov 2011 03:45:06 +0100 Mads Kiilerich tests: don't leave temporary directories without write permission behind
Thu, 17 Nov 2011 16:53:17 -0600 Matt Mackall merge with stable
Wed, 16 Nov 2011 08:34:36 +0100 Thomas De Schampheleire hook: flush stdout before redirecting to stderr stable
Wed, 16 Nov 2011 12:53:10 +0100 Patrick Mezard import: fix parent selection when importing merges stable
Mon, 14 Nov 2011 18:16:01 +0100 Patrick Mezard patch: simplify hunk extents parsing
Sun, 13 Nov 2011 21:37:14 +0100 Patrick Mezard diff: --ignore-blank-lines was too enthusiastic stable
Sat, 12 Nov 2011 14:00:25 +0100 Stefano Tortarolo graft: disallow grafting grafted csets in specific situations (issue3091) stable
Sat, 12 Nov 2011 11:23:52 +0100 Stefano Tortarolo graft: use revs to make tests more readable stable
Sat, 12 Nov 2011 13:15:40 +0100 Stefano Tortarolo graft: preserve original source in subsequent grafts stable
Sun, 13 Nov 2011 00:29:26 +0000 Dmitry Panov makedate: wrong timezone offset if DST rules changed this year (issue2511) stable
Thu, 17 Nov 2011 15:44:37 -0600 Marc-Antoine Ruel posix: fix findexe() to check for file type and access
Tue, 15 Nov 2011 02:44:55 +0100 Mads Kiilerich forget: use forward slashes for internal paths
Fri, 11 Nov 2011 01:25:47 +0100 Mads Kiilerich check-code: add --nolineno option for hiding line numbers
Wed, 16 Nov 2011 18:04:19 -0600 Matt Mackall merge: give a special message for internal:merge failure (issue3105)
Sat, 12 Nov 2011 02:08:01 +0100 Simon Heimberg setup: raise when executing with python3 without c2to3 argument
Wed, 16 Nov 2011 17:55:32 -0600 Marc-Antoine Ruel posix: fix findexe() to check for file type and access stable
Tue, 15 Nov 2011 02:16:30 +0100 Mads Kiilerich subrepo: use correct paths for subrepos with ..-relative paths on windows stable
Fri, 11 Nov 2011 01:07:10 +0100 Mads Kiilerich add missing localization markup stable
Wed, 16 Nov 2011 00:10:56 +0100 Mads Kiilerich url: handle file://localhost/c:/foo "correctly" stable
Wed, 16 Nov 2011 00:10:52 +0100 Mads Kiilerich help: it is 'file://localhost/', not 'file://local/' stable
Sun, 21 Aug 2011 15:23:43 +0200 Simon Heimberg setup: support executing with python3 including 2to3
Tue, 01 Nov 2011 20:13:53 +0100 Simon Heimberg setup: hgbuildmo inherits from Command
Sat, 12 Nov 2011 02:07:55 +0100 Simon Heimberg setup: make script executable with python3
Wed, 17 Aug 2011 08:55:01 -0500 Kevin Bullock bookmark: remove excess creation of changectx's
Wed, 17 Aug 2011 08:49:40 -0500 Kevin Bullock bookmark: same order for options and code
Tue, 15 Nov 2011 14:33:06 -0600 Matt Mackall merge with stable
Tue, 15 Nov 2011 14:25:11 -0600 Matt Mackall dirstate: fix case-folding identity for traditional Unix stable
Tue, 15 Nov 2011 17:16:17 +0100 Thomas Arendsen Hein convert/bzr: fix test of divergent nested renames for bzr 1.x stable
Fri, 11 Nov 2011 00:22:02 +0100 Pierre-Yves David phases: set common changeset to public on pull
Fri, 11 Nov 2011 00:21:17 +0100 Pierre-Yves David phases: mark content pushed as public in local repo on push
Fri, 11 Nov 2011 00:19:00 +0100 Pierre-Yves David phases: marked content of a changegroup as published
Fri, 11 Nov 2011 00:15:22 +0100 Pierre-Yves David phases: set new commit in 1-phase
Fri, 11 Nov 2011 00:16:53 +0100 Pierre-Yves David phases: add retractboundary function to move boundary backward
Thu, 10 Nov 2011 01:09:15 +0100 Pierre-Yves David phases: rename moveboundary into advance boundary
Thu, 10 Nov 2011 01:08:08 +0100 Pierre-Yves David phases: remove underbar into target_phase argument
Thu, 10 Nov 2011 17:06:30 -0600 Matt Mackall merge with stable
Thu, 10 Nov 2011 17:06:12 -0600 Matt Mackall tests: fix trailing whitespace stable
Thu, 10 Nov 2011 15:55:26 -0600 Matt Mackall merge with stable
Thu, 10 Nov 2011 15:40:34 -0600 Matt Mackall mq: add a warning about uncommitted changes for qfinish
Thu, 10 Nov 2011 15:08:51 -0600 Matt Mackall hgweb: add hint about finding library path with debuginstall stable
Wed, 09 Nov 2011 19:46:51 -0500 David M. Carr forget: support forgetting explicit paths in subrepos
Wed, 09 Nov 2011 19:46:49 -0500 David M. Carr tests: add test for behavior of forget for explicit path in subrepo
Fri, 11 Nov 2011 02:33:01 +0900 FUJIWARA Katsunori largefiles: treat status of cache missed largefiles as "missing" correctly stable
Thu, 10 Nov 2011 11:00:27 -0600 Matt Mackall merge with stable
Thu, 10 Nov 2011 11:00:02 -0600 Matt Mackall merge with i18n stable
Tue, 08 Nov 2011 17:09:48 +0100 Stefano Tortarolo rebase: ensure target is not taken as external (issue3085) stable
Thu, 10 Nov 2011 10:59:03 -0600 Matt Mackall merge with i18n
Wed, 09 Nov 2011 19:01:10 +0100 Martin Geisler i18n: merge with stable
Wed, 09 Nov 2011 18:58:17 +0100 Martin Geisler i18n-da: add new strings from Mercurial 2.0 stable
Wed, 09 Nov 2011 18:26:54 +0100 Martin Geisler i18n-ru: fix translation of --logfile (issue3095) stable
Sun, 06 Nov 2011 23:35:33 +0100 Stefano Tortarolo rebase: treat nullmerge as a special case in rebasestate (issue3046) stable
Tue, 08 Nov 2011 21:31:39 +0100 Stefano Tortarolo graft: mark a string for translation stable
Wed, 09 Nov 2011 16:55:59 -0800 Nicolas Venegas mdiff/patch: fix bad hunk handling for unified diffs with zero context stable
Tue, 08 Nov 2011 17:08:58 +0100 Patrick Mezard convert/bzr: correctly handle divergent nested renames (issue3089) stable
Tue, 01 Nov 2011 20:13:53 +0100 Simon Heimberg setup: subclass build command
Tue, 01 Nov 2011 20:13:52 +0100 Simon Heimberg setup: has_ext_modules always returns false when pure is specified
Sat, 23 Jul 2011 05:57:39 +0200 Simon Heimberg setup: subclass distribution instead of overwriting original
Wed, 09 Nov 2011 16:36:54 -0600 Matt Mackall check-code: enable camelcase check, fix up problems
Mon, 07 Nov 2011 13:20:22 +0100 Pierre-Yves David phases: handle unknown nodes in boundary
Mon, 07 Nov 2011 12:27:25 +0100 Pierre-Yves David phases: add rollback support
Mon, 07 Nov 2011 14:11:01 +0100 Pierre-Yves David phases: add a moveboundary function to move phases boundaries
Mon, 07 Nov 2011 18:37:58 +0100 Pierre-Yves David phases: improve context.phase()
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich util: don't encode ':' in url paths
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: make $TESTTMP matching case-insensitive on windows
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: don't quote command names - that do apparently not work with msys
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: ignore \r on windows
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: convert windows paths to unix
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: make (glob) on windows accept \ instead of /
Mon, 07 Nov 2011 03:24:53 +0100 Mads Kiilerich tests: use 'hghave serve' to guard tests that requires serve daemon management
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave system-sh' to guard tests that requires sh in system()
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave no-windows' to avoid testing reserved file names on windows
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave unix-permissions' for tests that really use chmod
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich tests: use 'hghave execbit' for tests that manipulate x bit in file system
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich tests: use 'hghave symlink' for tests using symlinks
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich windows: use umask 022 in debugstate output
Mon, 07 Nov 2011 03:14:53 +0100 Mads Kiilerich dispatch: exit with 8-bit exit code
Mon, 07 Nov 2011 03:14:53 +0100 Mads Kiilerich tests: don't let time go back before 0 o'clock in bisect3.t
Mon, 07 Nov 2011 02:49:00 +0100 Mads Kiilerich diff: always use / in paths in diff
Mon, 07 Nov 2011 02:49:00 +0100 Mads Kiilerich cmdutil: don't use repr on paths in pathauditor - it looks strange on windows
Mon, 07 Nov 2011 02:44:04 +0100 Mads Kiilerich tests: make '(esc)' matching in run-tests.py work as intended
Mon, 07 Nov 2011 13:46:41 -0600 Matt Mackall run-tests: replace inline python handling with more native scheme
Mon, 07 Nov 2011 13:46:39 -0600 Matt Mackall merge with crew
Fri, 04 Nov 2011 10:39:04 +0100 Martin Geisler merge with stable
Fri, 04 Nov 2011 10:32:13 +0100 Martin Geisler merge with main
Fri, 04 Nov 2011 10:31:38 +0100 Martin Geisler merge with main stable
Thu, 03 Nov 2011 23:12:31 -0400 David M. Carr subrepo: improve help for svn subrepo support stable
Thu, 03 Nov 2011 23:12:30 -0400 David M. Carr subrepo: improve help for git subrepo support stable
Thu, 03 Nov 2011 23:11:40 -0400 David M. Carr subrepo: update help for commit to reflect new default behavior stable
Thu, 03 Nov 2011 14:40:58 +0100 Martin Geisler merge with stable
Thu, 03 Nov 2011 10:52:58 -0200 Wagner Bruna i18n: disable translations with conflicting prompt keys (issue3082) stable
Sun, 06 Nov 2011 14:40:31 -0600 Matt Mackall log: hide hidden option until it actually does something
Fri, 04 Nov 2011 00:40:47 +0100 Pierre-Yves David phases: add a very simple test
Sun, 09 Oct 2011 14:25:04 +0200 Pierre-Yves David phases: add a phase template keyword
Tue, 18 Oct 2011 18:25:53 +0200 Pierre-Yves David phases: add a phase method to context
Fri, 04 Nov 2011 00:20:20 +0100 Pierre-Yves David phases: add a cache allowing to know in which phase a changeset is
Sun, 06 Nov 2011 11:57:24 -0600 Matt Mackall phases: handle errors other than ENOENT appropriately
Fri, 04 Nov 2011 00:16:24 +0100 Pierre-Yves David phases: basic I/O logic
Thu, 03 Nov 2011 23:49:14 +0100 Pierre-Yves David phases: Minimal first add.
Thu, 03 Nov 2011 15:18:10 -0500 Matt Mackall run-tests: minor cleanups
Thu, 03 Nov 2011 15:08:45 -0500 Matt Mackall run-tests: pull out line matching function
Thu, 03 Nov 2011 14:51:04 -0500 Matt Mackall run-tests: pull out unified matching funcs
Thu, 03 Nov 2011 14:48:56 -0500 Matt Mackall tests: add some comments to the unified test code
Thu, 03 Nov 2011 14:30:00 -0500 Matt Mackall tests: rewrite inline Python support
Thu, 03 Nov 2011 12:58:30 -0500 Matt Mackall merge with stable
Wed, 02 Nov 2011 01:17:11 -0400 David M. Carr add: support adding explicit files in subrepos
Tue, 01 Nov 2011 23:53:29 -0400 David M. Carr tests: add test for add of explicit path in subrepo
Thu, 03 Nov 2011 10:59:32 -0400 Hao Lian largefiles: ensure destination directory exists before findfile links to there stable
Thu, 03 Nov 2011 11:24:55 -0500 Matt Mackall misc: adding missing file close() calls stable
Thu, 20 Oct 2011 00:37:34 +0200 Yann E. MORIN bisect: remove superfluous parameter in label()
Wed, 02 Nov 2011 15:06:40 -0500 Matt Mackall log: hide some low-utility options
Wed, 02 Nov 2011 13:51:16 -0500 Matt Mackall localrepo: convert various repo.set() users to repo.revs()
Wed, 02 Nov 2011 13:37:34 -0500 Matt Mackall localrepo: add revs helper method
Tue, 01 Nov 2011 16:49:30 -0500 Matt Mackall merge with stable, reopen default branch
Tue, 01 Nov 2011 15:37:00 -0500 Matt Mackall Added signature for changeset 41453d55b481 stable
Tue, 01 Nov 2011 15:36:56 -0500 Matt Mackall Added tag 2.0 for changeset 41453d55b481 stable
Tue, 01 Nov 2011 15:19:37 -0500 Matt Mackall dirstate: don't fail when dropping a not-tracked file (issue3080) stable 2.0
Tue, 01 Nov 2011 12:25:54 -0700 Brodie Rao tests: fix readline escape characters in heredoctest.py/test-url.py stable
Tue, 01 Nov 2011 12:49:06 -0500 Matt Mackall merge with i18n stable
Mon, 31 Oct 2011 11:27:16 -0200 Wagner Bruna i18n-pt_BR: synchronized with a53888685a6c stable
Mon, 31 Oct 2011 11:24:37 -0200 Wagner Bruna merge with i18n stable
Mon, 31 Oct 2011 20:58:49 +0900 FUJIWARA Katsunori i18n-ja: synchronized with b357a972d6cd stable
Mon, 31 Oct 2011 21:06:18 +0900 FUJIWARA Katsunori minirst: use unicode string as intermediate form for replacement stable
Mon, 31 Oct 2011 15:41:39 -0500 Matt Mackall util: add a doctest for empty sha() calls stable
Thu, 20 Oct 2011 17:24:59 -0400 Hao Lian largefiles: replace tempfile.NamedTemporaryFile with tempfile.mkstemp stable
Mon, 31 Oct 2011 14:22:11 -0500 Matt Mackall util: allow sha1() with no args stable
Mon, 31 Oct 2011 14:22:11 -0500 Matt Mackall tests: use md5sum.py instead of sha1sum, add check stable
Mon, 31 Oct 2011 00:42:32 +0900 Yuya Nishihara setup: set whole env for running hg even if .hg doesn't exist (issue3073) stable
Sun, 30 Oct 2011 12:10:11 -0500 Matt Mackall keyword: backout realpath change (issue3071) stable
Sun, 30 Oct 2011 12:10:09 -0500 Matt Mackall strip: backout 73307643a09f (issue3077) stable
Sat, 29 Oct 2011 17:38:13 -0500 Matt Mackall largefiles: avoid checking requirements on every command stable
Fri, 28 Oct 2011 18:50:54 +0200 Na'Tosha Bard largefiles: shorten test suite by using log --template stable
Fri, 28 Oct 2011 18:48:24 +0200 Na'Tosha Bard largefiles: fix bad bug where transplanting a changeset with a largefile will result in an old largefile being comitted later on stable
Fri, 28 Oct 2011 18:17:44 +0200 Na'Tosha Bard largefiles: test that a largefile cannot accidentally be re-added as a regular file stable
Sat, 29 Oct 2011 11:02:23 -0500 Matt Mackall backout dbdb777502dc (issue3077) (issue3071) stable
Fri, 28 Oct 2011 15:00:21 +0200 Martin Geisler largefiles: fix uppercase in abort message stable
Fri, 28 Oct 2011 12:59:50 +0200 Thomas Arendsen Hein Makefile: adjust example, test-merge1 is now test-merge1.t stable
Fri, 28 Oct 2011 12:44:19 +0200 Thomas Arendsen Hein tests: use $DAEMON_PIDS and killdaemons in largefiles test stable
Fri, 28 Oct 2011 11:16:39 +0200 Thomas Arendsen Hein tests: make largefiles test use $HGPORT instead of 8001 stable
Thu, 27 Oct 2011 18:35:07 -0500 Matt Mackall merge in another fix on the wrong branch stable
Thu, 27 Oct 2011 11:57:08 -0700 Brodie Rao hgweb: fix dynamic date calculation not working under Safari stable
Thu, 27 Oct 2011 18:15:34 -0500 Matt Mackall tests: fix spurious largefiles test failure on Cygwin stable
Wed, 26 Oct 2011 18:47:12 +0200 Peer Stritzinger revert: fix missing removes when parent was changed in dirstate stable
Thu, 27 Oct 2011 17:22:04 -0500 Matt Mackall check-code: fix issues with finding patterns in unified tests, fix tests stable
Tue, 25 Oct 2011 11:45:28 -0400 Hao Lian largefiles: remove lfutil.createdir, replace calls with util.makedirs stable
Wed, 26 Oct 2011 14:22:19 -0500 Eli Carter largefiles: fix typo stable
Wed, 26 Oct 2011 13:48:33 -0500 Eli Carter largefiles: bugfix for symlink handling with testcase stable
Wed, 26 Oct 2011 22:35:15 +0200 Stefano Tortarolo i18n-it: fixed wrong message
Wed, 26 Oct 2011 12:56:27 -0500 Matt Mackall setup: set env global earlier (3073) stable
Tue, 25 Oct 2011 08:56:59 -0400 Greg Ward largefiles: test reverting largefiles (coverage creeping ever upwards) stable
Mon, 24 Oct 2011 21:33:23 -0400 Greg Ward largefiles: test "update --check" stable
Wed, 26 Oct 2011 12:56:27 -0500 Matt Mackall tests: fix check-code detection of anchored expressions, fix echo -n usage stable
Mon, 24 Oct 2011 13:41:19 +0200 Patrick Mezard diffstat: be more picky when marking file as 'binary' (issue2816) stable
Mon, 24 Oct 2011 10:41:10 -0200 Wagner Bruna i18n-pt_BR: synchronized with b74f74b482d8 stable
Mon, 24 Oct 2011 17:01:49 -0500 Matt Mackall graft: add a test stable
Mon, 24 Oct 2011 16:57:14 -0500 Matt Mackall graft: fix duplicate filter logic stable
Mon, 24 Oct 2011 16:57:14 -0500 Matt Mackall graft: fix duplicate scan message stable
Mon, 24 Oct 2011 16:57:14 -0500 Matt Mackall util: don't complain about '..' in path components not working on Windows stable
Mon, 24 Oct 2011 12:09:12 -0500 Matt Mackall graft: fix formatting of message stable
Mon, 24 Oct 2011 13:58:01 +0200 Thomas Arendsen Hein largfiles: drop unused import stable
Mon, 24 Oct 2011 13:51:24 +0200 Thomas Arendsen Hein consistency: use util.realpath instead of os.path.realpath where useful stable
Mon, 24 Oct 2011 13:54:59 +0200 Thomas Arendsen Hein keyword: use util.realpath instead of os.path.realpath stable
Mon, 24 Oct 2011 13:32:23 +0200 Thomas Arendsen Hein posix: workaround for os.path.realpath bug in Python 2.4.1 and before stable
Mon, 24 Oct 2011 10:08:58 +0200 Martin Geisler largefiles: improve markup in module help text stable
Mon, 24 Oct 2011 09:54:02 +0200 Martin Geisler largefiles: remove redundant documentation stable
Sun, 23 Oct 2011 14:25:48 -0400 Greg Ward largefiles: use ui.configpath() where appropriate stable
Sun, 23 Oct 2011 10:23:31 -0400 Greg Ward largefiles: drop more unnecessary compatibility checks stable
Sun, 23 Oct 2011 16:32:27 -0500 Matt Mackall windows: sanity-check symlink placeholders stable
Sun, 23 Oct 2011 21:59:15 +0200 Thomas Arendsen Hein largefiles: use util.sha1() instead of hashlib.sha1() everywhere stable
Sun, 23 Oct 2011 21:22:55 +0200 Thomas Arendsen Hein tests: check for svn >= 1.3 and >= 1.5 in tests that require those versions stable
Sat, 22 Oct 2011 23:42:48 +0200 Thomas Arendsen Hein convert: add missing import of util, needed for svn < 1.6 stable
Sat, 22 Oct 2011 23:21:38 +0200 Thomas Arendsen Hein run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t stable
Sat, 22 Oct 2011 15:39:51 -0400 Greg Ward largefiles: test "lfconvert --to-normal" with rename/remove/merge stable
Sat, 22 Oct 2011 15:16:52 -0400 Greg Ward largefiles: test lfconvert with rename, remove, and merge stable
Sat, 22 Oct 2011 14:52:05 -0400 Greg Ward largefiles: beef up test-lfconvert.t so it's more thorough stable
Sat, 22 Oct 2011 14:20:17 -0400 Greg Ward largefiles: rearrange how lfconvert detects non-local repos stable
Sat, 22 Oct 2011 14:17:19 -0400 Greg Ward largefiles: test lfconvert error handling; remove redundant code stable
Sat, 22 Oct 2011 13:48:56 -0400 Greg Ward largefiles: extract test-lfconvert.t from test-largefiles.t stable
Sat, 22 Oct 2011 16:12:33 -0500 Matt Mackall windows: recompute flags when committing a merge (issue1802) stable
Fri, 21 Oct 2011 15:09:33 -0500 Andrew Pritchard largefiles: test interaction between largefiles and vanilla clients and servers stable
Sat, 22 Oct 2011 11:21:00 -0500 Matt Mackall tests: darcs > 2.5 got "smart" about encoding, disable encoding tests stable
Fri, 21 Oct 2011 16:52:23 -0500 Matt Mackall check-code: catch BaseException and os.path.relpath stable
Fri, 21 Oct 2011 16:52:16 -0500 Matt Mackall largefiles: py2.4 doesn't have BaseException stable
Thu, 20 Oct 2011 21:56:30 -0400 Greg Ward largefiles: rename lfconvert --tonormal option to --to-normal stable
Thu, 20 Oct 2011 22:01:05 -0400 Greg Ward largefiles: test lfconvert --tonormal stable
Thu, 20 Oct 2011 22:24:24 -0400 Greg Ward largefiles: use smaller files in test script stable
Thu, 20 Oct 2011 22:22:24 -0400 Greg Ward largefiles: test that minimum size can be a float stable
Thu, 20 Oct 2011 22:14:11 -0400 Greg Ward largefiles: polish comments in test script stable
Fri, 21 Oct 2011 11:10:43 -0500 Kevin Bullock import: abort usefully if no patch name given stable
Fri, 21 Oct 2011 14:15:58 +0200 Pierre-Yves David revset: disambiguous the node variable stable
Fri, 21 Oct 2011 12:12:21 -0500 Matt Mackall revset: deal with empty lists in formatspec stable
Fri, 21 Oct 2011 12:07:27 +0100 Christian Ebert keyword: correct grammar in iskwfile docstring stable
Thu, 20 Oct 2011 17:40:25 -0400 Benjamin Pollack largefiles: remove all uses of os.path.relpath for 2.4 compatibility stable
Thu, 20 Oct 2011 16:43:31 +0200 Patrick Mezard mq: avoid data loss upon qfold + qmv (issue3058) stable
Fri, 21 Oct 2011 00:33:08 +0200 Martin Geisler subrepos: abort commit by default if a subrepo is dirty (BC) stable
Thu, 20 Oct 2011 17:05:13 -0400 Benjamin Pollack largefiles: use XDG and OS X-specific cache locations by default (issue3067) stable
Wed, 19 Oct 2011 20:40:55 -0400 Benjamin Pollack largefiles: remove redundant any_ function stable
Thu, 20 Oct 2011 09:35:37 -0500 Eli Carter largefiles: testcase to simulate inter-user clone on local machine stable
Thu, 20 Oct 2011 13:24:11 -0400 Benjamin Pollack largefiles: make the store primary, and the user cache secondary stable
Thu, 20 Oct 2011 13:24:09 -0400 Benjamin Pollack largefiles: rename functions and methods to match desired behavior stable
Thu, 20 Oct 2011 13:24:08 -0400 Benjamin Pollack largefiles: fix documentation to match desired behavior stable
Thu, 20 Oct 2011 17:47:33 +0200 Martin Geisler runrst: improve error message when Docutils is missing stable
Tue, 18 Oct 2011 17:28:26 -0500 Eli Carter largefiles: fix newline for lfconverted repos stable
Wed, 19 Oct 2011 15:37:03 -0500 Eli Carter largefiles: remove 1.9 compat code stable
Wed, 19 Oct 2011 17:16:25 -0500 Matt Mackall merge with i18n stable
Tue, 18 Oct 2011 09:51:02 -0200 Wagner Bruna i18n-pt_BR: synchronized with ab341fbb05b1 stable
Tue, 18 Oct 2011 09:50:57 -0200 Wagner Bruna i18n-pt_BR: msgmerge with ab341fbb05b1 stable
Tue, 18 Oct 2011 09:38:14 -0200 Wagner Bruna bisect: add i18n contexts stable
Tue, 18 Oct 2011 09:38:10 -0200 Wagner Bruna import: add i18n context stable
Sun, 16 Oct 2011 10:24:45 -0400 Greg Ward largefiles: fix some badly named function parameters stable
Sun, 16 Oct 2011 10:29:51 -0400 Greg Ward largefiles: tidy imports stable
Tue, 18 Oct 2011 20:06:23 -0400 Greg Ward largefiles: rename config setting 'size' to 'minsize' stable
Tue, 18 Oct 2011 16:40:59 -0500 Eli Carter largefiles: include 'largefiles' in converted repository requirements stable
Tue, 18 Oct 2011 17:09:03 -0400 Hao Lian largefiles: string formatting typo in basestore._openstore where comma is used instead of modulo stable
Tue, 18 Oct 2011 11:09:11 -0500 Eli Carter largefiles: fix test typo stable
Tue, 18 Oct 2011 10:32:12 -0500 Eli Carter convert: fix typo stable
Tue, 18 Oct 2011 09:59:04 -0500 Eli Carter largefiles: fix typo stable
Wed, 19 Oct 2011 17:40:27 +0200 Na'Tosha Bard largefiles: test that merging does not result in wrong versions of largefiles stable
Wed, 19 Oct 2011 17:02:59 +0200 Na'Tosha Bard largefiles: expand test suite some more (test rebasing, rollback, update --clean, and verify --large) stable
Mon, 17 Oct 2011 17:27:33 -0500 Matt Mackall check-code: report suspicious string joins stable
Mon, 17 Oct 2011 19:10:28 -0200 Wagner Bruna largefiles: fix typo stable
Mon, 17 Oct 2011 19:10:42 -0200 Wagner Bruna largefiles: make parameter more i18n-friendly stable
Sun, 16 Oct 2011 01:26:06 +0200 Mads Kiilerich grep: correct handling of matching lines without line ending (issue3050) stable
Mon, 17 Oct 2011 11:37:59 +0200 Pierre-Yves David discovery: Fix error print mentioning a 'None' branch stable
Mon, 17 Oct 2011 14:14:28 -0500 Matt Mackall largefiles: remove fixme from docs stable
Mon, 17 Oct 2011 11:54:12 -0200 Wagner Bruna i18n: import polib 0.6.4 (rev 84598f2b5365) stable
Mon, 17 Oct 2011 14:47:36 -0200 Wagner Bruna rebase: fix typos stable
Mon, 17 Oct 2011 13:42:42 -0500 Matt Mackall auth: fix realm handling with Python < 2.4.3 (issue2739) stable
Mon, 17 Oct 2011 18:01:38 +0200 Martin Geisler subrepo: abort in hgsubrepo._get if the destination is obstructed stable
Mon, 17 Oct 2011 16:45:19 +0200 Martin Geisler subrepo: pull revisions on demand when archiving hg subrepos stable
Mon, 17 Oct 2011 14:27:34 +0200 Thomas Arendsen Hein test-check-code.t: test matching try/except/finally introduced in aeeb2afcdc25 stable
Sun, 16 Oct 2011 22:15:43 -0500 Matt Mackall merge with crew stable
Mon, 17 Oct 2011 01:40:50 +0200 Mads Kiilerich merge in commit that shouldn't be on default stable
Mon, 17 Oct 2011 00:11:56 +0200 Mads Kiilerich tests: don't use 'test -e'
Sun, 16 Oct 2011 20:26:20 -0500 Matt Mackall check-code: support multiline matches like try/except/finally stable
Sun, 16 Oct 2011 17:22:07 -0500 Matt Mackall fix bad tag for 2.0-rc stable
Sun, 16 Oct 2011 11:28:03 +0200 Thomas Arendsen Hein largefiles: use separate try/except and try/finally as needed for python2.4 stable
Sun, 16 Oct 2011 11:12:59 +0200 Thomas Arendsen Hein commands: use separate try/except and try/finally as needed for python2.4 stable
Sat, 15 Oct 2011 14:22:59 -0500 Matt Mackall Added signature for changeset fccd350acf79 stable
Sat, 15 Oct 2011 14:22:55 -0500 Matt Mackall Added tag 2.0-rc for changeset fccd350acf79 stable
Sat, 15 Oct 2011 14:31:29 -0500 Matt Mackall Added signature for changeset 384082750f2c stable
Sat, 15 Oct 2011 14:31:26 -0500 Matt Mackall Added tag 2.0-rc for changeset 384082750f2c stable
Sat, 15 Oct 2011 14:30:50 -0500 Matt Mackall merge default into stable for 2.0 code freeze stable 2.0-rc
Sat, 15 Oct 2011 14:19:24 -0500 Matt Mackall rebase: simplify check for orphaned descendants
Sat, 15 Oct 2011 14:19:07 -0500 Matt Mackall rebase: simplify set generation
Sat, 15 Oct 2011 20:12:32 +0200 Pierre-Yves David rebase: add --rev option to rebase
Sat, 15 Oct 2011 12:57:47 -0500 Matt Mackall rebase: allow revsets for source and base args
Sat, 15 Oct 2011 12:52:43 -0500 Matt Mackall revset: fix %r handling in formatspec
Sat, 15 Oct 2011 19:07:51 +0200 Pierre-Yves David rebase: use revset as soon as possible in internal logic
Sat, 15 Oct 2011 10:20:08 -0500 Matt Mackall revset: add %r for embedded revset support to formatspec
Sat, 15 Oct 2011 01:06:52 +0200 Angel Ezquerra revert: warn that subrepos cannot be reverted
Wed, 12 Oct 2011 21:45:58 -0400 Greg Ward merge: expand environment variables and ~/ in tool.executable
Sat, 15 Oct 2011 00:39:06 -0500 Matt Mackall minirst: improve test harness
Sat, 15 Oct 2011 00:39:04 -0500 Matt Mackall minirst: add style flag to format
Sat, 15 Oct 2011 00:39:01 -0500 Matt Mackall minirst: add basic HTML formatting support
Fri, 14 Oct 2011 15:40:50 -0500 Matt Mackall graft: use status verbosity for reporting grafts
Fri, 14 Oct 2011 19:10:36 +0200 Idan Kamara contrib: add a script to help diagnose raw output of the cmdserver
Fri, 14 Oct 2011 19:51:46 +0200 Idan Kamara mq: eliminate explicit checks for file existence
Fri, 14 Oct 2011 02:50:06 +0200 Mads Kiilerich mq: cleanup of lookup - handling of None is not relevant
Sun, 31 Oct 2010 18:29:56 +0100 Mads Kiilerich mq: fix corner cases for handling of patch 0 in qselect
Thu, 13 Oct 2011 21:42:54 -0400 Greg Ward largefiles: cosmetics, whitespace, code style
Thu, 13 Oct 2011 20:45:49 -0400 Greg Ward largefiles: more work on cleaning up comments
Thu, 13 Oct 2011 20:24:29 -0400 Greg Ward largefiles: improve error reporting
Wed, 12 Oct 2011 20:59:27 -0400 Greg Ward largefiles: improve comments, internal docstrings
Thu, 13 Oct 2011 15:15:32 +0200 Na'Tosha Bard largefiles: flush out tests to cover more operations and known cornercases
Thu, 13 Oct 2011 12:11:25 +0200 Na'Tosha Bard largefiles: speed up commit by only rewriting standins for modified largefiles
Thu, 13 Oct 2011 17:54:38 +0200 Idan Kamara tests: add basic tests for doctest syntax
Thu, 13 Oct 2011 17:54:37 +0200 Idan Kamara run-tests: end doctest block when seeing a non-command
Thu, 13 Oct 2011 17:54:35 +0200 Idan Kamara tests: remove temp doctest file when finished running it
Thu, 13 Oct 2011 04:27:49 +0200 Mads Kiilerich httprepo: make __del__ more stable in error situations
Sun, 31 Oct 2010 18:29:55 +0100 Mads Kiilerich tests: exercise some corner cases for mq guard selection and --reapply
Thu, 13 Oct 2011 04:27:49 +0200 Mads Kiilerich tests: cleanup of test-fetch.t
Thu, 13 Oct 2011 04:27:49 +0200 Mads Kiilerich tests: cleanup of echo statements left over from test conversion
Wed, 12 Oct 2011 18:59:59 -0500 Matt Mackall graft: add examples and information about copied metadata
Wed, 12 Oct 2011 18:48:57 -0500 Matt Mackall graft: add --continue support
Wed, 12 Oct 2011 18:46:23 -0500 Matt Mackall graft: add user, date, and tool options
Wed, 12 Oct 2011 18:46:03 -0500 Matt Mackall graft: add --edit
Wed, 12 Oct 2011 18:45:36 -0500 Matt Mackall graft: add initial implementation
Wed, 12 Oct 2011 11:09:57 -0500 Augie Fackler bookmarks: delegate writing to the repo just like reading
Wed, 12 Oct 2011 22:01:14 +0200 Idan Kamara tests: add support for inline doctests in test files
Wed, 12 Oct 2011 22:01:13 +0200 Idan Kamara tests: add helper script for processing doctests read from stdin
Tue, 11 Oct 2011 21:34:55 -0700 Eric Roshan Eisner subrepo: fix git branch tracking logic (issue2920)
Tue, 11 Oct 2011 17:20:03 -0500 Augie Fackler alias: don't shadow commands that we only partially matched (issue2993) (BC)
Tue, 11 Oct 2011 18:48:45 +0200 Pierre-Yves David resolve: update documentation to mention the .orig backup
Tue, 11 Oct 2011 18:18:15 -0700 Eric Roshan Eisner cmdutil.bailifchanged: abort for dirty subrepos
Tue, 11 Oct 2011 21:10:03 -0400 Greg Ward largefiles: improve help
Tue, 11 Oct 2011 21:11:01 -0400 Greg Ward largefiles: use ui.configlist() to split largefiles.patterns
Tue, 11 Oct 2011 21:07:08 -0400 Greg Ward largefiles: allow minimum size to be a float
Tue, 11 Oct 2011 21:11:01 -0400 Greg Ward largefiles: factor out lfutil.getminsize()
Tue, 11 Oct 2011 14:01:24 +0200 Na'Tosha Bard largefiles: cleanup import, now that we can assume > 1.9 for bundled extension
Tue, 11 Oct 2011 13:15:29 +0200 Na'Tosha Bard largefiles: add test for status
Tue, 11 Oct 2011 10:42:56 +0200 Na'Tosha Bard largefiles: remove pre-1.9 code from extension first bundled with 1.9
Tue, 11 Oct 2011 23:16:05 -0500 Matt Mackall pyflakes: clean up some import noise
Tue, 11 Oct 2011 20:21:13 -0500 Matt Mackall bdiff: fix pointer aliasing
Tue, 11 Oct 2011 08:32:04 -0500 Matt Mackall import: add --edit switch
Mon, 10 Oct 2011 23:07:09 -0500 Matt Mackall transplant: add --edit option
Mon, 10 Oct 2011 23:01:25 -0500 Matt Mackall rebase: add --edit switch
Mon, 10 Oct 2011 17:57:40 -0500 Augie Fackler httpclient: update to 07d8c356f4d1 of py-nonblocking-http
Mon, 10 Oct 2011 13:52:54 +0200 Andreas Freimuth wireproto: do not call pushkey module directly (issue3041)
Mon, 10 Oct 2011 17:34:17 +0200 Na'Tosha Bard largefiles: add beginnings of test (covers commit, remove, move, copy, and archive)
Mon, 10 Oct 2011 17:33:17 +0200 Na'Tosha Bard setup: add largefiles to list of packages
Sun, 09 Oct 2011 16:14:37 -0500 Matt Mackall rebase: move updatedirstate into cmdutil so it can be shared
Sun, 09 Oct 2011 11:03:57 -0500 Matt Mackall subrepo: add git to the help topic
Sat, 08 Oct 2011 15:19:05 -0500 Matt Mackall branch: fix formatting of help note
Sat, 08 Oct 2011 14:18:18 -0500 Matt Mackall backout: deprecate/hide support for backing out merges
Sat, 08 Oct 2011 13:28:13 -0500 Matt Mackall backout: add a note about not working on merges
Sat, 08 Oct 2011 13:23:57 -0500 Matt Mackall backout: mark some help verbose
Fri, 07 Oct 2011 17:22:12 -0500 Matt Mackall merge with stable
Thu, 06 Oct 2011 19:45:26 -0300 Elifarley Callado Coelho Cruz acl: more descriptive error messages
Thu, 06 Oct 2011 11:10:06 +0200 Na'Tosha Bard largefiles: fix commit of specified file on non-windows
Wed, 05 Oct 2011 10:28:39 +0200 jakob krainz convert: detect false cset boundaries in cvsps descriptions
Tue, 04 Oct 2011 19:43:45 -0400 Greg Ward transplant: wrap a transaction around the whole command
Fri, 07 Oct 2011 17:08:24 -0500 Matt Mackall help: generate command help into a single RST string for formatting
Fri, 07 Oct 2011 16:36:54 -0500 Matt Mackall help: unify the two -v notes for command help
Wed, 05 Oct 2011 09:20:38 +0300 Kirill Elagin diff: enhance highlighting with color (issue3034)
Fri, 07 Oct 2011 15:36:50 -0500 Matt Mackall debuginstall: report the template path
Sat, 01 Oct 2011 16:42:39 -0400 Greg Ward extensions: print some debug info on import failure
Sun, 02 Oct 2011 14:34:28 -0400 Greg Ward import: wrap a transaction around the whole command
Sat, 01 Oct 2011 21:52:44 -0400 Greg Ward import: improve error reporting
Sat, 01 Oct 2011 21:51:25 -0400 Greg Ward import: join base with patchurl *after* checking for stdin
Sat, 01 Oct 2011 21:49:04 -0400 Greg Ward import: rename some local variables
Sat, 01 Oct 2011 21:30:49 -0400 Greg Ward import: simplify status reporting logic (and make it more I18N-friendly)
Fri, 07 Oct 2011 15:36:35 -0500 Matt Mackall convert: fix crazy rollback call, broken by recent rollback safety checks
Sun, 02 Oct 2011 13:13:46 -0500 Matt Mackall rst: fix detection of single-row tables
Sun, 02 Oct 2011 16:41:07 -0500 Matt Mackall subrepo: fix repo relative path calculation for root directories (issue3033) stable
Sun, 02 Oct 2011 13:02:15 -0500 Matt Mackall subrepo: improve error message when svn isn't found
Sat, 01 Oct 2011 16:19:33 -0500 Matt Mackall merge with stable
Sat, 01 Oct 2011 16:39:51 -0400 Greg Ward largefiles: don't break existing tests (syntax error, bad imports)
Sat, 01 Oct 2011 16:18:51 -0500 Matt Mackall rollback: use a hint for force
Sat, 01 Oct 2011 15:49:29 -0500 Matt Mackall Added signature for changeset 351a9292e430 stable
Sat, 01 Oct 2011 15:49:24 -0500 Matt Mackall Added tag 1.9.3 for changeset 351a9292e430 stable
Sat, 01 Oct 2011 15:47:03 -0500 Matt Mackall record: use command wrapper properly for qnew/qrefresh (issue3001) stable 1.9.3
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998)
Fri, 30 Sep 2011 15:11:19 -0500 Matt Mackall merge with stable
Fri, 30 Sep 2011 15:10:50 -0500 Matt Mackall merge with i18n stable
Tue, 27 Sep 2011 03:33:26 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 31c9e2a702d1 stable
Fri, 30 Sep 2011 14:26:36 -0500 Matt Mackall clone: add help examples
Fri, 30 Sep 2011 14:12:48 -0500 Matt Mackall clone: add a note about -u/-U
Fri, 30 Sep 2011 14:09:45 -0500 Matt Mackall clone: move portions of help into the verbose section
Fri, 30 Sep 2011 14:06:41 -0500 Matt Mackall clone: clarify destination URLs
Fri, 30 Sep 2011 11:30:00 -0500 Matt Mackall clone: move url crossref to bottom
Fri, 30 Sep 2011 11:27:59 -0500 Matt Mackall clone: improve help on -r/-b and tags
Thu, 29 Sep 2011 17:16:42 -0500 Matt Mackall largefiles: mark a string for translation
Thu, 29 Sep 2011 17:15:54 -0500 Matt Mackall largefiles: fix multistatement line
Thu, 29 Sep 2011 17:14:47 -0500 Matt Mackall largefiles: eliminate naked exceptions
Thu, 29 Sep 2011 17:04:57 -0500 Matt Mackall largefiles: fix over-long lines
Thu, 29 Sep 2011 16:48:48 -0500 Matt Mackall largefile: fix up hasattr usage
Sat, 24 Sep 2011 17:35:45 +0200 various hgext: add largefiles extension
Wed, 28 Sep 2011 16:11:53 -0500 Matt Mackall merge with stable
Wed, 28 Sep 2011 14:49:00 -0500 Matt Mackall patchbomb: drop loop in prompt
Wed, 08 Sep 2010 08:31:07 +0200 Matt Mackall patchbomb: use prompt even in non-interactive mode
Tue, 27 Sep 2011 22:38:47 -0400 Greg Ward patchbomb: make it easy for the user to decline sending an intro message.
Tue, 20 Sep 2011 15:21:27 +0300 Nikolaj Sjujskij building: build inotify for sys.platform='linux*' stable
Mon, 26 Sep 2011 21:29:13 -0400 Greg Ward patchbomb: simplify some contorted logic and odd variable names.
Wed, 28 Sep 2011 13:57:48 -0500 Matt Mackall merge with crew
Tue, 27 Sep 2011 18:51:10 +0200 Mads Kiilerich sslutil: abort when ssl module is needed but not found
Tue, 27 Sep 2011 18:50:18 -0500 Matt Mackall merge with stable
Tue, 27 Sep 2011 18:41:09 -0500 Steffen Daode Nurpmeso patch: correctly handle non-tabular Subject: line stable
Fri, 23 Sep 2011 09:02:27 -0700 Kevin Gessner util: fix crash converting an invalid future date to string stable
Thu, 22 Sep 2011 01:51:36 +0200 Yann E. MORIN styles: add new 'bisect' style that prints the bisection status
Thu, 22 Sep 2011 01:36:01 +0200 Yann E. MORIN templates: add 'bisect' keyword to return a cset's bisect status
Thu, 22 Sep 2011 23:28:49 +0200 Yann E. MORIN hbisect: add functions to return a label for a cset bisection status
Sat, 24 Sep 2011 01:32:50 +0200 Yann E. MORIN hbisect: add two new revset descriptions: 'goods' and 'bads'
Wed, 21 Sep 2011 22:52:00 +0200 Mads Kiilerich http: handle push of bundles > 2 GB again (issue3017) stable
Tue, 20 Sep 2011 15:21:27 +0300 Nikolaj Sjujskij building: build inotify for sys.platform='linux*'
Thu, 22 Sep 2011 15:15:18 +0200 Martin Geisler subrepo: try remapping subpaths using the "final" path
Thu, 22 Sep 2011 14:39:49 +0200 Martin Geisler subrepo: refactor state function
Tue, 20 Sep 2011 15:02:00 -0500 Jordi Gutiérrez Hermoso mq.strip: allow -r option, optionally
Tue, 20 Sep 2011 20:21:04 +0200 Yann E. MORIN revset.bisect: add 'ignored' set to the bisect keyword
Tue, 20 Sep 2011 20:19:48 +0200 Yann E. MORIN hbisect.get: use simpler code with repo.set(), fix 'pruned' set
Wed, 21 Sep 2011 13:00:48 -0500 Matt Mackall help: use RST to format option lists
Wed, 21 Sep 2011 13:00:47 -0500 Matt Mackall minirst: fix column handling for simple tables
Wed, 21 Sep 2011 13:00:46 -0500 Matt Mackall encoding: add getcols to extract substrings based on column width
Wed, 21 Sep 2011 13:00:41 -0500 Matt Mackall encoding: colwidth input is in the local encoding
Mon, 19 Sep 2011 15:58:03 -0700 Brodie Rao mdiff: speed up showfunc for large diffs
Mon, 19 Sep 2011 16:28:44 -0500 Matt Mackall revset: add 'l' flag to formatspec for args
Sun, 18 Sep 2011 23:57:49 +0200 Yann E. MORIN bisect: add some bisection examples, and some log revset.bisect() examples
Sat, 17 Sep 2011 14:33:20 +0200 Yann E. MORIN revset.bisect: add new 'untested' set to the bisect keyword
Sat, 17 Sep 2011 17:30:35 +0200 Yann E. MORIN revset.bisect: add new 'pruned' set to the bisect keyword
Sat, 17 Sep 2011 17:33:34 +0200 Yann E. MORIN revset.bisect: add new 'range' set to the bisect keyword
Sat, 17 Sep 2011 00:20:45 +0200 Yann E. MORIN revset.bisect: move bisect() code to hbisect.py
Sun, 18 Sep 2011 22:54:11 +0200 Yann E. MORIN revset: rename bisected() to bisect()
Sun, 18 Sep 2011 10:07:51 +0200 Yann E. MORIN revset.bisected: remove 'unknown' state
Mon, 19 Sep 2011 16:57:13 +0200 Pierre-Yves David rebase: allow rebase to ancestor (issue3010)
Sun, 18 Sep 2011 19:59:33 -0400 Greg Ward rollback: only restore dirstate and branch when appropriate.
Fri, 16 Sep 2011 21:38:06 -0400 Greg Ward rollback: refactor for readability; cosmetics.
Sat, 17 Sep 2011 14:55:55 -0500 Matt Mackall help: make optlist local to subfunctions
Sat, 17 Sep 2011 14:50:42 -0500 Matt Mackall help: move option list display into subfunctions
Sat, 17 Sep 2011 14:46:13 -0500 Matt Mackall help: fold header selection into helplist
Sat, 17 Sep 2011 14:46:00 -0500 Matt Mackall help: fold some list help clauses into the helplist function
Sat, 17 Sep 2011 14:17:09 -0500 Matt Mackall minirst: end all blocks with newlines
Mon, 19 Sep 2011 14:19:26 +0200 Martin Geisler convert: rename local variable
Sat, 17 Sep 2011 13:42:11 -0500 Matt Mackall minirst: don't choke on empty text
Sat, 17 Sep 2011 13:37:50 -0500 Matt Mackall minirst: remove some whitespace
Sat, 17 Sep 2011 13:37:49 -0500 Matt Mackall minirst: remove pointless transcoding
Sat, 17 Sep 2011 13:37:47 -0500 Matt Mackall tests: fix up help test for new verbose sections
Sat, 17 Sep 2011 13:20:10 -0500 Matt Mackall status: add some help examples
Sat, 17 Sep 2011 13:08:24 -0500 Matt Mackall forget: add help examples
Sat, 17 Sep 2011 12:34:47 -0500 Matt Mackall revsets: add first alias for last
Fri, 16 Sep 2011 22:57:47 -0500 Matt Mackall revset: add default of 1 to limit and last functions
Fri, 16 Sep 2011 17:53:58 -0500 Matt Mackall remove: suggest forget to undo adds
Fri, 16 Sep 2011 17:41:36 -0500 Matt Mackall remove: simplify help
Fri, 16 Sep 2011 17:08:18 -0500 Matt Mackall import: add help examples
Fri, 16 Sep 2011 16:52:45 -0500 Matt Mackall id: add some help examples
Fri, 16 Sep 2011 16:40:27 -0500 Matt Mackall export: add help examples
Fri, 16 Sep 2011 16:39:55 -0500 Matt Mackall diff: add help examples
Fri, 16 Sep 2011 15:31:21 -0500 Matt Mackall archive: add help examples
Wed, 14 Sep 2011 22:01:39 -0400 Greg Ward test-rollback: tinker a bit to make it easier to add more tests.
Thu, 15 Sep 2011 15:03:54 -0400 etienne convert: added bookmarks support in filemap
Sat, 23 Jul 2011 06:18:18 +0200 Simon Heimberg util: fix finding of hgexecutable
Fri, 16 Sep 2011 14:37:57 -0500 Matt Mackall log: add a usage note about --removed
Fri, 16 Sep 2011 14:37:56 -0500 Matt Mackall log: rearrange the help text a bit
Fri, 16 Sep 2011 14:37:55 -0500 Matt Mackall log: add some usage examples to verbose help
Fri, 16 Sep 2011 14:37:53 -0500 Matt Mackall minirst: fix container stripping logic
Wed, 14 Sep 2011 22:28:27 -0400 Greg Ward share: allow trailing newline on .hg/sharedpath.
Wed, 07 Sep 2011 10:24:26 -0400 Ben Hockey contrib: some support for named branches in zsh_completion (issue2988)
Wed, 14 Sep 2011 17:06:33 +0200 Simon Heimberg test: test for options duplicate with global options
Wed, 14 Sep 2011 14:37:10 -0500 Matt Mackall merge with stable
Sun, 11 Sep 2011 21:21:58 -0400 Greg Ward rollback: improve readability; clarify that the return value is an int.
Mon, 22 Aug 2011 22:50:52 +0200 Simon Heimberg demandimport: determine at load time if __import__ has level argument
Tue, 13 Sep 2011 17:01:07 -0500 Matt Mackall win32: quietly ignore missing CreateHardLinkA for Wine stable
Thu, 08 Sep 2011 11:34:59 +0100 Steve Streeting osutil: avoid accidentally destroying the True object in isgui (issue2937) stable
Wed, 14 Sep 2011 13:57:56 +0200 Sune Foldager merge with stable
Wed, 14 Sep 2011 13:57:31 +0200 Sune Foldager merge
Wed, 14 Sep 2011 13:51:50 +0200 Sune Foldager bundlerepo: add argument check before unlink stable
Mon, 12 Sep 2011 09:20:31 -0700 Lee Cantey test-setdiscovery: allow for leading space in output of wc
Mon, 12 Sep 2011 23:02:45 -0500 Matt Mackall merge with stable
Sun, 11 Sep 2011 14:42:30 +0200 Simon Heimberg ui: write traceback to self.ferr stable
Sun, 11 Sep 2011 18:49:54 +0200 Dan Villiom Podlaski Christiansen mq: split up overly long line
Sun, 11 Sep 2011 18:49:41 +0200 Dan Villiom Podlaski Christiansen patch: handle 'gitpatches' being empty, but not none stable
Sun, 11 Sep 2011 18:49:38 +0200 Dan Villiom Podlaski Christiansen mq: don't suppress patch tracebacks when applying patches
Sun, 11 Sep 2011 19:13:56 +0200 Dan Villiom Podlaski Christiansen test-setdiscovery.t: portability fix stable
Sun, 11 Sep 2011 12:20:39 +0100 Christian Ebert keyword: use wopener(..., atomictemp=True) to overwrite
Sat, 10 Sep 2011 17:59:47 -0500 Matt Mackall share: drop unused import
Sat, 10 Sep 2011 17:56:42 -0500 Matt Mackall merge with stable
Sat, 13 Aug 2011 00:08:26 +0200 Simon Heimberg test: test unshare command
Thu, 11 Aug 2011 00:04:00 +0200 Simon Heimberg hgext: introduce unshare command
Thu, 11 Aug 2011 00:03:16 +0200 Simon Heimberg hg: extract copying the store out of clone
Thu, 08 Sep 2011 20:40:24 -0300 Renato Cunha url: Remove the proxy env variables only when needed (issue2451) stable
Sat, 23 Jul 2011 06:18:18 +0200 Simon Heimberg util: improve finding of hgexecutable
Sat, 10 Sep 2011 13:23:41 +0100 Christian Ebert keyword: make status test after record and kwexpand/kwshrink reliable stable
Sat, 10 Sep 2011 17:49:19 -0500 Matt Mackall url: parse fragments first (issue2997) stable
Fri, 09 Sep 2011 14:41:22 -0500 Matt Mackall log: remove -h short option for --hidden (issue2995) stable
Thu, 08 Sep 2011 18:30:44 -0500 Matt Mackall merge with stable
Thu, 08 Sep 2011 18:29:53 -0500 Matt Mackall hgweb: properly check for bookmarks when drawing graph stable
Thu, 08 Sep 2011 19:30:25 +0100 Christian Ebert keyword: preserve file mode when overwriting stable
Thu, 08 Sep 2011 10:20:42 +0200 Martin Geisler convert: use repo.join instead of referencing ".hg" directly
Thu, 01 Sep 2011 12:29:24 +0200 Peter Arrenbrecht repair: switch from changegroupsubset to getbundle
Tue, 30 Aug 2011 15:22:10 +0200 Martin Geisler merge with stable
Sat, 27 Aug 2011 04:56:12 +0900 FUJIWARA Katsunori i18n: calculate terminal columns by width information of each characters stable
Sat, 06 Aug 2011 23:52:20 +0200 Mads Kiilerich util: wrap lines with multi-byte characters correctly (issue2943) stable
Mon, 25 Jul 2011 15:19:43 -0500 Augie Fackler encoding: use getattr isntead of hasattr stable
Thu, 25 Aug 2011 21:25:14 +0200 Peter Arrenbrecht setdiscovery: fix hang when #heads>200 (issue2971) stable
Tue, 30 Aug 2011 14:18:58 +0200 Martin Geisler ui: also swap sys.stdout with self.fout in _readline stable
Fri, 26 Aug 2011 16:08:24 -0500 Matt Mackall merge with stable
Fri, 26 Aug 2011 16:07:16 -0500 Matt Mackall Added signature for changeset d629f1e89021 stable
Fri, 26 Aug 2011 16:07:13 -0500 Matt Mackall Added tag 1.9.2 for changeset d629f1e89021 stable
Thu, 25 Aug 2011 11:03:16 +0200 Adrian Buehlmann util: postpone and reorder parent calculation in makedirs
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Wed, 24 Aug 2011 05:42:41 -0400 Robert Jones posix: check for executable bits on files identified by findexe function
Fri, 26 Aug 2011 16:23:35 +0200 Mads Kiilerich subrepo: fix cloning of repos from urls without slash after host (issue2970) stable 1.9.2
Thu, 25 Aug 2011 16:21:53 -0500 Matt Mackall merge with stable
Thu, 25 Aug 2011 22:06:03 +0300 Idan Kamara ui: pass ' ' to raw_input when prompting stable
Thu, 25 Aug 2011 17:20:00 +0200 Peter Arrenbrecht dagutil: fix off-by-one in inverserevlogdag buildup stable
Fri, 19 Aug 2011 10:05:23 -0300 Wagner Bruna i18n-pt_BR: synchronized with 7f504202cb5c stable
Mon, 22 Aug 2011 00:42:38 +0200 Mads Kiilerich util.makedirs: make recursion simpler and more stable (issue2948)
Mon, 22 Aug 2011 00:35:42 +0200 Mads Kiilerich util.makedirs: propagate chmod exceptions
Sun, 21 Aug 2011 20:40:10 +0100 Marc Simpson color: add styles for tags
Sat, 20 Aug 2011 21:47:10 +0100 Marc Simpson ui: use labels when outputting tags
Thu, 18 Aug 2011 17:24:04 -0500 Matt Mackall merge with stable
Thu, 18 Aug 2011 10:15:14 -0300 Wagner Bruna help/config: strip trailing whitespace stable
Thu, 18 Aug 2011 13:56:58 +0200 Martin Geisler commands: clarify that 'hg heads foo' shows heads on branch foo stable
Wed, 17 Aug 2011 14:17:35 +0200 Martin Geisler merge with stable
Wed, 17 Aug 2011 16:41:14 +0800 Pang Yan Han commands: fix grammar in resolve help text stable
Wed, 17 Aug 2011 14:11:46 +0200 Martin Geisler merge: use repo.ui directly instead local variable
Mon, 08 Aug 2011 14:32:27 +0900 Shun-ichi GOTO win32: msvcr71.dll should be used for python 2.4 and 2.5 stable
Thu, 11 Aug 2011 22:40:43 -0500 Matt Mackall minirst: add a helper function to build an RST table from an array
Thu, 11 Aug 2011 22:40:41 -0500 Matt Mackall minirst: drop debug code
Thu, 11 Aug 2011 22:05:57 -0500 Matt Mackall minirst: add simple table support
Thu, 11 Aug 2011 22:05:31 -0500 Matt Mackall minirst: only strip leading newlines, not indentation
Thu, 11 Aug 2011 14:34:03 -0500 Matt Mackall ui: allow alternatives for config options
Wed, 10 Aug 2011 13:52:52 -0500 Matt Mackall merge with stable
Wed, 10 Aug 2011 13:40:01 -0500 Matt Mackall parsers: avoid pointer aliasing stable
Wed, 10 Aug 2011 13:25:35 -0500 Matt Mackall graphlog: attempt to fix index overrun (issue2912) stable
Sat, 06 Aug 2011 23:52:20 +0200 Mads Kiilerich util: wrap lines with multi-byte characters correctly (issue2943)
Mon, 08 Aug 2011 11:34:52 +0100 Christian Ebert keyword: avoid x = a and b or c
Tue, 09 Aug 2011 11:05:13 +0200 Martin Geisler match: remove unused assignment
Sat, 06 Aug 2011 14:10:59 +0200 Patrick Mezard http: explain why the host is passed to urllib2 password manager
Fri, 05 Aug 2011 16:07:51 -0500 Matt Mackall merge with stable
Fri, 05 Aug 2011 00:39:54 +0200 Mads Kiilerich test-http: test http authentication stable
Fri, 05 Aug 2011 21:05:41 +0200 Patrick Mezard http: pass user to readauthforuri() (fix 4a43e23b8c55) stable
Fri, 05 Aug 2011 21:05:40 +0200 Patrick Mezard http: strip credentials from urllib2 manager URIs (issue2885) stable
Thu, 04 Aug 2011 16:12:58 -0500 Matt Mackall help: move option text display into a helper function
Thu, 04 Aug 2011 15:36:15 -0500 Matt Mackall help: move 'additional help topics' code
Thu, 04 Aug 2011 15:34:30 -0500 Matt Mackall help: rename option_lists to optlist
Thu, 04 Aug 2011 15:08:41 -0500 Matt Mackall help: drop with_version
Thu, 04 Aug 2011 19:41:23 +0300 Idan Kamara dispatch: don't rewrap aliases that have the same definition stable
Thu, 04 Aug 2011 02:51:29 +0200 Mads Kiilerich url: really handle urls of the form file:///c:/foo/bar/ correctly stable
Tue, 02 Aug 2011 15:21:10 -0400 Andrew Pritchard wireproto: add out-of-band error class to allow remote repo to report errors
Wed, 03 Aug 2011 16:41:14 -0500 Matt Mackall windows: fix pyflakes warning on unused imports
Tue, 02 Aug 2011 17:43:20 -0500 Matt Mackall minirst: add decorateblocks search helper
Tue, 02 Aug 2011 17:43:18 -0500 Matt Mackall minirst: add getsections helper
Tue, 02 Aug 2011 17:41:45 -0500 Matt Mackall minirst: add formatblocks helper
Tue, 02 Aug 2011 14:54:38 -0500 Matt Mackall minirst: add parse method to get document structure
Tue, 02 Aug 2011 13:18:56 +0200 Adrian Buehlmann util: move copymode into posix.py and windows.py
Tue, 02 Aug 2011 12:29:48 +0200 Adrian Buehlmann util: factor new function copymode out of mktempcopy
Tue, 02 Aug 2011 11:32:39 +0200 Adrian Buehlmann revert: introduce short option -C for --no-backup
Mon, 01 Aug 2011 18:10:05 -0500 Matt Mackall merge with stable
Mon, 01 Aug 2011 18:09:20 -0500 Matt Mackall Added signature for changeset 4a43e23b8c55 stable
Mon, 01 Aug 2011 18:09:00 -0500 Matt Mackall Added tag 1.9.1 for changeset 4a43e23b8c55 stable
Mon, 01 Aug 2011 23:58:50 +0200 Patrick Mezard hgweb: do not ignore [auth] if url has a username (issue2822) stable 1.9.1
Sun, 31 Jul 2011 01:46:52 +0200 Matt Mackall hgweb: raw file mimetype guessing configurable, off by default (BC) (issue2923) stable
Mon, 01 Aug 2011 14:53:10 -0500 Matt Mackall hgweb: extract the path logic from updatereqenv and add doctests
Mon, 01 Aug 2011 14:52:11 -0500 Matt Mackall merge with stable
Mon, 01 Aug 2011 09:48:10 +0200 wujek hgweb: handle 'baseurl' configurations with leading slash (issue2934) stable
Mon, 01 Aug 2011 19:53:00 +0300 Idan Kamara ui: call write() so the prompt string goes through subclassed implementation stable
Mon, 01 Aug 2011 10:54:34 -0500 Matt Mackall merge with stable
Mon, 01 Aug 2011 10:54:10 -0500 Matt Mackall merge with i18n stable
Sun, 31 Jul 2011 23:42:40 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 4fdab926e111 stable
Sat, 30 Jul 2011 09:42:07 +0200 Jens Bäckman i18n-sv: synchronized with 192e02680d09 stable
Sun, 31 Jul 2011 22:12:13 +0200 py4fun parsers: remove redundant 'n' variable in parsers.parse_index2() (issue2935)
Thu, 28 Jul 2011 13:28:32 -0400 Vasily Titskiy subrepo: handle adding svn subrepo with a svn:external file in it (issue2931) stable
Sat, 30 Jul 2011 23:41:10 +0300 Idan Kamara hook: be prepared for __stdout/err__ not having fileno() stable
Sat, 30 Jul 2011 21:04:14 +0300 Idan Kamara dispatch: make sure global options on the command line take precedence stable
Wed, 27 Jul 2011 18:35:35 -0500 Augie Fackler http2: send an extra header to signal a non-broken client stable
Fri, 29 Jul 2011 12:46:45 -0500 Augie Fackler httpclient: import ca33b88d143c from py-nonblocking-http (issue2932) stable
Fri, 29 Jul 2011 15:36:27 +0400 Andrei Vermel color.py - clear _terminfo_params in win32 mode stable
Sun, 31 Jul 2011 21:00:44 +0200 Benoit Boissinot url: store and assume the query part of an url is in escaped form (issue2921) stable
Fri, 29 Jul 2011 20:26:52 +0200 Yann E. MORIN mq/qqueue: print current queue name
Sat, 30 Jul 2011 11:08:45 +0100 Andrzej Bieniek export: add %m to file format string (first line of the commit message)
Fri, 29 Jul 2011 00:39:27 +0200 Adrian Buehlmann windows: eliminate win32 wildcard import
Fri, 29 Jul 2011 17:27:38 -0500 Matt Mackall merge with stable
Fri, 29 Jul 2011 17:27:14 -0500 Matt Mackall merge with crew
Thu, 28 Jul 2011 02:38:01 +0300 Lee Cantey test-filecache: change for python 2.4 compatibility
Wed, 27 Jul 2011 18:32:54 -0400 Andrew Pritchard setdiscovery: return anyincoming=False when remote's only head is nullid stable
Thu, 28 Jul 2011 14:36:07 +0900 FUJIWARA Katsunori i18n: use UTF-8 string to lower filename for case collision check stable
Thu, 28 Jul 2011 14:20:06 -0500 Matt Mackall merge with crew
Mon, 25 Jul 2011 14:59:31 -0500 Augie Fackler check-code: disallow use of hasattr()
Mon, 25 Jul 2011 21:15:48 -0500 Augie Fackler demandimport: use getattr instead of hasattr
Tue, 01 Mar 2011 23:35:22 -0600 Augie Fackler demandimport: blacklist rfc822 and mimetools to prevent spurious warnings
Mon, 25 Jul 2011 20:46:30 -0500 Augie Fackler i18n: use getattr instead of hasattr
Mon, 25 Jul 2011 16:09:18 -0500 Augie Fackler win32/hgwebdir_wsgi: use getattr instead of hasattr
Mon, 25 Jul 2011 16:08:57 -0500 Augie Fackler setup.py: use getattr instead of hasdattr
Mon, 25 Jul 2011 16:07:52 -0500 Augie Fackler setup3k: use getattr instead of hasattr
Mon, 25 Jul 2011 16:37:18 -0500 Augie Fackler tests: use getattr instead of hasattr
Mon, 25 Jul 2011 16:05:01 -0500 Augie Fackler wireproto: use safehasattr or getattr instead of hasattr
Mon, 25 Jul 2011 16:04:44 -0500 Augie Fackler windows: use getattr instead of hasattr
Mon, 25 Jul 2011 16:04:40 -0500 Augie Fackler util: use safehasattr or getattr instead of hasattr
Mon, 25 Jul 2011 16:02:42 -0500 Augie Fackler templatefilters: use safehasattr instead of hasattr
Mon, 25 Jul 2011 16:02:27 -0500 Augie Fackler patch: use safehasattr instead of hasattr
Mon, 25 Jul 2011 16:02:15 -0500 Augie Fackler mail: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:55:51 -0500 Augie Fackler url: replace uses of hasattr with safehasattr or getattr
Mon, 25 Jul 2011 15:53:22 -0500 Augie Fackler subrepo: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:47:43 -0500 Augie Fackler statichttprepo: replace hasattr with getattr
Mon, 25 Jul 2011 15:45:11 -0500 Augie Fackler walkrepos: use getattr instead of hasattr for samestat
Mon, 25 Jul 2011 15:43:55 -0500 Augie Fackler revlog: use getattr instead of hasattr
Mon, 25 Jul 2011 15:41:46 -0500 Augie Fackler lsprof: use getattr instead of hasattr
Mon, 25 Jul 2011 20:36:59 -0500 Augie Fackler keepalive: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:38:46 -0500 Augie Fackler hgweb: move remaining hasattr calls to safehasattr
Mon, 25 Jul 2011 15:38:10 -0500 Augie Fackler wsgicgi: use getattr instead of hasattr
Mon, 25 Jul 2011 15:37:52 -0500 Augie Fackler httprepo: use getattr instead of hasattr
Mon, 25 Jul 2011 15:36:13 -0500 Augie Fackler help command: use safehasattr instead of hasattr
Mon, 25 Jul 2011 16:27:08 -0500 Augie Fackler hgweb_mod: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:22:18 -0500 Augie Fackler hg: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:19:43 -0500 Augie Fackler encoding: use getattr isntead of hasattr
Mon, 25 Jul 2011 15:17:47 -0500 Augie Fackler dispatch: use safehasattr instead of hasattr
Mon, 25 Jul 2011 16:36:56 -0500 Augie Fackler debugignore: use getattr instead of hasattr
Mon, 25 Jul 2011 15:32:42 -0500 Augie Fackler cmdutil: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:09:17 -0500 Augie Fackler byterange: replace uses of hasattr with getattr
Mon, 25 Jul 2011 15:07:09 -0500 Augie Fackler bookmarks: use getattr instead of hasattr
Mon, 25 Jul 2011 20:37:12 -0500 Augie Fackler hgext: replace uses of hasattr with util.safehasattr
Mon, 25 Jul 2011 15:30:19 -0500 Augie Fackler globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
Mon, 25 Jul 2011 16:24:37 -0500 Augie Fackler globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
Mon, 25 Jul 2011 14:59:55 -0500 Augie Fackler safehasattr: new function to work around hasattr being broken
Mon, 25 Jul 2011 16:14:02 -0500 Augie Fackler windows: check util.mainfrozen() instead of ad-hoc checks everywhere
Tue, 26 Jul 2011 21:30:12 +0200 Patrick Mezard notify: rewrite user documentation
Mon, 25 Jul 2011 22:19:28 +0300 Idan Kamara cmdserver: repo.invalidate() on every runcommand
Mon, 25 Jul 2011 08:28:37 +0200 Angel Ezquerra help: add "web/logoimg" setting description
Mon, 25 Jul 2011 12:58:47 -0500 Matt Mackall filecache: fix check-code complaint
Mon, 25 Jul 2011 15:08:57 +0300 Idan Kamara localrepo: unify tag related info into a tagscache class
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: make invalidate() walk _filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate manifest() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate _bookmarks/current with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate changelog() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: refresh filecache entries after releasing a repo.lock()
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate dirstate() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: add a cache with stat info for files under .hg/
Sat, 09 Jul 2011 19:06:59 +0300 Idan Kamara scmutil: introduce filecache
Mon, 25 Jul 2011 15:03:02 +0300 Idan Kamara posix, windows: introduce cachestat
Sat, 23 Jul 2011 12:29:52 +0200 Adrian Buehlmann util: eliminate wildcard imports
Sat, 23 Jul 2011 14:33:35 -0500 Matt Mackall templater: use a global funcs table
Sat, 23 Jul 2011 06:09:14 +0200 Simon Heimberg ui: config path relative to repo root
Sat, 23 Jul 2011 06:08:52 +0200 Simon Heimberg ui: providing no default value to configpath should not raise an Error
Sat, 23 Jul 2011 06:08:49 +0200 Simon Heimberg ui: fix error, base can not be a list
Sat, 23 Jul 2011 11:52:25 -0500 Matt Mackall merge with stable
Fri, 22 Jul 2011 20:31:15 -0300 Wagner Bruna test-i18n, i18n-pt_BR: updated test message changed in 41c3a71c318d stable
Fri, 22 Jul 2011 20:27:40 -0300 Wagner Bruna i18n-pt_BR: synchronized with a934b9249574 stable
Fri, 22 Jul 2011 17:17:23 -0500 Matt Mackall merge with stable
Thu, 21 Jul 2011 15:56:15 -0500 Augie Fackler rebase: remove trailing whitespace found by check-code stable
Fri, 22 Jul 2011 08:03:47 -0700 Lee Cantey hooks: use python 2.4 compatible exception handling stable
Fri, 22 Jul 2011 17:11:35 -0500 Matt Mackall url: handle urls of the form file:///c:/foo/bar/ correctly stable
Thu, 21 Jul 2011 16:02:34 -0400 David Golub dispatch: avoid double backslashes in error message stable
Thu, 21 Jul 2011 15:10:16 +0200 Angel Ezquerra hgweb: add a "web/logoimg" setting to customize the web logo image
Thu, 21 Jul 2011 11:05:26 +0200 Adrian Buehlmann util: move windows and posix wildcard imports to begin of file
Fri, 22 Jul 2011 10:35:05 +0200 Adrian Buehlmann util: move "default" hidewindow to posix.py
Fri, 22 Jul 2011 10:31:56 +0200 Adrian Buehlmann util: move "default" lookupreg to posix.py
Fri, 22 Jul 2011 09:55:46 +0200 Adrian Buehlmann util: move "default" unlinkpath to posix.py
Fri, 22 Jul 2011 09:53:15 +0200 Adrian Buehlmann util: move "default" makedir to posix.py
Thu, 21 Jul 2011 15:52:08 -0500 Augie Fackler summary: allow color to highlight active bookmark
Mon, 18 Jul 2011 07:53:26 -0500 Augie Fackler summary: show bookmarks separate from tags and note active mark (issue2892)
Wed, 20 Jul 2011 18:23:06 -0400 Andrew Pritchard localrepo: make requirements attribute of newly-created repos contain a set
Fri, 22 Jul 2011 16:46:22 -0500 Matt Mackall localrepo: fix comment on set
Thu, 21 Jul 2011 15:39:37 -0500 Matt Mackall revert: restore check for uncommitted merge (issue2915) (BC) stable
Thu, 21 Jul 2011 14:06:55 -0500 Matt Mackall localrepo: add set method to iterate over a given revset
Thu, 21 Jul 2011 14:05:45 -0500 Matt Mackall revset: add formatspec convenience query builder
Thu, 21 Jul 2011 14:04:57 -0500 Matt Mackall revset: allow bypassing alias expansion
Tue, 19 Jul 2011 17:51:45 -0500 Matt Mackall merge with stable
Tue, 19 Jul 2011 13:43:53 -0500 Kevin Bullock subrepo: don't commit in subrepo if it's clean stable
Mon, 18 Jul 2011 22:58:21 +0200 Stefano Tortarolo rebase: block collapse with keepbranches on multiple named branches (issue2112) stable
Tue, 19 Jul 2011 14:19:04 -0500 Matt Mackall merge with stable
Sun, 17 Jul 2011 00:36:43 +0200 Alexander Krauss hbisect: do not assume that min(good) is an ancestor of min(bad)
Sun, 17 Jul 2011 00:35:31 +0200 Alexander Krauss hbisect: more consistent variable name
Sat, 16 Jul 2011 12:22:40 +0200 Alexander Krauss hbisect: confine loop to the relevant interval
Sat, 16 Jul 2011 15:24:28 +0300 Idan Kamara win32: assign winstdout to sys.__stdout__ as well (issue2888) stable
Mon, 18 Jul 2011 14:57:22 -0500 Matt Mackall alias: note interaction of shell aliases with early opts in help
Mon, 18 Jul 2011 14:53:52 -0500 Matt Mackall alias: fix up test results
Sat, 09 Jul 2011 19:06:59 +0300 Idan Kamara hooks: redirect stdout/err/in to the ui descriptors when calling python hooks stable
Fri, 15 Jul 2011 18:03:37 -0500 Matt Mackall alias: pass local ui to shell alias
Fri, 15 Jul 2011 16:06:54 -0500 Matt Mackall aliases: drop cwd manipulation
Fri, 15 Jul 2011 16:06:53 -0500 Matt Mackall dispatch: move shell alias handling after early arg handling
Fri, 15 Jul 2011 14:27:16 -0500 Matt Mackall merge with stable
Fri, 15 Jul 2011 20:07:19 +0200 Stefano Tortarolo rebase: reset bookmarks (issue2265 and issue2873) stable
Fri, 15 Jul 2011 12:56:58 -0500 Matt Mackall merge with stable
Thu, 14 Jul 2011 11:46:15 +0300 Idan Kamara cmdserver: take repo.baseui as our ui stable
Fri, 15 Jul 2011 10:18:24 +0200 Benoit Allard web: Output a correct date in short format (issue2902) stable
Fri, 15 Jul 2011 16:28:09 +0300 Idan Kamara test-commandserver: explicitly close opened file stable
Thu, 14 Jul 2011 12:39:39 -0500 Matt Mackall verify: fix mq misfire
Wed, 13 Jul 2011 19:30:27 -0500 Matt Mackall merge with stable
Wed, 13 Jul 2011 19:30:09 -0500 Matt Mackall merge with i18n stable
Tue, 05 Jul 2011 17:54:36 -0300 Wagner Bruna i18n-pt_BR: synchronized with 35f5cfdd0427 stable
Wed, 13 Jul 2011 19:27:56 -0500 Matt Mackall merge with stable
Wed, 13 Jul 2011 16:43:18 -0500 Matt Mackall commit: suppress spurious new head message for duplicate commit (issue2893)
Wed, 13 Jul 2011 16:58:51 -0500 Matt Mackall osutil: emulate os.listdir's OSError for long names (issue2898)
Wed, 13 Jul 2011 16:28:46 -0500 Matt Mackall verify: filter messages about missing null manifests (issue2900)
Wed, 13 Jul 2011 19:24:54 -0500 Matt Mackall merge with crew
Wed, 13 Jul 2011 17:41:49 -0500 Matt Mackall subrepo: use working copy of .hgsub to filter status (issue2901) stable
Wed, 13 Jul 2011 19:23:33 +0200 Patrick Mezard notify: remove unused url() method
Wed, 13 Jul 2011 19:23:12 +0200 Patrick Mezard test-notify-changegroup: test notifications on unbundle
Wed, 13 Jul 2011 19:23:08 +0200 Patrick Mezard run-tests: fix summary when accepting changes interactively
Wed, 13 Jul 2011 16:29:28 -0500 Matt Mackall merge with stable
Wed, 13 Jul 2011 16:28:46 -0500 Matt Mackall verify: filter messages about missing null manifests (issue2900) stable
Mon, 11 Jul 2011 17:49:45 +0300 Idan Kamara cmdserver: restore old working dir after dispatch when we have --cwd stable
Mon, 11 Jul 2011 17:46:55 +0300 Idan Kamara dispatch: don't use request repo if we have --cwd stable
Tue, 12 Jul 2011 12:06:11 -0400 Nicholas Riley eol: ignore IOError from deleted files in commitctx stable
Fri, 08 Jul 2011 20:24:19 -0500 Steve Borho scmutil: add missing import of re stable
Tue, 12 Jul 2011 16:36:34 -0500 Matt Mackall dispatch: fix checking of rpath in _getlocal
Tue, 12 Jul 2011 16:36:22 -0500 Matt Mackall ui: rename _is_trusted to _trusted
Tue, 12 Jul 2011 16:27:03 -0500 Matt Mackall merge with stable
Tue, 12 Jul 2011 16:22:36 -0500 Matt Mackall eol: fix silly test-gendoc breakage by escaping control characters
Thu, 07 Jul 2011 12:13:07 +0200 Martin Geisler eol: document new eol.fix-trailing-newline setting
Fri, 01 Jul 2011 23:12:52 +0400 Stepan Koltsov eol: fix missing trailing newlines in comitted files
Fri, 01 Jul 2011 22:53:58 +0400 Stepan Koltsov eol: eol.only-consistent can now be specified in .hgeol
Thu, 07 Jul 2011 10:34:19 +0200 Martin Geisler merge with stable
Thu, 07 Jul 2011 10:19:37 +0200 Martin Geisler commands: use mergetoolopts when a command supports --tool
Tue, 12 Jul 2011 12:35:03 -0500 Matt Mackall revsets: actually catch type error on tip^p1(tip) (issue2884) stable
Sat, 09 Jul 2011 09:44:15 +0200 Cédric Krier hgcia: Set default value of strip to -1 (issue2891) stable
Thu, 07 Jul 2011 10:32:30 +0200 Martin Geisler commands: improve help for -y/--noninteractive stable
Wed, 06 Jul 2011 19:25:56 -0500 Matt Mackall bookmarks: simplify warning code
Wed, 06 Jul 2011 19:25:56 -0500 Matt Mackall bookmarks: drop superfluous strip
Tue, 05 Jul 2011 10:20:27 +0200 Pierre-Yves David bookmarks: add a warning for non empty malformed line
Tue, 05 Jul 2011 10:13:54 +0200 Pierre-Yves David bookmarks: more robust parsing of bookmarks file
Wed, 06 Jul 2011 19:25:53 -0500 Matt Mackall merge with stable
Wed, 06 Jul 2011 13:43:29 -0500 Matt Mackall revsets: catch type error on tip^p1(tip) (issue2884) stable
Wed, 06 Jul 2011 13:37:50 -0500 Matt Mackall revsets: do the right thing with x^:y (issue2884) stable
Wed, 06 Jul 2011 18:28:42 +0900 Shun-ichi GOTO win32mbcs: wrap two more functions to be wrapped. stable
Tue, 05 Jul 2011 14:36:33 +0300 Idan Kamara commands, merge: call setconfig on the right ui
Tue, 05 Jul 2011 14:28:55 +0300 Idan Kamara peer: change arg name to convey it can be a repo as well
Thu, 23 Jun 2011 15:00:45 -0500 Augie Fackler progress: add a changedelay to prevent parallel topics from flapping (issue2698)
Thu, 23 Jun 2011 14:55:09 -0500 Augie Fackler progress: make progress bar a singleton to avoid double-progress ui bugs
Thu, 02 Jun 2011 14:33:01 -0500 Augie Fackler progress: remove superfluous parens
Sun, 03 Jul 2011 12:58:03 +0200 Christian Ebert keyword: reuse already present working contexts for match
Tue, 05 Jul 2011 14:30:53 -0500 Matt Mackall merge with stable
Tue, 05 Jul 2011 14:30:42 -0500 Matt Mackall discovery: quiet note about heads stable
Mon, 04 Jul 2011 19:53:39 -0300 Wagner Bruna patch: fix parsing patch files containing CRs not followed by LFs stable
Tue, 05 Jul 2011 11:53:32 +0100 Jim Hague treediscovery: rename stop() in tests to fix failures on AIX. stable
Mon, 04 Jul 2011 14:36:16 +0300 Idan Kamara fileset: fix typo in binary() doc stable
Fri, 01 Jul 2011 22:50:36 +0200 Arne Babenhauserheide help: fileset foo.lst was named files.lst stable
Fri, 01 Jul 2011 13:59:09 -0500 Matt Mackall merge with stable
Fri, 01 Jul 2011 13:54:27 -0500 Matt Mackall Added signature for changeset de9eb6b1da4f stable
Fri, 01 Jul 2011 13:54:25 -0500 Matt Mackall Added tag 1.9 for changeset de9eb6b1da4f stable
Fri, 01 Jul 2011 17:37:09 +0200 Mads Kiilerich util: rename the util.localpath that uses url to urllocalpath (issue2875) stable 1.9
Fri, 01 Jul 2011 18:13:48 +0200 Mads Kiilerich tests: restore previous fix for date ambiguity in cvs test stable
Thu, 30 Jun 2011 19:34:09 -0500 Matt Mackall merge with stable
Thu, 30 Jun 2011 16:36:38 +0200 Thomas Arendsen Hein run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate() stable
Thu, 30 Jun 2011 16:25:05 +0200 Thomas Arendsen Hein run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate() stable
Thu, 30 Jun 2011 13:22:12 -0500 Eli Carter subrepo: correct revision in svn checkout stable
Thu, 30 Jun 2011 12:55:19 -0500 Steve Borho wix: catch up with more added files stable
Thu, 30 Jun 2011 20:37:32 -0300 Wagner Bruna i18n-pt_BR: translate template filter descriptions stable
Thu, 30 Jun 2011 20:05:23 -0300 Wagner Bruna i18n-ja: recover template translations from 15200b46165b stable
Fri, 01 Jul 2011 00:26:45 +0400 Alexander Sauta i18n-ru: fixed mixed up msgid and msgstr in annotate stable
Fri, 01 Jul 2011 00:14:30 +0400 Alexander Sauta i18n-ru: translated missing strings for commands, some typos corrected stable
Wed, 29 Jun 2011 18:19:17 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9adce4b38ed1 stable
Wed, 29 Jun 2011 16:05:59 -0500 Matt Mackall merge with stable
Wed, 29 Jun 2011 16:05:41 -0500 Matt Mackall merge with i18n stable
Thu, 30 Jun 2011 01:55:14 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 5c046e4b9652 stable
Wed, 29 Jun 2011 19:04:03 +0400 Alexander Sauta i18n-ru: translated help for urls. Thus, all stock commands and help translated stable
Wed, 29 Jun 2011 16:14:26 +0400 Alexander Sauta i18n-ru: translated help for templating stable
Wed, 29 Jun 2011 09:24:45 +0200 Jens Bäckman i18n-sv: synchronized with 85857aa6e666 stable
Tue, 28 Jun 2011 14:32:54 -0300 Wagner Bruna i18n-pt_BR: synchronized with 6ba51c81ff75 stable
Tue, 28 Jun 2011 20:42:07 +0400 Alexander Sauta i18n-ru: translated help for multirevs-subrepos stable
Tue, 28 Jun 2011 10:06:56 +0200 Martin Geisler i18n-da: translate hg.1.html header stable
Tue, 28 Jun 2011 10:02:39 +0200 Martin Geisler i18n: merge with stable
Tue, 28 Jun 2011 00:34:49 +0400 Alexander Sauta i18n-ru: translated help for merge-tools stable
Mon, 27 Jun 2011 21:34:48 +0400 Alexander Sauta i18n-ru: translated help for hgignore stable
Tue, 28 Jun 2011 09:58:39 +0200 Martin Geisler i18n-pt_BR: add lost translation used in test-i18n.t stable
Tue, 28 Jun 2011 09:42:45 +0200 Martin Geisler i18n: merge with main stable
Tue, 28 Jun 2011 09:39:58 +0200 Martin Geisler i18n: merge with main
Tue, 28 Jun 2011 00:38:59 +0400 Alexander Sauta merge with stable
Tue, 28 Jun 2011 00:34:49 +0400 Alexander Sauta i18n-ru: translated help for merge-tools
Mon, 27 Jun 2011 21:34:48 +0400 Alexander Sauta i18n-ru: translated help for hgignore
Mon, 27 Jun 2011 15:12:41 -0300 Wagner Bruna i18n-pt_BR: synchronized with 72e4fcb43227 stable
Mon, 27 Jun 2011 15:09:55 -0300 Wagner Bruna i18n-ru: drop executable bit from .po file stable
Mon, 27 Jun 2011 19:11:34 +0200 Martin Geisler merge with stable
Mon, 27 Jun 2011 19:10:45 +0200 Martin Geisler i18n: merge with main stable
Thu, 23 Jun 2011 10:41:33 +0400 Alexander Sauta i18n-ru: glossary translated stable
Wed, 22 Jun 2011 02:47:03 +0400 Alexander Sauta i18n-ru: tranlated docstrings from filesets added in 1575dc5d399a stable
Wed, 22 Jun 2011 02:09:23 +0400 Alexander Sauta i18n-ru: translated help for extensions and filesets stable
Tue, 21 Jun 2011 01:49:45 +0400 Alexander Sauta i18n-ru: translated new config.txt stable
Mon, 27 Jun 2011 19:06:18 +0200 Martin Geisler i18n: merge with main
Mon, 27 Jun 2011 13:50:31 -0300 Wagner Bruna i18n-pt_BR: synchronized with 94eea58da2a3 stable
Mon, 27 Jun 2011 13:48:25 -0300 Wagner Bruna fileset: add i18n hints for keywords stable
Mon, 27 Jun 2011 13:24:28 -0300 Wagner Bruna merge with i18n
Mon, 27 Jun 2011 13:24:01 -0300 Wagner Bruna merge with i18n stable
Thu, 23 Jun 2011 22:35:44 +0200 Jens Bäckman 18n-sv: translated all new fuzzy strings stable
Thu, 23 Jun 2011 10:41:33 +0400 Alexander Sauta i18n-ru: glossary translated
Wed, 22 Jun 2011 02:47:03 +0400 Alexander Sauta i18n-ru: tranlated docstrings from filesets added in 1575dc5d399a
Wed, 22 Jun 2011 02:09:23 +0400 Alexander Sauta i18n-ru: translated help for extensions and filesets
Tue, 21 Jun 2011 19:00:27 -0300 Wagner Bruna merge with i18n
Mon, 20 Jun 2011 19:24:50 -0300 Wagner Bruna i18n-pt_BR: synchronized with 6c7283faa967 stable
Tue, 21 Jun 2011 18:37:15 -0300 Wagner Bruna merge with i18n stable
Tue, 21 Jun 2011 01:49:45 +0400 Alexander Sauta i18n-ru: translated new config.txt
Mon, 20 Jun 2011 17:00:04 -0300 Wagner Bruna i18n-pt_BR: messages from crew f9c056f48018 stable
Mon, 20 Jun 2011 16:56:15 -0300 Wagner Bruna i18n-pt_BR: synchronized with 15200b46165b stable
Wed, 29 Jun 2011 12:54:34 +0200 Adrian Buehlmann wix: add missing templates/paper/diffstat.tmpl stable
Wed, 29 Jun 2011 09:36:45 +0200 Jesse Long hgweb: treat branch attribute `closed' as more important than `inactive' stable
Wed, 29 Jun 2011 15:49:35 +0300 Idan Kamara tests: add basic commandserver test stable
Wed, 29 Jun 2011 13:20:40 -0400 Brodie Rao color: for the sake of "less -R", default to ansi in auto mode (issue2792) stable
Wed, 29 Jun 2011 13:20:39 -0400 Brodie Rao color: fix TypeError with auto mode on win32 when colors aren't available (issue2871) stable
Tue, 28 Jun 2011 00:56:33 +0200 Adrian Buehlmann test-revert: add revert --all case when nothing changed stable
Wed, 29 Jun 2011 16:01:06 -0500 Matt Mackall subrepos: be smarter about what's an absolute path (issue2808) stable
Wed, 29 Jun 2011 13:04:00 +0200 Thomas Arendsen Hein test-wireprotocol.py: rename to test-wireproto.py for consistency stable
Wed, 29 Jun 2011 15:00:00 +0200 Thomas Arendsen Hein classes: fix class style problems found by b071cd58af50 stable
Wed, 29 Jun 2011 13:45:51 +0200 Thomas Arendsen Hein check-code: fix class style checking (with tests) stable
Wed, 29 Jun 2011 00:19:27 +0200 Mads Kiilerich tests: ignore inotify extension in test-duplicateoptions.py stable
Sat, 25 Jun 2011 02:30:17 +0200 Pierre-Yves David error: Add a hint argument to RepoError stable
Tue, 28 Jun 2011 00:56:33 +0200 Adrian Buehlmann test-revert: add revert --all case when nothing changed stable
Mon, 27 Jun 2011 16:39:02 -0500 Matt Mackall merge with stable
Mon, 27 Jun 2011 11:36:42 -0700 Danek Duvall color: be silent when falling back to ECMA-48 mode if "auto" mode was desired stable
Mon, 27 Jun 2011 11:36:40 -0700 Danek Duvall tests: hardcode terminfo entry for the terminfo color test stable
Sun, 26 Jun 2011 15:47:39 -0300 Wagner Bruna localrepo: mark progress step for translation stable
Sun, 26 Jun 2011 01:13:30 +0200 Adrian Buehlmann revert: improve hints on abort when reverting to parent without --all stable
Fri, 24 Jun 2011 19:44:59 +0300 Idan Kamara dispatch: set config options on the request repo.ui stable
Fri, 24 Jun 2011 19:44:59 +0300 Idan Kamara dispatch: return read config options stable
Fri, 24 Jun 2011 19:44:58 +0300 Idan Kamara dispatch: set global options on the request repo.ui stable
Fri, 24 Jun 2011 19:44:17 +0300 Idan Kamara cmdserver: assign repo.baseui before running commands stable
Fri, 24 Jun 2011 19:43:59 +0300 Idan Kamara cmdserver: copy repo.ui before running commands stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara filemerge: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 12:16:14 +0300 Idan Kamara dispatch: make sure unspecified global ui options don't override old values stable
Mon, 27 Jun 2011 11:19:27 -0500 Matt Mackall merge with stable
Sat, 25 Jun 2011 02:30:24 +0200 Pierre-Yves David requirements: show all missing features in the error message. stable
Fri, 24 Jun 2011 23:29:51 +0200 Adrian Buehlmann test-revert: add case for nothing changed stable
Fri, 24 Jun 2011 19:38:28 +0300 Idan Kamara dispatch: set descriptors on the request repo.ui stable
Fri, 24 Jun 2011 19:36:44 +0300 Idan Kamara dispatch: pass the correct ui to runcommand stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara archive: wrap the ui descriptor so it doesn't get closed stable
Fri, 24 Jun 2011 19:27:53 +0300 Idan Kamara transplant: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara bisect: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara extdiff: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 17:04:37 +0300 Idan Kamara ui: use ui out descriptor when calling util.system stable
Fri, 24 Jun 2011 11:39:12 -0400 David Golub call reposetup for repositories returned from peer (issue2864) stable
Sat, 25 Jun 2011 01:55:16 +0200 Mads Kiilerich tests: solaris [ doesn't know -e stable
Sat, 25 Jun 2011 01:55:15 +0200 Mads Kiilerich convert: fix git convert on solaris - it cannot remove environment variables stable
Sat, 25 Jun 2011 01:55:13 +0200 Mads Kiilerich tests: HGRCPATH must be exported after assignment stable
Fri, 24 Jun 2011 18:00:29 -0500 Matt Mackall merge with stable
Fri, 24 Jun 2011 23:25:42 +0300 Idan Kamara backout of d04ba50e104d: allow to qpop/push with a dirty working copy stable
Fri, 24 Jun 2011 13:35:44 -0500 Matt Mackall merge with stable
Fri, 24 Jun 2011 13:35:03 -0500 Matt Mackall merge with stable stable
Fri, 24 Jun 2011 10:31:44 +0200 Adrian Buehlmann update: do not use the term 'update' when mentioning reverting one file stable
Fri, 24 Jun 2011 16:36:24 +0300 Idan Kamara cmdserver: fix read-loop string concatenation stable
Fri, 24 Jun 2011 16:30:43 +0300 Idan Kamara dispatch: check for None before closing repo stable
Fri, 24 Jun 2011 12:37:29 +0200 Adrian Buehlmann revert: mention update in hint of abort when reverting to non-parent stable
Fri, 24 Jun 2011 10:51:05 +0200 Adrian Buehlmann update: clarify that update changes the parent revison stable
Fri, 24 Jun 2011 00:21:00 -0500 Matt Mackall merge with stable
Wed, 22 Jun 2011 01:55:00 +0200 Mads Kiilerich revset: fix aliases with 0 or more than 2 parameters stable
Thu, 23 Jun 2011 14:40:57 +0200 Peter Arrenbrecht match: fix bug caused by refactoring in cfc89398f710 stable
Wed, 22 Jun 2011 15:34:33 +0200 Adrian Buehlmann revert: be more helpful on uncommitted merges stable
Wed, 22 Jun 2011 10:13:44 +0200 Adrian Buehlmann opener: add self._audit (issue2862) stable
Wed, 22 Jun 2011 17:13:04 +0300 Idan Kamara cmdserver: write the hello message as one chunk on the 'o' channel stable
Fri, 24 Jun 2011 01:10:35 +0200 Mads Kiilerich fileset: copied takes no arguments stable
Wed, 22 Jun 2011 01:55:00 +0200 Mads Kiilerich revset and fileset: fix typos in parser error messages stable
Fri, 24 Jun 2011 00:18:41 +0200 Mads Kiilerich fileset: use ParseError pos field correctly stable
Fri, 24 Jun 2011 00:18:06 +0200 Mads Kiilerich revset: fix parameter name in implementation of follow() stable
Tue, 21 Jun 2011 17:27:20 -0500 Matt Mackall merge with stable
Mon, 20 Jun 2011 22:15:52 -0500 Kevin Bullock revert: be more explicit that changes are lost stable
Tue, 21 Jun 2011 17:08:21 +0300 Idan Kamara dispatch: do not close the request repo stable
Tue, 21 Jun 2011 16:55:21 +0300 Idan Kamara hook: write hook output to ui fout descriptor stable
Tue, 21 Jun 2011 15:26:44 -0500 Matt Mackall merge with stable
Tue, 21 Jun 2011 15:21:57 -0500 Matt Mackall check-code: don't mark debug messages for translation stable
Tue, 21 Jun 2011 18:35:13 +0200 David Soria Parra i18n: remove translation of debug messages stable
Tue, 21 Jun 2011 15:38:10 +0300 Idan Kamara cmdserver, runcommand: properly handle the client sending no arguments stable
Tue, 21 Jun 2011 15:13:39 +0300 Idan Kamara cmdserver: don't raise EOFError when trying to read 0 bytes from the client stable
Mon, 20 Jun 2011 19:08:41 -0300 Wagner Bruna i18n: extract docstrings from fileset module stable
Tue, 21 Jun 2011 14:57:17 +0200 Martin Geisler Backed out changeset 1ec8bd909ac3 stable
Tue, 21 Jun 2011 14:00:26 +0200 Martin Geisler merge with stable
Tue, 21 Jun 2011 13:24:19 +0200 David Soria Parra dispatch: translate alias debugging messages stable
Tue, 21 Jun 2011 00:17:52 +0200 Mads Kiilerich parsers: fix localization markup of parser errors stable
Sun, 19 Jun 2011 22:33:25 -0400 Ollie Rutherfurd fileset: use correct function name for hgignore in docstring stable
Mon, 20 Jun 2011 16:45:33 -0500 Matt Mackall url: catch UNC paths as yet another Windows special case (issue2808) stable
Mon, 20 Jun 2011 14:11:01 +0200 Peter Arrenbrecht treediscovery: always return all remote heads stable
Mon, 20 Jun 2011 11:08:41 +0200 Sune Foldager merge with stable
Mon, 20 Jun 2011 10:51:37 +0200 Sune Foldager config.sortdict: override clear method stable
Mon, 20 Jun 2011 09:30:03 +0200 Peter Arrenbrecht patch: fix typo in variable name stable
Mon, 20 Jun 2011 10:42:19 +0200 Martin Geisler merge with stable
Fri, 17 Jun 2011 19:28:38 -0300 Wagner Bruna help/revsets: revset aliases can be defined on any config file stable
Fri, 17 Jun 2011 19:27:40 -0300 Wagner Bruna help/revsets: clean up whitespace between paragraphs stable
Fri, 17 Jun 2011 19:14:47 -0300 Wagner Bruna help/config: mention [revsetalias] section stable
Sun, 19 Jun 2011 11:43:40 +0200 Thomas Arendsen Hein fileset: add missing whitespace around operator stable
Sat, 18 Jun 2011 20:49:07 -0500 Matt Mackall fileset: drop backwards SI size units stable
Sat, 18 Jun 2011 20:36:39 -0500 Matt Mackall remove bogus test copy stable
Sat, 18 Jun 2011 17:03:01 -0500 Matt Mackall merge default branch into stable to mark the start of the code freeze stable
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add a help topic
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add copied predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add encoding() predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add size() predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add grep predicate
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add some function help text
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add hgignore
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add resolved and unresolved predicates
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: prescan parse tree to optimize status usage
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add support for file status predicates
Sat, 18 Jun 2011 16:53:49 -0500 Matt Mackall fileset: add some basic predicates
Sat, 18 Jun 2011 16:53:44 -0500 Matt Mackall match: introduce basic fileset support
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall match: allow passing a context object to match core
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall fileset: drop matchfn
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: match no longer accepts repo objects
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: match now accepts a context or a repo
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall context: add a match builder method
Fri, 17 Jun 2011 18:24:54 -0300 Wagner Bruna help/hgignore: refer to the builtin help instead of external URLs
Sat, 18 Jun 2011 01:08:54 +0200 Mads Kiilerich sslutil: make messages for Python without certificate handling more helpful
Sat, 18 Jun 2011 01:03:03 +0200 Nicolas Bareil sslutil: fall back to commonName when no dNSName in subjectAltName (issue2798)
Fri, 17 Jun 2011 15:43:50 -0500 Matt Mackall merge with i18n
Fri, 17 Jun 2011 15:22:50 -0500 Augie Fackler svn subrepos: work around checkout obstructions (issue2752)
Fri, 17 Jun 2011 15:21:02 -0500 Augie Fackler update: check wc.dirty() before setting overwrite=True
Thu, 16 Jun 2011 15:26:17 -0500 Steve Borho tags: don't allow environment errors to be raised from _writetagscache
Fri, 17 Jun 2011 13:31:23 -0300 Wagner Bruna help/config: replace docutils markup
Fri, 17 Jun 2011 12:23:12 -0300 Wagner Bruna test-i18n, i18n-pt_BR: update test message
Fri, 17 Jun 2011 15:36:56 -0500 Matt Mackall config: undo change of empty line definition
Fri, 17 Jun 2011 20:33:02 +0200 Patrick Mezard patch: make filestore store data in memory and fallback to fs
Wed, 15 Jun 2011 10:40:23 +0200 Martin Geisler i18n: merge in latest Romanian translations
Wed, 08 Jun 2011 17:06:29 +0200 Daniel Dumitriu i18n-ro: synchronized with 3c7907dc95ca
Wed, 08 Jun 2011 15:17:23 +0200 Daniel Dumitriu i18n-ro: outstanding changes
Thu, 16 Jun 2011 12:52:37 -0300 Wagner Bruna help/config: quote config section names consistently
Thu, 16 Jun 2011 12:42:19 -0300 Wagner Bruna help/config: fix small typo
Thu, 16 Jun 2011 12:30:57 -0300 Wagner Bruna help/config: do not refer to config files as hgrc files
Thu, 16 Jun 2011 12:30:44 -0300 Wagner Bruna help/config: fix 'Mercurial' casing
Thu, 16 Jun 2011 22:47:34 +0200 Thomas Arendsen Hein revset: add desc(string) to search in commit messages
Thu, 16 Jun 2011 22:03:26 +0200 Thomas Arendsen Hein revset: update sorting of symbols
Thu, 16 Jun 2011 14:33:06 -0500 Matt Mackall http: fix variable name in unexpected response message
Fri, 03 Jun 2011 17:27:41 +0300 Idan Kamara serve: add --cmdserver option to communicate with hg over a pipe
Wed, 15 Jun 2011 23:15:04 +0300 Idan Kamara localrepo: don't attempt to open .hgtags twice if the error isn't ENOENT
Thu, 16 Jun 2011 01:58:00 +0200 Pierre-Yves David log: do not display hidden changeset
Thu, 16 Jun 2011 01:57:59 +0200 Pierre-Yves David hidden: Add ``hidden`` method for context
Thu, 16 Jun 2011 01:57:53 +0200 Pierre-Yves David hidden: Add a hiddenrevs attributes to changelog.
Thu, 16 Jun 2011 13:24:44 -0500 Matt Mackall config: handle comment lines in continuations (issue2854)
Thu, 16 Jun 2011 13:24:42 -0500 Matt Mackall http: report unexpected unparsable push responses (issue2777)
Tue, 07 Jun 2011 13:39:09 +0300 Idan Kamara dispatch: write shell alias output to ui out descriptor
Wed, 08 Jun 2011 14:54:52 +0300 Idan Kamara commands: use ui descriptors when reading/writing from stdin/out
Wed, 15 Jun 2011 23:50:33 +0300 Idan Kamara cmdutil: return a dummy, closable file object if it cannot be duped
Wed, 08 Jun 2011 14:54:52 +0300 Idan Kamara cmdutil: use ui descriptors in makefileobj
Wed, 08 Jun 2011 14:54:52 +0300 Idan Kamara mq: use ui.fin when importing patch from '-'
Wed, 08 Jun 2011 14:54:52 +0300 Idan Kamara cmdutil, logmessage: use ui.fin when reading from '-'
Wed, 15 Jun 2011 17:04:06 -0300 Wagner Bruna dagutil: fix missing import of i18n._
Thu, 16 Jun 2011 19:34:42 +0200 Satish Balay hgmanpage: adapt to Docutils 0.8 API change
Thu, 16 Jun 2011 08:49:26 +0200 Martin Geisler manifest: use "\0" instead of "\000"
Wed, 15 Jun 2011 17:25:58 +0200 Martin Geisler commands: add pointer to bookmarks command in branch help
Wed, 15 Jun 2011 17:10:26 +0200 Martin Geisler glossary: add entry for "Bookmark"
Wed, 15 Jun 2011 17:10:16 +0200 Martin Geisler glossary: add entry for "Tag"
Tue, 14 Jun 2011 20:43:04 -0500 Matt Mackall merge with i18n
Tue, 14 Jun 2011 00:31:56 +0400 Alexander Sauta i18n-ru: translated all standard commands and config-environment additional help topics
Fri, 10 Jun 2011 01:39:22 +0400 Alexander Sauta i18n-ru: translated push-rename
Thu, 09 Jun 2011 20:37:32 +0400 Alexander Sauta i18n-ru: translated parents-pull
Tue, 14 Jun 2011 22:58:00 +0200 Peter Arrenbrecht setdiscovery: batch heads and known(ownheads)
Tue, 14 Jun 2011 22:56:20 +0200 Peter Arrenbrecht wireproto: make a number of commands batchable
Tue, 14 Jun 2011 22:52:58 +0200 Peter Arrenbrecht wireproto: add batching support to wirerepository
Tue, 14 Jun 2011 22:51:26 +0200 Peter Arrenbrecht wireproto: add basic command batching infrastructure
Wed, 15 Jun 2011 01:50:49 +0900 Yuya Nishihara mq: make qrefresh/qfold keep wlock until saving patch status
Tue, 14 Jun 2011 20:08:35 -0300 Wagner Bruna bugzilla: fix typo in documentation
Tue, 14 Jun 2011 20:25:38 +0300 Idan Kamara dispatch: fix for-loop variable name
Tue, 14 Jun 2011 13:29:25 +0200 Ingo Bressler notify: send changesets on 'outgoing' hook, updated doc
Tue, 14 Jun 2011 13:31:32 +1000 Stephen Thorne sslutil: Restore missing imports of socket and httplib to sslutil
Wed, 08 Jun 2011 14:54:47 +0300 Idan Kamara dispatch: assign I/O descriptors from the request to the ui
Wed, 08 Jun 2011 01:39:20 +0300 Idan Kamara ui: use I/O descriptors internally
Tue, 07 Jun 2011 13:39:09 +0300 Idan Kamara dispatch: add I/O descriptors to the request
Tue, 07 Jun 2011 13:39:09 +0300 Idan Kamara ui: add I/O descriptors
Tue, 14 Jun 2011 23:26:35 +0200 Patrick Mezard import: add --bypass option
Tue, 14 Jun 2011 23:24:40 +0200 Patrick Mezard import: separate parents selection from working dir update
Tue, 14 Jun 2011 23:24:34 +0200 Patrick Mezard patch: extend filtestore to store an optional copy source
Tue, 14 Jun 2011 16:38:34 +0200 Martin Geisler paper/coal: use fixed width for diffstat +/- link
Tue, 14 Jun 2011 16:33:46 +0200 Martin Geisler hg: rename opts argument to peeropts in clone
Mon, 13 Jun 2011 16:25:18 -0500 Matt Mackall hg: move peerschemes back to schemes
Mon, 13 Jun 2011 14:53:23 -0500 Matt Mackall hg: rearrange peer scheme lookup
Mon, 13 Jun 2011 14:56:00 +0300 Idan Kamara forget, remove: don't note on nonexistent file twice
Mon, 13 Jun 2011 12:51:38 -0500 Matt Mackall localrepo: local() returns self
Mon, 13 Jun 2011 12:51:37 -0500 Matt Mackall tests: avoid instability in test-convert-cvs-synthetic
Mon, 13 Jun 2011 00:19:26 +0300 Idan Kamara dispatch: propagate ui command options to the local ui (issue2523)
Sun, 12 Jun 2011 23:30:39 +0300 Idan Kamara mq: catch correct exception when calling changelog.rev()
Sun, 12 Jun 2011 17:26:58 +0300 Idan Kamara rebase: preserve mq series order after rebasing (issue2849)
Sun, 12 Jun 2011 17:26:20 +0300 Idan Kamara run-tests: verbose log ignored test
Fri, 10 Jun 2011 10:58:10 +0200 Ingo Proetel record: add white space diff options
Mon, 13 Jun 2011 13:53:58 +0200 Adrian Buehlmann mq: rename abort_if_wdir_patched to abortifwdirpatched
Mon, 13 Jun 2011 13:48:47 +0200 Adrian Buehlmann mq: rename partial_name to partialname
Mon, 13 Jun 2011 13:47:21 +0200 Adrian Buehlmann mq: rename write_list to writelist
Mon, 13 Jun 2011 13:45:48 +0200 Adrian Buehlmann mq: rename series_dirty to seriesdirty
Mon, 13 Jun 2011 13:44:34 +0200 Adrian Buehlmann mq: rename applied_dirty to applieddirty
Mon, 13 Jun 2011 13:43:03 +0200 Adrian Buehlmann mq: rename guards_dirty to guardsdirty
Mon, 13 Jun 2011 13:41:58 +0200 Adrian Buehlmann mq: rename active_guards to activeguards
Mon, 13 Jun 2011 13:40:35 +0200 Adrian Buehlmann mq: rename guards_path to guardspath
Mon, 13 Jun 2011 13:39:14 +0200 Adrian Buehlmann mq: rename status_path to statuspath
Mon, 13 Jun 2011 13:38:04 +0200 Adrian Buehlmann mq: rename series_path to seriespath
Mon, 13 Jun 2011 12:11:49 +0200 Adrian Buehlmann mq: rename series_end to seriesend
Mon, 13 Jun 2011 12:09:29 +0200 Adrian Buehlmann mq: rename full_series_end to fullseriesend
Mon, 13 Jun 2011 12:07:46 +0200 Adrian Buehlmann mq: rename check_reserved_name to checkreservedname
Mon, 13 Jun 2011 12:06:32 +0200 Adrian Buehlmann mq: rename check_localchanges to checklocalchanges
Mon, 13 Jun 2011 12:05:20 +0200 Adrian Buehlmann mq: rename check_substate to checksubstate
Mon, 13 Jun 2011 12:03:38 +0200 Adrian Buehlmann mq: rename check_toppatch to checktoppatch
Mon, 13 Jun 2011 12:02:14 +0200 Adrian Buehlmann mq: rename save_dirty to savedirty
Mon, 13 Jun 2011 12:00:56 +0200 Adrian Buehlmann mq: rename explain_pushable to explainpushable
Mon, 13 Jun 2011 11:59:35 +0200 Adrian Buehlmann mq: rename set_active to setactive
Mon, 13 Jun 2011 11:58:16 +0200 Adrian Buehlmann mq: rename set_guards to setguards
Mon, 13 Jun 2011 11:57:21 +0200 Adrian Buehlmann mq: rename check_guard to checkguard
Mon, 13 Jun 2011 11:55:46 +0200 Adrian Buehlmann mq: rename parse_series to parseseries
Mon, 13 Jun 2011 11:54:25 +0200 Adrian Buehlmann mq: rename find_series to findseries
Mon, 13 Jun 2011 11:40:27 +0200 Adrian Buehlmann mq: rename series_guards to seriesguards
Mon, 13 Jun 2011 11:06:11 +0200 Adrian Buehlmann mq: rename full_series to fullseries
Sat, 11 Jun 2011 21:24:50 +0800 Steven Brown paper, coal: display diffstat on the changeset page
Sat, 11 Jun 2011 21:11:43 +0800 Steven Brown web: provide diff summary to the changeset page
Sat, 11 Jun 2011 14:14:53 -0500 Matt Mackall tests: fix up date ambiguity in cvs test
Sat, 11 Jun 2011 14:14:52 -0500 Matt Mackall hg: split peer and repo lookup tables
Sat, 11 Jun 2011 14:40:25 +0200 Patrick Mezard tests: rename test-git-import.t into test-import-git.t
Sat, 11 Jun 2011 14:17:25 +0200 Patrick Mezard patch: generalize the use of patchmeta in applydiff()
Sat, 11 Jun 2011 14:14:13 +0200 Patrick Mezard patch: stop updating changed files set in applydiff()
Sat, 11 Jun 2011 14:14:11 +0200 Patrick Mezard patch: turn patch() touched files dict into a set
Thu, 09 Jun 2011 01:19:39 +0800 Steven Brown paper, coal: define the diffstat templates
Thu, 09 Jun 2011 01:15:49 +0800 Steven Brown web: provide the file number to the diffstat templates
Thu, 09 Jun 2011 01:14:22 +0800 Steven Brown web: include all files in the diffstat
Fri, 10 Jun 2011 20:38:02 +0200 Thomas Arendsen Hein hgignore: ignore MANIFEST.in (generated since 2ce7dfe17bc5)
Wed, 08 Jun 2011 21:25:18 +0800 LUO Zheng bookmarks: recognize the current bookmark when the local encoding isn't UTF-8
Thu, 09 Jun 2011 10:15:24 +1000 Stephen Thorne distutils: Create MANIFEST.in instead of MANIFEST in Makefile
Thu, 09 Jun 2011 18:39:14 +0200 Adrian Buehlmann revert: is reverting file states, not just file contents
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: change various repository() users to use peer() where appropriate
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: have peer() call _lookup directly
Fri, 10 Jun 2011 11:43:38 -0500 Matt Mackall hg: add peer method
Wed, 08 Jun 2011 18:24:33 +0200 Peter Arrenbrecht hg: add opts argument to clone for internal remoteui
Mon, 06 Jun 2011 21:18:35 +0200 Peter Arrenbrecht hg: use capable instead of capabilities
Wed, 08 Jun 2011 13:44:41 -0500 Matt Mackall fileset: basic pattern and boolean support
Fri, 10 Jun 2011 16:50:45 +0200 Thomas Arendsen Hein tests: fix updated monotone version requirement
Tue, 07 Jun 2011 17:02:54 -0500 Matt Mackall check-code: catch misspellings of descendant
Tue, 07 Jun 2011 16:02:51 -0500 Matt Mackall revert: drop obvious paragraph about filenames
Tue, 07 Jun 2011 16:01:38 -0500 Matt Mackall revert: actually add pointer to backout
Tue, 07 Jun 2011 14:54:17 -0500 Matt Mackall revert: replace mention of 'roll back' with pointer to 'backout'
Tue, 07 Jun 2011 14:51:18 -0500 Matt Mackall revert: simplify description of effect of -r
Tue, 07 Jun 2011 14:49:04 -0500 Matt Mackall revert: rearrange the date help
Tue, 07 Jun 2011 14:47:54 -0500 Matt Mackall revert: remove some redundancy in basic description
Tue, 07 Jun 2011 14:19:05 -0500 Matt Mackall revert: drop requirement to use -r to revert with two parents
Tue, 07 Jun 2011 14:18:39 -0500 Matt Mackall revert: simplify usage note
Mon, 06 Jun 2011 17:38:32 -0500 Matt Mackall revert: rewrite help summary
Sat, 04 Jun 2011 20:19:30 +0900 Yuya Nishihara extensions: make disabled()/disabledext() load prebuilt index if available
Sat, 04 Jun 2011 20:11:10 +0900 Yuya Nishihara setup: add command to generate index of extensions
Mon, 06 Jun 2011 21:02:48 +0200 Peter Arrenbrecht sshrepo: fix addchangegroup's signature
Mon, 06 Jun 2011 15:17:40 -0500 Matt Mackall subrepo: be more careful with deletions of .hgsub and .hgsubstate (issue2844)
Sun, 05 Jun 2011 22:26:01 +0200 Patrick Mezard patch: dot not ignore hunk of files marked as 'deleted'
Sun, 05 Jun 2011 22:24:19 +0200 Patrick Mezard patch: fix patchmeta/hunk synchronization in iterhunks()
Sun, 05 Jun 2011 22:24:11 +0200 Patrick Mezard patch: remove unnecessary exists() call in selectfile()
Sun, 05 Jun 2011 22:24:02 +0200 Patrick Mezard import: deprecate --base
Sun, 05 Jun 2011 13:27:06 +0200 Patrick Mezard patch: remove redundant islink() call
Sat, 04 Jun 2011 20:01:01 +0900 Yuya Nishihara extensions: update doc of enabled() and disabled() according to d5b525697ddb
Sat, 04 Jun 2011 15:56:48 +0200 Patrick Mezard localrepo: add savecommitmessage() to write last-message.txt
Sat, 04 Jun 2011 15:20:49 +0200 Patrick Mezard memctx: simplify constructor
Fri, 03 Jun 2011 15:08:08 -0500 Matt Mackall scmutil: improve path calculation for install-relative RC files (issue2841)
Fri, 03 Jun 2011 13:10:22 +0200 Adrian Buehlmann prepush: show details about new remote heads with --verbose
Fri, 03 Jun 2011 12:16:17 +0200 Adrian Buehlmann prepush: print short hash of first new head in abort message
Fri, 03 Jun 2011 11:26:43 +0200 Adrian Buehlmann prepush: eliminate 'if branch'
Fri, 03 Jun 2011 20:32:54 +0200 Sune Foldager revlog: bail out earlier in group when we have no chunks
Fri, 03 Jun 2011 20:23:32 +0200 Sune Foldager localrepo: simplify file bundling code and fix progress bug
Fri, 03 Jun 2011 20:15:06 +0200 Sune Foldager localrepo: use list comprehension instead of generators
Fri, 03 Jun 2011 20:12:37 +0200 Sune Foldager localrepo: add total to changeset progress in bundle/push
Fri, 03 Jun 2011 20:08:26 +0200 Martin Geisler statichttprepo: use in-place difference for shorter line
Thu, 02 Jun 2011 00:33:33 +0200 Adrian Buehlmann workingctx: eliminate remove function
Thu, 02 Jun 2011 19:43:17 +0200 Adrian Buehlmann test-copy2: add case for moving a missing file
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara color: check if ui is already a subclass of colorui before wrapping it
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara util: add helper function isatty(fd) to check for tty-ness
Thu, 02 Jun 2011 18:52:31 +0800 Steven Brown web: prevent TypeError thrown when using the diffstat templates
Thu, 02 Jun 2011 11:27:40 -0500 Matt Mackall fileset: fix long line
Thu, 02 Jun 2011 11:17:02 -0500 Matt Mackall COPYING: refresh with current address from fsf.org
Wed, 01 Jun 2011 19:12:18 -0500 Matt Mackall filesets: introduce basic fileset expression parser
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara dispatch: add repo to the request
Wed, 01 Jun 2011 16:42:50 -0500 Matt Mackall merge with stable
Wed, 01 Jun 2011 16:32:48 -0500 Matt Mackall Added signature for changeset 733af5d9f6b2 stable
Wed, 01 Jun 2011 16:32:44 -0500 Matt Mackall Added tag 1.8.4 for changeset 733af5d9f6b2 stable
Tue, 31 May 2011 19:49:17 -0500 Augie Fackler subrepo: make stdin for svn a pipe for non-interactive use (issue2759) stable 1.8.4
Tue, 31 May 2011 16:22:04 -0500 Regis Desgroppes subrepo: svn abort now depends on exit code (issue2833) stable
Tue, 24 May 2011 17:16:31 -0500 Matt Mackall httprepo: send URL redirection notices to stderr (issue2828) stable
Mon, 07 Mar 2011 14:47:30 +0100 Mads Kiilerich httprepo: proper handling of invalid responses without content-type (issue2019) stable
Fri, 29 Apr 2011 14:56:23 +0200 Patrick Mezard strip: make it clear that --force discards changes (issue310) stable
Tue, 26 Apr 2011 10:51:19 -0500 Matt Mackall tags: catch more corruption during cache parsing (issue2779) stable
Mon, 11 Apr 2011 21:44:22 +0300 Idan Kamara localrepo: don't add deleted files to list of modified/added files (issue2761) stable
Mon, 04 Apr 2011 22:51:10 +0300 Idan Kamara localrepo: ignore tags to unknown nodes (issue2750) stable
Mon, 14 Mar 2011 23:50:28 +0100 David Soria Parra bookmarks: do not forward merged bookmark (issue1877) stable
Sat, 26 Mar 2011 13:05:17 +0100 Stefano Tortarolo rebase: restore mq guards after rebasing (issue2107) stable
Wed, 16 Mar 2011 23:09:14 +0100 Bernhard Leiner revset: report a parse error if a revset is not parsed completely (issue2654) stable
Wed, 25 May 2011 18:48:00 +0200 Peter Arrenbrecht color: fix --color=always when output is piped
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Tue, 31 May 2011 20:39:04 -0500 Augie Fackler run-tests: allow whitelisting tests that should always run
Tue, 31 May 2011 19:49:17 -0500 Augie Fackler subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
Tue, 31 May 2011 17:18:23 -0500 Matt Mackall tests: glob version number in test-hgrc