log

age author description
Tue, 14 Dec 2010 18:10:51 -0600 Matt Mackall subrepo: re-backout 2245fcd0e160
Tue, 14 Dec 2010 17:10:01 -0600 Matt Mackall merge with stable
Mon, 06 Dec 2010 22:04:10 -0600 Kevin Bullock tag: abort if not at a branch head (issue2552) stable
Tue, 07 Dec 2010 08:02:54 +0100 Kevin Bullock tag: fix uncommitted merge check and error message (issue2542) stable
Mon, 13 Dec 2010 21:20:30 -0600 Kevin Bullock tag: don't check .hgtags status if --local passed stable
Thu, 09 Dec 2010 17:33:40 -0600 Augie Fackler progress: refactor for readability and show XXs instead of 0mXXs.
Tue, 26 Oct 2010 14:41:58 +0300 timeless progress: Add estimated time remaining for long tasks
Fri, 10 Dec 2010 16:56:12 -0600 Augie Fackler progress: react more reasonably to nested progress topics
Mon, 13 Dec 2010 12:19:26 -0600 Steve Borho Merge with stable
Mon, 13 Dec 2010 11:51:01 -0600 Steve Borho util: work around behavior change in Python 2.7.1 stable
Mon, 13 Dec 2010 11:53:17 +0100 Martin Geisler merge with stable
Mon, 13 Dec 2010 11:52:52 +0100 Martin Geisler merge default heads in crew and main
Mon, 13 Dec 2010 11:52:21 +0100 Martin Geisler merge stable heads in crew and main stable
Mon, 22 Nov 2010 14:36:57 +0100 Erik Zielke eol: improve help on whether EOLs are changed in working copy or repository stable
Mon, 13 Dec 2010 16:41:39 +0900 Nicolas Dumazet churn: ignore trailing and leading spaces (issue2546) stable
Fri, 10 Dec 2010 23:05:48 +0100 Benoit Boissinot merge with stable
Tue, 07 Dec 2010 16:08:16 +0100 Dan Villiom Podlaski Christiansen make_file: always return a fresh file handle that can be closed
Fri, 10 Dec 2010 19:20:11 -0600 Matt Mackall merge with stable
Fri, 10 Dec 2010 19:18:02 -0600 Matt Mackall hook: fix import path handling for repo=None stable
Tue, 07 Dec 2010 15:27:04 +0100 Alexander Solovyov hook: assume relative path to hook is given from repo root stable
Fri, 10 Dec 2010 19:08:17 -0600 Matt Mackall subrepo: backed out changeset 2245fcd0e160 stable
Fri, 10 Dec 2010 13:30:37 -0600 Augie Fackler bundle progress: offer best-guess deterministic progress information
Fri, 10 Dec 2010 13:31:06 -0600 Augie Fackler httpsendfile: record progress information during read()
Tue, 07 Dec 2010 15:50:28 +0100 Alexander Solovyov templatekw.showdiffstat: use ctx.diff() instead of calling patch
Fri, 10 Dec 2010 16:10:14 +0100 Adrian Buehlmann localrepo: remove unneeded os.unlink call in wwrite
Fri, 10 Dec 2010 15:14:05 +0100 Adrian Buehlmann opener: always reset flags on 'w'rite
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: silence git output when ui.quiet is set
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: show git command with --debug
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: speed up git push logic
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: use subprocess.Popen without the shell
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: treat git error code 1 as success
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: gitsubrepo should inherit from abstractsubrepo
Fri, 10 Dec 2010 01:30:16 +0100 Mads Kiilerich subrepo: initialize subrepo relative default paths relative to their root stable
Wed, 08 Dec 2010 13:12:12 -0600 Matt Mackall merge with stable
Tue, 07 Dec 2010 20:03:04 +1100 Brodie Rao bookmarks: create undo.bookmarks using repo.opener instead of util.copyfile stable
Tue, 07 Dec 2010 19:47:53 +1100 Brodie Rao archival: don't set gzip filename header when there's no filename stable
Wed, 08 Dec 2010 11:18:26 -0600 Matt Mackall build: don't delete precious version information on 'make clean'
Fri, 03 Dec 2010 11:40:30 +0900 Patrick Mezard patch: write .rej files without rewriting EOLs stable
Tue, 07 Dec 2010 20:03:05 +1100 Brodie Rao record: move copystat() hack out of util.copyfile() and into record
Tue, 07 Dec 2010 16:03:42 +0100 Dan Villiom Podlaski Christiansen util: make atomicfiles closable
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: drop arguments unsupported by old git
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: work around old git's remote naming scheme
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: use environment variable instead of git commit's --date
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: parse git status's human-readable output
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner subrepo: use subprocess's cwd instead of git's --work-tree
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner test-subrepo-git.t: make gitroot pushable earlier
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner test-subrepo-git.t: silence git output
Mon, 06 Dec 2010 16:59:43 -0600 Matt Mackall bdiff: Fix bogus NULL return
Mon, 06 Dec 2010 16:42:48 -0600 Matt Mackall bdiff: dynamically allocate hunks
Mon, 06 Dec 2010 16:03:00 -0600 Matt Mackall merge with stable
Sun, 28 Nov 2010 17:19:23 -0500 Eric Eisner subrepo: lazily update git's local tracking branches
Sun, 28 Nov 2010 15:21:23 -0500 Eric Eisner subrepo: return both mapping directions from gitbranchmap
Sun, 28 Nov 2010 15:03:48 -0500 Eric Eisner subrepo: strip gitcommand output
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen sshrepo: don't use readline() on the stderr pipe
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen test-demandimport.py: PyPy support
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen demandimport: change default for level from None to -1
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen export: flush the file pointer between patches
Wed, 01 Dec 2010 19:20:16 +0100 Dan Villiom Podlaski Christiansen test-clone-failure.t: fix unification oversight
Sat, 04 Dec 2010 14:44:05 +0100 Christian Ebert keyword: make kwfiles show deleted files configured for expansion
Sat, 04 Dec 2010 14:22:12 +0100 Christian Ebert keyword: colorize hg kwfiles output
Fri, 03 Dec 2010 12:22:56 +0100 Thomas Arendsen Hein coding style: fix yield used as a function
Fri, 03 Dec 2010 12:04:31 +0100 Thomas Arendsen Hein check-code: single check for Python keywords used as a function
Fri, 03 Dec 2010 11:30:45 +0100 Thomas Arendsen Hein coding style: fix gratuitous whitespace after Python keywords
Fri, 03 Dec 2010 11:23:38 +0100 Thomas Arendsen Hein check-code: check for gratuitous whitespace after Python keywords
Thu, 02 Dec 2010 01:28:38 -0200 Wagner Bruna i18n-pt_BR: synchronized with 9696954415db stable
Wed, 01 Dec 2010 18:47:40 -0600 Matt Mackall merge with stable
Wed, 01 Dec 2010 18:46:20 -0600 Matt Mackall Added signature for changeset 6aff4f144ad3 stable
Wed, 01 Dec 2010 18:46:15 -0600 Matt Mackall Added tag 1.7.2 for changeset 6aff4f144ad3 stable
Wed, 01 Dec 2010 10:51:49 +0100 Christian Ebert keyword: copy: when copied source is a symlink, follow it stable 1.7.2
Wed, 01 Dec 2010 21:15:31 +0100 Adrian Buehlmann makedirs: abort if parent == name (issue2531) stable
Fri, 19 Nov 2010 18:07:15 +0900 Shun-ichi GOTO win32mbcs: use extsetup() to wrap functions only once. stable
Tue, 30 Nov 2010 12:45:25 -0200 Wagner Bruna hgwebdir: fix incorrect index generation for invalid paths (issue2023) stable
Fri, 26 Nov 2010 18:45:35 +0100 Adrian Buehlmann serve: fix doc typo stable
Thu, 25 Nov 2010 21:50:41 -0600 Kevin Bullock mq: fix failing qrefresh test stable
Wed, 24 Nov 2010 19:31:43 +0100 Adrian Buehlmann makedate: abort on negative timestamps (issue2513) stable
Wed, 24 Nov 2010 19:31:43 +0100 Adrian Buehlmann parsedate: abort on negative dates (issue2513) stable
Wed, 01 Dec 2010 17:50:49 -0600 Matt Mackall merge with i18n stable
Tue, 23 Nov 2010 13:22:01 -0200 Wagner Bruna i18n-pt_BR: synchronized with f08df4d38442 stable
Wed, 01 Dec 2010 11:04:50 +0100 Martin Geisler merge with stable
Wed, 01 Dec 2010 04:21:47 +0100 Adrian Buehlmann test-clone.t: add basic cases for destination '' stable
Wed, 01 Dec 2010 10:52:31 +0100 Martin Geisler hgrc.5: expand introduction for [web] section stable
Wed, 01 Dec 2010 10:21:40 +0100 Martin Geisler hgrc.5: describe what the [auth] section is for stable
Wed, 01 Dec 2010 11:02:12 +0900 Nicolas Dumazet merge with stable
Wed, 01 Dec 2010 09:46:11 +0900 Nicolas Dumazet runrst: add RSTARGS Makefile variable to allow customization
Tue, 30 Nov 2010 17:48:12 +0900 Nicolas Dumazet util: do not recurse in makedirs if name is '' (issue2528) stable
Mon, 29 Nov 2010 20:13:11 +0100 Patrick Mezard convert/svn: fix changed files list upon directory replacements stable
Mon, 29 Nov 2010 10:13:55 +0100 Martin Geisler encoding: fix typo in variable name
Sun, 28 Nov 2010 18:21:47 -0600 Matt Mackall pushkey: use UTF-8
Wed, 24 Nov 2010 16:10:37 -0600 Matt Mackall wireproto: use proper UTF-8 handling for key lookup
Wed, 24 Nov 2010 16:04:33 -0600 Matt Mackall bookmarks: use UTF-8 storage
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Wed, 24 Nov 2010 15:38:52 -0600 Matt Mackall encoding: add localstr class to track UTF-8 version of transcoded strings
Fri, 26 Nov 2010 20:08:03 -0600 Steve Borho Merge with stable
Fri, 26 Nov 2010 20:05:16 -0600 Steve Borho wix: allow x86 MSI packages to be installed on x64 systems stable
Fri, 26 Nov 2010 18:04:10 -0600 Steve Borho Merge with stable
Fri, 26 Nov 2010 17:40:13 -0600 Steve Borho wix: add support for x64 native MSI packages stable
Fri, 26 Nov 2010 16:18:19 -0600 Steve Borho wix: switch Mercurial Windows installer to use py2exe --bundle 3 stable
Wed, 24 Nov 2010 13:43:40 -0600 Steve Borho Merge with stable
Tue, 23 Nov 2010 13:11:40 +0100 Adrian Buehlmann util.datestr: do not crash on revisions with negative timestamp (issue2513) stable
Tue, 23 Nov 2010 22:53:47 +0100 Adrian Buehlmann checknlink: return False if .hgtmp file preexists (issue2517) stable
Wed, 24 Nov 2010 13:25:12 +0100 Martin Geisler localrepo: move string formatting out of gettext call
Mon, 22 Nov 2010 13:11:46 -0600 Matt Mackall merge with stable
Tue, 16 Nov 2010 13:06:07 -0600 Kevin Bullock mq: ignore subrepos (issue2499) stable
Mon, 22 Nov 2010 17:32:51 +0100 Adrian Buehlmann tests: integrate test-hardlinks-safety.t into test-hardlinks.t
Wed, 17 Nov 2010 21:18:44 -0500 Steve Losh mq: add an '-e/--exact' option to qpush
Mon, 22 Nov 2010 12:43:31 -0600 Matt Mackall dirstate: warn on invalid parents rather than aborting
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Mon, 22 Nov 2010 17:57:11 +0100 Martin Geisler polib: remove unnecessary comparisons with True
Sun, 21 Nov 2010 22:00:51 -0500 Eric Eisner subrepo: lazier git push logic
Mon, 22 Nov 2010 17:39:46 +0100 Martin Geisler merge with stable
Thu, 18 Nov 2010 19:20:21 -0500 Eric Eisner subrepo: archive git subrepos
Sun, 21 Nov 2010 11:52:27 +0100 Adrian Buehlmann check-code: catch Python 'is' comparing number or string literals
Mon, 22 Nov 2010 16:05:31 +0100 Christian Ebert keyword: s/config/configuration/ in help stable
Sun, 21 Nov 2010 13:16:59 +0100 Patrick Mezard Merge with stable
Sun, 21 Nov 2010 05:07:06 -0600 timeless record: quote command in use hg commit message
Sat, 20 Nov 2010 20:41:48 +0200 timeless revert: improve merge advice and favor its error over all
Sat, 20 Nov 2010 09:51:56 +0100 Henrik Stuart rebase: support --detach when null is common ancestor stable
Thu, 18 Nov 2010 19:52:58 -0200 Wagner Bruna templater: fix variable name stable
Wed, 17 Nov 2010 16:54:30 +0100 Adrian Buehlmann test-hardlinks: add testcase for repo copied with 'cp -al'
Thu, 18 Nov 2010 23:15:13 +0100 Patrick Mezard Merge with stable
Thu, 18 Nov 2010 23:05:10 +0100 Patrick Mezard subrepo: handle missing subrepo spec file as removed stable
Wed, 17 Nov 2010 21:30:13 +0100 Patrick Mezard Merge with stable
Wed, 17 Nov 2010 21:25:23 +0100 Patrick Mezard subrepo: prune empty directories when removing svn subrepo stable
Wed, 17 Nov 2010 21:24:36 +0100 Patrick Mezard subrepo: use subprocess directly to avoid python 2.6 bug stable
Wed, 17 Nov 2010 21:00:47 +0100 Patrick Mezard subrepo: fix removing read-only svn files on Windows stable
Wed, 17 Nov 2010 09:37:57 +0100 Martin Geisler check-code: catch 'ls filename --option' case as per 6bdae8ea0b48
Tue, 02 Nov 2010 17:44:19 +0100 Erik Zielke minirst: improved support for option lists.
Tue, 16 Nov 2010 13:29:35 +0100 Dan Villiom Podlaski Christiansen test-subrepo-git.t: portability fix.
Tue, 16 Nov 2010 13:29:08 +0100 Erik Zielke minirst: modified minirst to also recognize empty comments.
Wed, 17 Nov 2010 09:17:55 +0100 Martin Geisler merge with stable
Tue, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen posix: remove is-comparison between integers stable
Tue, 16 Nov 2010 21:35:58 +0100 Dan Villiom Podlaski Christiansen httprepo: remove is-comparison with string literal stable
Wed, 17 Nov 2010 09:06:38 +0100 Martin Geisler mq: fix comment to reflect change in efbee27415ab
Tue, 16 Nov 2010 13:06:04 -0600 Kevin Bullock mq: clean up unused variable in qrefresh
Tue, 16 Nov 2010 11:10:50 +0100 Martin Geisler minirst: better interaction between comments and margins
Tue, 16 Nov 2010 10:33:19 +0900 Nicolas Dumazet run-tests: fix --debug for .t tests
Mon, 15 Nov 2010 17:05:54 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 17:04:55 -0600 Matt Mackall commit: search both parents for missing copy revision (issue2484) stable
Mon, 15 Nov 2010 17:00:43 -0600 Matt Mackall context: walk both parents for workingctx.ancestors() stable
Thu, 11 Nov 2010 15:51:20 +0100 Adrian Buehlmann discovery: list new remote heads in prepush() on --debug
Thu, 11 Nov 2010 15:42:27 +0100 Adrian Buehlmann discovery: remove erroneous comment in prepush()
Sun, 14 Nov 2010 18:31:40 -0500 Eric Eisner subrepo: removing (and restoring) git subrepo state
Sun, 14 Nov 2010 18:31:29 -0500 Eric Eisner subrepo: update and merge works with any git branch
Sun, 14 Nov 2010 18:22:33 -0500 Eric Eisner subrepo: allow git subrepos to push and merge
Sun, 14 Nov 2010 18:20:13 -0500 Eric Eisner subrepo: cloning and updating of git subrepos
Sun, 14 Nov 2010 18:15:26 -0500 Eric Eisner subrepo: support for adding a git subrepo
Mon, 15 Nov 2010 10:57:49 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 10:57:40 -0600 Matt Mackall merge with i18n
Mon, 15 Nov 2010 10:55:54 -0600 Matt Mackall Added signature for changeset 4438875ec01b stable
Mon, 15 Nov 2010 10:55:48 -0600 Matt Mackall Added tag 1.7.1 for changeset 4438875ec01b stable
Mon, 15 Nov 2010 10:55:36 -0600 Matt Mackall merge with stable stable 1.7.1
Sun, 14 Nov 2010 23:32:04 -0200 Wagner Bruna merge with i18n stable
Sun, 14 Nov 2010 23:28:44 -0200 Wagner Bruna i18n-pt_BR: synchronized with 27e4146d9241 stable
Sun, 14 Nov 2010 23:31:50 -0200 Wagner Bruna merge with i18n
Fri, 05 Nov 2010 16:10:38 +0100 Martin Geisler i18n-da: translate small error messages
Mon, 01 Nov 2010 11:05:14 +0100 Martin Geisler i18n-da: synchronize with 15ca4bfecfe3
Sat, 13 Nov 2010 15:57:40 +0100 Martin Geisler merge with stable
Sat, 13 Nov 2010 15:57:12 +0100 Martin Geisler eol: mention the hook in the module docstring stable
Sat, 13 Nov 2010 15:46:51 +0100 Martin Geisler eol: fix win32text encode/decode filter names
Sat, 13 Nov 2010 15:20:37 +0100 Martin Geisler test-win32text: use $TESTTMP in output
Sat, 13 Nov 2010 15:16:50 +0100 Martin Geisler test-win32text: use (esc) lines instead of Python script
Sat, 13 Nov 2010 15:12:09 +0100 Martin Geisler merge with stable
Wed, 10 Nov 2010 20:26:56 +0000 Colin Caughie eol: added filter aliases for backwards compatibility with win32text
Sat, 13 Nov 2010 15:02:02 +0100 Colin Caughie eol: exclude .hgtags file from eol translation (issue2493) stable
Sat, 13 Nov 2010 11:58:51 +0900 Nicolas Dumazet merge with stable
Thu, 11 Nov 2010 02:10:37 +0900 Nicolas Dumazet log: fix log -rREV FILE when REV isnt the last filerev (issue2492) stable
Thu, 11 Nov 2010 02:05:02 +0900 Nicolas Dumazet cmdutil: move range check outside of filerevgen stable
Fri, 12 Nov 2010 01:22:46 -0600 Matt Mackall merge with stable
Fri, 12 Nov 2010 01:21:45 -0600 Matt Mackall pushkey: force HTTP POST on push and add tests (issue2489) stable
Thu, 11 Nov 2010 07:23:38 +0100 Martin Geisler merge with stable
Wed, 10 Nov 2010 17:28:24 +0100 Adrian Buehlmann tests: add test-hardlinks.t stable
Thu, 11 Nov 2010 01:12:51 +0900 Yuya Nishihara win32: remove try-catch block of GetModuleFileNameEx (issue2480) stable
Tue, 09 Nov 2010 20:25:56 +0000 Richard Hopkins gpg, commands: fixed util.abort to util.Abort typos stable
Thu, 11 Nov 2010 00:08:09 +0100 Martin Geisler check-code: using and/or/not as a function is bad style
Wed, 10 Nov 2010 15:44:19 +0100 Martin Geisler merge with stable
Sun, 07 Nov 2010 20:18:57 +0100 Klaus Koch bundlerepository: get rid of temporary bundle files (issue2478) stable
Wed, 10 Nov 2010 15:38:00 +0100 Martin Geisler bundlerepository: test self.tempfile field, not tempfile module stable
Wed, 10 Nov 2010 13:48:23 +0100 Dan Villiom Podlaski Christiansen test-mq-qnew: handle Mac OS X error strings. stable
Wed, 10 Nov 2010 04:53:11 -0600 timeless help: urls help should include see also for paths stable
Wed, 10 Nov 2010 14:46:13 +0100 Martin Geisler minirst: link to HelpStyleGuide in docstring
Tue, 09 Nov 2010 13:43:35 +0900 Nicolas Dumazet util: clarify purpose of MBTextWrapper class
Mon, 08 Nov 2010 17:29:23 -0600 Matt Mackall merge with stable
Mon, 08 Nov 2010 10:56:47 +0100 Erik Zielke run-test: fixed wrong parenthesis stable
Mon, 08 Nov 2010 17:16:29 -0600 Matt Mackall merge with crew
Mon, 08 Nov 2010 17:16:17 -0600 Matt Mackall merge with crew stable
Tue, 09 Nov 2010 01:33:48 +0900 Nicolas Dumazet merge with stable
Mon, 08 Nov 2010 22:45:56 +0900 Nicolas Dumazet graphmod: safer code when a changeset has two identical parents stable
Sun, 07 Nov 2010 18:23:48 +0900 Nicolas Dumazet revlog: fix descendants() if nullrev is in revs stable
Sun, 07 Nov 2010 18:16:07 +0900 Nicolas Dumazet revlog: if start is nullrev, end is always a descendant stable
Sun, 07 Nov 2010 22:03:28 +0900 Nicolas Dumazet mq: use sets instead of lists for speed
Sun, 07 Nov 2010 18:59:27 +0900 Nicolas Dumazet context: add __repr__ methods to workingfilectx and workingctx
Sun, 07 Nov 2010 19:42:42 -0600 Matt Mackall merge with crew
Mon, 08 Nov 2010 01:55:32 +0100 Mads Kiilerich test-import: workaround for missing newline is no longer needed
Mon, 08 Nov 2010 01:44:46 +0100 Mads Kiilerich merge with stable
Mon, 08 Nov 2010 01:41:42 +0100 Mads Kiilerich tests: use (esc) instead of other kinds of string escaping stable
Mon, 08 Nov 2010 01:41:41 +0100 Mads Kiilerich tests: use (esc) for all non-ASCII test output stable
Mon, 08 Nov 2010 01:35:41 +0100 Mads Kiilerich tests: use (esc) markup for string-escape stable
Mon, 08 Nov 2010 01:35:40 +0100 Mads Kiilerich tests: (no-eol) markup for command output without trailing LF stable
Sun, 07 Nov 2010 16:01:57 -0600 Matt Mackall merge with stable
Sun, 07 Nov 2010 18:21:29 +0100 Adrian Buehlmann opener: check hardlink count reporting (issue1866) stable
Thu, 04 Nov 2010 09:04:37 +0100 Adrian Buehlmann util: refactor opener stable
Sun, 07 Nov 2010 18:15:17 +0100 Patrick Mezard revset: remove unnecessary debug statement
Sun, 07 Nov 2010 18:14:42 +0100 Patrick Mezard revset: fix p1, p2 and parents in dirstate case (a5f7f1e9340e)
Sat, 06 Nov 2010 00:31:44 +0100 Mads Kiilerich tests: handle .t files without trailing LF stable
Fri, 05 Nov 2010 15:38:23 -0500 Matt Mackall merge with stable
Fri, 05 Nov 2010 15:54:32 -0400 Steve Losh alias: fall back to normal error handling for ambigious commands (fixes issue2475) stable
Fri, 05 Nov 2010 15:35:39 +0100 Martin Geisler merge with stable
Fri, 05 Nov 2010 15:13:22 +0100 Ronny Pfannschmidt subrepo: test & fix svn subrepo removal stable
Thu, 04 Nov 2010 17:09:00 -0500 Kevin Bullock revsets: let parents() return parents of working dir
Thu, 04 Nov 2010 16:59:03 -0500 Kevin Bullock revsets: let p1() and p2() return parents of working dir
Thu, 04 Nov 2010 09:04:37 +0100 Adrian Buehlmann util: refactor opener
Thu, 04 Nov 2010 22:56:38 +0000 Christian Ebert keyword: turn regexes and escaped keywords into a propertycache
Thu, 04 Nov 2010 16:21:28 -0500 Matt Mackall commands: add revset support to most commands
Thu, 04 Nov 2010 18:19:10 +0100 Martin Geisler convert: better ReST markup in docstring
Thu, 04 Nov 2010 18:11:10 +0100 Martin Geisler convert: split docstring lists for easier translation
Thu, 04 Nov 2010 14:14:47 +0100 Erik Zielke convert: use field list instead of option list in help
Thu, 04 Nov 2010 17:52:40 +0100 Martin Geisler doc/Makefile: docs now also depend on extensions
Wed, 03 Nov 2010 14:37:41 +0100 Christian Ebert keyword: function to look up changectx for expansion
Tue, 02 Nov 2010 11:25:52 +0100 Ronny Pfannschmidt localrepo: make heads use the keyword args of the sorted builtin
Thu, 04 Nov 2010 11:33:57 -0500 Steve Borho import: add another line feed to message join string
Wed, 03 Nov 2010 22:34:16 +0100 Patrick Mezard tests: unify test-no-symlinks
Wed, 03 Nov 2010 21:11:07 +0100 Patrick Mezard patch: remove unused applydiff() sourcefile argument
Wed, 03 Nov 2010 21:11:05 +0100 Patrick Mezard patch: remove unused gitworkdone variable from iterhunks()
Wed, 03 Nov 2010 21:10:59 +0100 Patrick Mezard test-import: use printf instead of echo
Thu, 21 Oct 2010 16:04:34 -0500 Steve Borho import: --no-commit should update .hg/last-message.txt
Tue, 02 Nov 2010 09:47:47 +0100 Thomas Arendsen Hein merge with stable after 1.7 release
Mon, 01 Nov 2010 17:40:17 -0500 Matt Mackall Added signature for changeset 333421b9e0f9 stable
Mon, 01 Nov 2010 17:40:14 -0500 Matt Mackall Added tag 1.7 for changeset 333421b9e0f9 stable
Mon, 01 Nov 2010 14:45:27 -0500 Matt Mackall merge with i18n stable 1.7
Mon, 01 Nov 2010 16:04:15 -0200 Wagner Bruna i18n-pt_BR: synchronized with b19b4c1df066 stable
Mon, 01 Nov 2010 14:18:42 -0500 Matt Mackall dirstate: skip optimization on case-folding FS (issue2440) stable
Mon, 01 Nov 2010 01:56:12 +0100 Mads Kiilerich url: fix https client authentication through proxy stable
Mon, 01 Nov 2010 12:45:45 -0500 Matt Mackall merge with i18n stable
Mon, 01 Nov 2010 13:42:40 +0100 Jens Bäckman i18n-sv: synchronize with 13fb555677fe stable
Sun, 31 Oct 2010 22:29:21 +0100 Chia-Huan Wu i18n-zh_TW: synchronize with 15ca4bfecfe3 stable
Mon, 01 Nov 2010 01:31:09 +0900 Yuya Nishihara i18n-ja: strip extra spaces next to punctuation mark at line ending stable
Sat, 30 Oct 2010 12:51:15 -0200 Wagner Bruna i18n-pt_BR: synchronized with 15ca4bfecfe3 stable
Sat, 30 Oct 2010 12:13:52 -0500 Matt Mackall commit: handle missing newline on last commit comment stable
Mon, 01 Nov 2010 17:26:08 +0100 Patrick Mezard localrepo: do not modify ctx.remove() list in-place stable
Mon, 01 Nov 2010 16:22:41 +0100 Martin Geisler test-rename: test with absolute paths stable
Mon, 01 Nov 2010 16:19:06 +0100 Martin Geisler test-rename: fix \" -> " in comments stable
Sat, 30 Oct 2010 16:58:15 -0500 Steve Borho rebase: improve resolve failure message stable
Mon, 01 Nov 2010 10:24:07 +0100 Martin Geisler run-tests: use regex when searching for $HGPORT in test output stable
Sat, 30 Oct 2010 11:32:04 -0500 Matt Mackall demandimport: back out 50a4e55aa278 (issue2467) stable
Sat, 30 Oct 2010 02:47:35 -0500 Matt Mackall debugindex: add --format flag to allow debugging parentdelta stable
Fri, 29 Oct 2010 00:57:34 -0500 Kevin Bullock pager: make example of setting pager less silly stable
Sat, 30 Oct 2010 02:47:34 -0500 Mike Sperber convert: Work around p4 instability (issue2465) stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: choose best delta for parentdelta (issue2466) stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: precalculate p1 and p2 revisions stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: extract delta building to a subfunction stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: simplify cachedelta handling stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: fix buildtext local scope stable
Sat, 30 Oct 2010 02:47:24 -0500 Matt Mackall merge with i18n stable
Fri, 29 Oct 2010 00:19:39 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 6f6f6a9c2a41 stable
Thu, 28 Oct 2010 09:52:05 -0200 Wagner Bruna i18n-pt_BR: synchronized with db2ff771204d stable
Thu, 28 Oct 2010 10:02:28 +0200 Martin Geisler i18n-da: translate help for bookmarks extension stable
Thu, 28 Oct 2010 09:48:01 +0200 Martin Geisler i18n, bookmarks: add comments for translators stable
Thu, 28 Oct 2010 09:43:56 +0200 Martin Geisler i18n-da: synchronize with e1855dee28c1 stable
Fri, 29 Oct 2010 14:06:06 +0200 Martin Geisler qnew: distinguish between existing file and directory (issue2464) stable
Fri, 29 Oct 2010 15:25:21 +0200 Martin Geisler qnew: give better feedback when doing 'hg qnew foo/' (issue2464) stable
Fri, 29 Oct 2010 12:50:08 +0200 Martin Geisler opener: do not create "foo" directory when writing to "foo/" stable
Fri, 29 Oct 2010 14:47:45 +0200 Martin Geisler pager: backout 05077896ffe2 (issue2441) stable
Thu, 28 Oct 2010 22:04:33 +0200 Patrick Mezard mq: qrename should not touch the dirstate if src is untracked (issue2460) stable
Thu, 28 Oct 2010 21:25:53 +0200 Patrick Mezard patch: fix copies when patching over uncommitted changed (issue2459) stable
Wed, 27 Oct 2010 16:54:46 -0500 Matt Mackall merge with i18n stable
Tue, 26 Oct 2010 21:31:35 -0200 Wagner Bruna i18n-pt_BR: synchronized with 830be2c57626 stable
Tue, 26 Oct 2010 19:12:45 -0200 Wagner Bruna i18n-pt_BR: msgmerge with 830be2c57626 stable
Tue, 26 Oct 2010 18:47:45 -0200 Wagner Bruna merge with i18n stable
Tue, 26 Oct 2010 10:54:32 +0200 Martin Geisler i18n-da: remove extra newline in translation stable
Tue, 26 Oct 2010 00:21:57 +0200 Martin Geisler i18n-da: synchronize with 6137c5bba4d0 stable
Wed, 27 Oct 2010 15:35:23 -0500 Matt Mackall minirst: use colwidth to match title lengths (issue2455) stable
Wed, 27 Oct 2010 15:35:21 -0500 Matt Mackall encoding: default ambiguous character to narrow stable
Tue, 26 Oct 2010 12:18:39 +0200 Dan Villiom Podlaski Christiansen *: kill all unnecessary shebangs. stable
Tue, 26 Oct 2010 12:18:37 +0200 Dan Villiom Podlaski Christiansen *: add executable bit to a few files that were missing it. stable
Wed, 20 Oct 2010 15:32:35 +0200 Gilles Moris log: do case insensitive search for --user option stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless url: show realm/user when asking for username/password stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless rebase: abort message should appear even with --quiet stable
Wed, 27 Oct 2010 12:13:49 -0200 Wagner Bruna help: correct tip about deleting a subrepository stable
Wed, 27 Oct 2010 12:12:51 -0200 Wagner Bruna revset: fix missing dot in docstring stable
Wed, 27 Oct 2010 12:03:08 -0200 Wagner Bruna help: fix typo in merge-tools topic stable
Wed, 27 Oct 2010 12:05:37 +0200 Martin Geisler README: add small introduction stable
Wed, 27 Oct 2010 12:04:58 +0200 Martin Geisler README: remove trailing blank line stable
Tue, 26 Oct 2010 23:51:01 -0200 Wagner Bruna i18n: translate revset predicate docstrings stable
Tue, 26 Oct 2010 23:07:14 -0200 Wagner Bruna i18n: extract docstrings from revset module stable
Wed, 27 Oct 2010 03:21:36 +0200 Mads Kiilerich test-win32text.t: stabilize test output stable
Wed, 27 Oct 2010 00:28:40 +0200 Mads Kiilerich subrepo: propagate non-default pull/push path to relative subrepos (issue1852) stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless bookmarks: improve English for diffbookmarks stable
Tue, 26 Oct 2010 18:01:35 +0200 Martin Geisler mq: expand 'repo' -> 'repository' in error message stable
Tue, 26 Oct 2010 17:59:21 +0200 Martin Geisler mq: mark strings that should not be translated stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless qrestore: trying to improve the English stable
Wed, 20 Oct 2010 17:38:21 -0500 Kevin Bullock pull: silence spurious 'requesting all changes' message stable
Tue, 26 Oct 2010 02:38:14 +0530 Pradeepkumar Gayam templates: fix inconsistency in 'help' link stable
Mon, 25 Oct 2010 01:11:52 +0900 Yuya Nishihara test-patchbomb: add test for progress support (1ed2dc9d4368) stable
Sun, 24 Oct 2010 15:11:41 +0100 Christian Ebert keyword: fix regressions introduced in d87f3ff904ba stable
Mon, 25 Oct 2010 23:55:43 +0200 Martin Geisler tests: test/silence win32text deprecation warning stable
Mon, 25 Oct 2010 23:46:26 +0200 Martin Geisler lsprof: remove #!-line from non-executable script stable
Sat, 23 Oct 2010 20:10:18 +0200 Martin Geisler doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST stable
Sat, 23 Oct 2010 20:02:46 +0200 Martin Geisler doc/Makefile: cleanup clean target stable
Sat, 23 Oct 2010 18:33:57 +0200 Martin Geisler patchbomb: fix stray backslash in docstring stable
Mon, 25 Oct 2010 14:34:49 -0500 Steve Borho help: improve wording of internal:merge and internal:fail stable
Mon, 25 Oct 2010 11:29:32 -0500 Steve Borho win32text: give deprecation warning stable
Mon, 25 Oct 2010 13:07:27 -0500 Matt Mackall merge with i18n stable
Sat, 23 Oct 2010 16:27:27 +0200 Martin Geisler i18n-da: synchronize with b814f67d41c0 stable
Sat, 23 Oct 2010 16:24:07 +0200 Martin Geisler i18n: merge with main stable
Sat, 23 Oct 2010 15:04:05 +0200 Martin Geisler i18n-da: synchronized with 3d6ba8c2b1b8 stable
Thu, 21 Oct 2010 16:57:17 +0200 Jens Bäckman synchronized with 3d6ba8c2b1b8 stable
Mon, 25 Oct 2010 13:06:37 -0500 Matt Mackall traceback: point to BugTracker on the wiki stable
Mon, 25 Oct 2010 10:07:54 -0500 Steve Borho wix: add subrepos help text stable
Sun, 24 Oct 2010 16:02:10 -0500 Matt Mackall version: replace email address with url to reduce private mail stable
Sun, 24 Oct 2010 19:28:44 +0200 Patrick Mezard Add subrepos help topic stable
Sun, 24 Oct 2010 18:39:02 +0200 Patrick Mezard hgrc: document [subpaths] section stable
Sun, 24 Oct 2010 18:37:59 +0200 Patrick Mezard merge-tools.txt: 6 comes after 5 stable
Sun, 24 Oct 2010 12:56:38 +0200 Patrick Mezard Test applying context diffs stable
Sun, 24 Oct 2010 12:55:29 +0200 Patrick Mezard merge-tools.txt: fix typos, simplify, renumber from 1. stable
Sun, 24 Oct 2010 12:52:37 +0200 Patrick Mezard hggettext: handle i18nfunctions declaration for docstrings translations stable
Sat, 23 Oct 2010 19:22:42 +0200 Patrick Mezard Fix and unify transplant and bookmarks revsets doc registration stable
Sat, 23 Oct 2010 19:21:51 +0200 Patrick Mezard revsets: generate predicate help dynamically stable
Sat, 23 Oct 2010 19:21:49 +0200 Patrick Mezard help: add topic rewriting hooks stable
Sat, 23 Oct 2010 17:30:08 +0200 Martin Geisler minirst: ignore comments stable
Sat, 23 Oct 2010 17:45:49 +0200 Martin Geisler help: add "revset" alias for "revsets" help topic stable
Sat, 23 Oct 2010 16:54:45 +0200 Martin Geisler Makefile: var for documentation files stable
Sat, 23 Oct 2010 16:53:25 +0200 Martin Geisler Makefile: remove underscore in var name stable
Sat, 23 Oct 2010 14:59:19 +0200 Martin Geisler revset: add translator comments to i18n strings stable
Sat, 23 Oct 2010 00:18:10 +0200 Martin Geisler gendoc: do not strip 'hg ' from synopsis stable
Sat, 23 Oct 2010 00:11:39 +0200 Martin Geisler gendoc: support multi-line synopses stable
Sat, 23 Oct 2010 00:01:09 +0200 Martin Geisler gendoc: re-add indentation to global option table stable
Fri, 22 Oct 2010 22:58:17 +0200 Patrick Mezard test-transplant: test transplanted() revset stable
Fri, 22 Oct 2010 11:58:43 -0500 Steve Borho backout: add --tool argument for specifying merge tool stable
Fri, 22 Oct 2010 17:08:15 +0200 Mads Kiilerich help: improve merge-tools topic, describe --tool and clarify details stable
Fri, 22 Oct 2010 17:05:51 +0200 Mads Kiilerich help: use Windows cmd compatible quoting in revset help stable
Fri, 22 Oct 2010 16:34:38 +0200 Martin Geisler color: give hint to translators about untranslated keywords stable
Thu, 21 Oct 2010 11:45:02 -0200 Wagner Bruna i18n: extract comments marked for translator hints stable
Thu, 21 Oct 2010 09:58:22 -0700 L. David Baron setup/hg: handle hg being a symlink when appending relative libdir to sys.path stable
Thu, 21 Oct 2010 21:34:30 +0200 Martin Geisler merge-tools: fixed typos stable
Thu, 21 Oct 2010 21:26:32 +0200 Martin Geisler commands: mark tip:0 as literal text stable
Thu, 21 Oct 2010 17:02:08 +0200 Georg Brandl eol: add missing word in module docstring stable
Thu, 21 Oct 2010 10:13:03 -0500 Steve Borho demandimport: backout fe31f834a9ff stable
Thu, 21 Oct 2010 11:23:26 +0200 Martin Geisler dispatch: backout 0c605364373c stable
Thu, 21 Oct 2010 10:54:37 +0200 Martin Geisler subrepo: svnsubrepo._wcrev should return str after 3d6ba8c2b1b8 stable
Thu, 21 Oct 2010 03:28:51 -0500 Matt Mackall subrepo: fix status check on SVN subrepos (issue2445) stable
Thu, 21 Oct 2010 03:18:52 +0200 Mads Kiilerich hgweb: let HTTPS serve use more compatible and less secure encryption stable
Wed, 20 Oct 2010 18:15:47 +0530 Azhagu Selvan SP mercurial.el: fix hg-outgoing path when 'default-push' is not defined stable
Wed, 20 Oct 2010 17:06:42 -0500 Matt Mackall merge default into stable for 1.7 freeze stable
Wed, 20 Oct 2010 23:48:33 +0200 Benoit Boissinot merge with stable
Wed, 20 Oct 2010 23:39:48 +0200 Benoit Boissinot patchbomb: hide passwords potentially embedded in urls stable
Wed, 20 Oct 2010 16:45:08 -0500 Steve Borho wix: add vim syntax file for Mercurial unit tests
Wed, 20 Oct 2010 16:41:17 -0500 Steve Borho wix: add new help page templates
Wed, 20 Oct 2010 16:27:24 -0500 Steve Borho wix: add new merge-tools.txt help text
Wed, 20 Oct 2010 15:36:42 -0500 Steve Borho Merge with mpm
Tue, 19 Oct 2010 22:33:52 -0500 Steve Borho merge: implement --tool arguments using new ui.forcemerge configurable
Wed, 20 Oct 2010 15:09:38 -0500 Matt Mackall tests: fix up changed output
Fri, 15 Oct 2010 03:30:38 -0300 Wagner Bruna revset: disable subset optimization for parents() and children() (issue2437)
Wed, 20 Oct 2010 14:57:36 -0500 Matt Mackall check-code: warning and fixes for whitespace in unified tests
Wed, 20 Oct 2010 20:19:34 +0200 Mads Kiilerich hgweb: use Pythons ssl module for HTTPS serve when using Python 2.6 or later
Wed, 20 Oct 2010 20:19:32 +0200 Mads Kiilerich hgweb: refactor all pyOpenSSL references into one class
Wed, 20 Oct 2010 17:47:46 +0200 Erik Zielke gendoc: added styling for extension TOC
Wed, 20 Oct 2010 17:45:09 +0200 Erik Zielke gendoc: automatically create help for default extensions.
Tue, 19 Oct 2010 13:50:03 +0200 Erik Zielke gendoc: dedent documentation from docstrings
Tue, 19 Oct 2010 13:43:40 +0200 Erik Zielke extensions.load: return module
Tue, 19 Oct 2010 13:39:34 +0200 Erik Zielke help: different section separators
Wed, 20 Oct 2010 18:08:37 +0200 Martin Geisler gendoc: add subsection for each command
Wed, 20 Oct 2010 18:07:50 +0200 Martin Geisler gendoc: move section commands to module scope
Wed, 20 Oct 2010 12:29:55 -0200 Wagner Bruna mq: mark string for i18n
Wed, 20 Oct 2010 12:29:41 -0200 Wagner Bruna cmdutil: mark string for i18n
Thu, 14 Oct 2010 10:56:39 +0300 timeless test-ssh: handle very slow ssh transfer rate
Tue, 19 Oct 2010 12:40:09 -0500 Kevin Bullock bookmarks: add paragraph on pushing and pulling to help
Wed, 20 Oct 2010 16:54:34 +0200 Erik Zielke help: help topic for merge tools
Wed, 20 Oct 2010 10:13:04 +0200 Martin Geisler check-code: find trailing whitespace
Wed, 20 Oct 2010 10:07:38 +0200 timeless convert: kill trailing whitespace
Wed, 20 Oct 2010 10:02:54 +0200 timeless convert: fix typo in comment
Mon, 18 Oct 2010 18:31:38 -0200 Wagner Bruna strip: support revision sets
Sat, 16 Oct 2010 18:09:47 -0500 Augie Fackler interhg: use uisetup() instead of module-load side effects
Mon, 18 Oct 2010 23:20:14 -0500 Steve Borho merge: when --tool is specified, disable HGMERGE by setting to empty string
Mon, 18 Oct 2010 14:10:36 +0900 Nicolas Dumazet ui: only fix config if the relevant section has changed
Tue, 19 Oct 2010 23:15:31 +0900 Nicolas Dumazet test-tags: use printf instead of echo '...\n'
Sun, 17 Oct 2010 22:24:26 +0200 Benoit Boissinot discovery: findincoming() is no longer used
Sun, 17 Oct 2010 19:25:35 +0200 Benoit Boissinot discovery: use set instead of dict
Sun, 17 Oct 2010 16:16:12 +0200 Benoit Boissinot discovery: remove unused "base" argument from find.*incoming()
Sat, 09 Oct 2010 17:16:39 -0500 Benoit Boissinot discovery: do not use the implicit updating of the "base" arg
Tue, 19 Oct 2010 20:20:10 +0900 Nicolas Dumazet tags: do not fail if tags.cache is corrupted (issue2444)
Sun, 10 Oct 2010 09:50:25 -0500 Dan Villiom Podlaski Christiansen merge: make 'diverging renames' diagnostic a more helpful note.
Mon, 18 Oct 2010 14:37:52 +0200 Erik Zielke gendoc: refactor get_cmd
Mon, 18 Oct 2010 14:37:50 +0200 Erik Zielke mq: switched to `` around * * *
Sun, 17 Oct 2010 00:45:34 +0200 Adrian Buehlmann Revert: capitalization doc fix
Tue, 19 Oct 2010 03:56:20 +0200 Mads Kiilerich subrepo: abort instead of pushing/pulling to the repo itself
Tue, 19 Oct 2010 03:55:28 +0200 Mads Kiilerich subrepo: rename relpath to subrelpath and introduce reporelpath
Tue, 19 Oct 2010 03:55:06 +0200 Mads Kiilerich mdiff: carriage return (\r) is also ignorable whitespace
Fri, 15 Oct 2010 23:00:45 -0500 Steve Borho merge: add --tool argument to merge and resolve
Sun, 17 Oct 2010 14:00:01 +0300 timeless patchbomb: move command option help from the extension (patchbomb) to the command (email)
Sun, 17 Oct 2010 13:24:37 -0400 Steve Losh alias: fail gracefully when invalid global options are given (issue2442)
Thu, 07 Oct 2010 13:44:17 -0700 Paul Molodowitch bookmarks: better fix for issue2016 (lookup infinite recursion)
Mon, 02 Aug 2010 07:15:47 +0300 timeless merge/progress: marking strings for localization
Mon, 02 Aug 2010 07:15:47 +0300 timeless verify/progress: using gerund to indicate action and adding units
Tue, 20 Jul 2010 20:53:48 +0200 timeless progress: dropping superfluous space from units
Sat, 16 Oct 2010 18:09:01 +0200 Adrian Buehlmann check-code: add 'no tab indent' check for unified tests
Sun, 17 Oct 2010 04:14:06 +0200 Mads Kiilerich url: validity (notBefore/notAfter) is checked by OpenSSL (issue2407)
Sun, 17 Oct 2010 04:13:50 +0200 Mads Kiilerich test-https: test web.cacerts functionality
Sun, 17 Oct 2010 04:13:35 +0200 Mads Kiilerich serve: fix https mode and add test
Sat, 16 Oct 2010 17:29:04 -0500 Augie Fackler hgweb: don't send a body or illegal headers during 304 response
Sat, 16 Oct 2010 22:40:46 +0200 Benoit Boissinot merge with stable
Tue, 12 Oct 2010 11:02:45 -0500 Augie Fackler test-url: skip test when ssl module is unavailable stable
Sat, 16 Oct 2010 18:50:53 +0200 Benoit Boissinot revset: use 'requires' instead of 'wants' in error message
Fri, 15 Oct 2010 05:21:51 +0200 Nicolas Dumazet outgoing: unify common graphlog.outgoing and hg.outgoing code
Thu, 14 Oct 2010 22:41:43 +0200 Nicolas Dumazet bundlerepo: unify common code into a new getremotechanges
Tue, 12 Oct 2010 23:33:43 -0500 Augie Fackler revset id(): fix error text to say "id wants..." instead of "rev wants..."
Thu, 14 Oct 2010 22:53:17 +0200 Christian Ebert keyword: only use expensive fctx.cmp when needed
Thu, 14 Oct 2010 22:47:50 +0200 Christian Ebert context: narrow down filter special case in filectx.cmp()
Thu, 14 Oct 2010 21:36:00 +0200 Nicolas Dumazet incoming: unify code for incoming and graphlog.incoming
Thu, 14 Oct 2010 21:37:00 +0200 Nicolas Dumazet incoming: rename variable
Thu, 14 Oct 2010 01:28:29 +0200 Mads Kiilerich import: only the first hg patch marker should be processed (issue2417)
Fri, 10 Sep 2010 10:28:18 +0200 Gilles Moris backout: provide linear backout as a default (without --merge option)
Mon, 11 Oct 2010 10:07:42 -0500 Augie Fackler update: use revsingle to enable use of revsets as update targets (issue1993)
Tue, 12 Oct 2010 11:02:45 -0500 Augie Fackler test-url: skip test when ssl module is unavailable
Tue, 12 Oct 2010 11:02:05 -0500 Augie Fackler test-url: remove trailing whitespace
Tue, 12 Oct 2010 12:49:23 +0100 Christian Ebert keyword: code cleanup
Sat, 02 Oct 2010 22:59:29 +0900 Yuya Nishihara tests: asciify output of test-encoding-align.t
Sat, 02 Oct 2010 22:57:25 +0900 Yuya Nishihara tests: accept \-escaped test output
Tue, 12 Oct 2010 16:26:03 -0500 Matt Mackall merge with crew
Tue, 12 Oct 2010 08:30:15 -0500 Benoit Boissinot parentdelta: compress.py extension is no longer necessary
Tue, 12 Oct 2010 16:25:38 -0500 Matt Mackall merge with stable
Fri, 01 Oct 2010 10:15:04 -0500 Brodie Rao convert/darcs: support changelogs with bytes 0x7F-0xFF (issue2411) stable
Mon, 11 Oct 2010 09:44:19 -0500 Augie Fackler revset: add id() and rev() to allow explicitly referring to changes by hash or rev
Sun, 10 Oct 2010 12:41:36 -0500 Augie Fackler revset: rename tagged() to tag() and allow it to take an optional tag name
Sun, 10 Oct 2010 12:40:25 -0500 Augie Fackler bookmarks: add revset for referencing bookmarks
Sun, 10 Oct 2010 12:03:28 -0500 Augie Fackler hgweb help: fix double help links
Mon, 11 Oct 2010 11:17:48 +0200 Adrian Buehlmann tests: add testcase for --config format.dotencode=false
Mon, 11 Oct 2010 14:39:13 -0500 Matt Mackall fetch: fix and document exit codes (issue2356)
Sun, 10 Oct 2010 23:32:09 +0200 Adrian Buehlmann doc: add [format] dotencode description
Tue, 27 Jul 2010 23:07:30 +0900 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp
Sun, 10 Oct 2010 18:58:45 +0200 Nicolas Dumazet localrepo: use propertycaches to access encode/decode filters
Sun, 10 Oct 2010 19:10:16 +0200 Nicolas Dumazet localrepo: load filter patterns outside of _filter
Sun, 10 Oct 2010 19:07:58 +0200 Nicolas Dumazet localrepo: have _loadfilter return the loaded filter patterns
Mon, 11 Oct 2010 13:26:29 -0500 Benoit Boissinot merge with mpm
Mon, 11 Oct 2010 12:47:11 -0500 Benoit Boissinot wireproto/http: drain the incoming bundle in case of errors
Mon, 11 Oct 2010 12:45:36 -0500 Benoit Boissinot wireproto: introduce pusherr() to deal with "unsynced changes" error
Mon, 11 Oct 2010 12:44:33 -0500 Benoit Boissinot wireproto: redirect the output earlier
Mon, 11 Oct 2010 12:44:11 -0500 Benoit Boissinot wireproto: return in finally was messing with the return inside the block
Mon, 11 Oct 2010 13:51:10 +0200 Dirkjan Ochtman tests: use a glob for all of the host, might not be localhost
Mon, 11 Oct 2010 13:49:53 +0200 Dirkjan Ochtman commands: add move alias for the rename command
Sun, 10 Oct 2010 18:02:52 -0500 Matt Mackall util: make wrap() require a width argument
Sat, 09 Oct 2010 16:55:33 -0500 Brodie Rao showconfig: don't accept multiple sections and one config item
Sun, 10 Oct 2010 17:35:28 -0500 Matt Mackall hgweb: another fix for the help termwidth bug
Sun, 10 Oct 2010 12:21:49 -0500 Brodie Rao pager: don't run pager if nothing is written to stdout/stderr
Sun, 10 Oct 2010 12:21:48 -0500 Brodie Rao pager: add global --pager=<auto/boolean> option
Sun, 10 Oct 2010 12:21:36 -0500 Brodie Rao color: add global option in extsetup() instead of globally
Sun, 10 Oct 2010 11:05:06 -0500 Matt Mackall hgweb: more ui fiddling
Sun, 10 Oct 2010 10:42:44 -0500 Augie Fackler hgweb: fix hgweb_mod as well as hgwebdir_mod
Sun, 10 Oct 2010 10:07:17 -0500 Augie Fackler hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Thu, 07 Oct 2010 23:34:21 -0500 Kevin Bullock help: improve description of update --check
Sat, 09 Oct 2010 21:54:50 +0200 Adrian Buehlmann store: encode first period or space in filenames (issue1713)
Tue, 14 Sep 2010 23:00:39 +0200 Dan Villiom Podlaski Christiansen demandimport: fix an obscure corner-case.
Sun, 10 Oct 2010 00:38:57 +0100 Christian Ebert keyword: enforce subn method via boolean switch
Sun, 10 Oct 2010 00:30:09 +0100 Christian Ebert keyword: fix weeding of expansion candidates when recording
Sun, 10 Oct 2010 09:48:37 -0500 Dan Villiom Podlaski Christiansen copies: don't detect copies as "divergent renames"
Sat, 09 Oct 2010 11:02:11 -0500 Augie Fackler strip: add --keep flag to avoid modifying wc during strip
Sat, 09 Oct 2010 17:02:28 -0500 Brodie Rao update: use higher level wording for "crosses branches" error
Sat, 09 Oct 2010 17:58:48 -0500 Augie Fackler hgweb: add help link to templates missed in ead4e21f49f1
Sat, 09 Oct 2010 17:58:54 -0500 Dan Villiom Podlaski Christiansen test-convert-svn-encoding.t: ignore that subversion %-encodes $TESTTMP
Sat, 09 Oct 2010 16:27:10 -0500 Benoit Boissinot run-tests.py: remove support for .bat files
Sat, 09 Oct 2010 16:25:28 -0500 Benoit Boissinot run-tests.py: do not install hg when the tests do no exist
Sat, 09 Oct 2010 15:40:29 -0500 Patrick Mezard setup.py: write libdir as a python string literal
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: fails immediately upon malformed hunk
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: always raise PatchError with a message, simplify handling
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: simplify externalpatch() arguments
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard util: remove needbinary(), no longer used for external patching
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove internal patcher fallback and NoHunk error
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused patchmeta.lineno
Sat, 09 Oct 2010 15:13:08 -0500 Patrick Mezard patch: remove unused flags from readgitpatch()
Sat, 09 Oct 2010 15:06:22 -0500 Mads Kiilerich test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
Sat, 09 Oct 2010 22:05:24 +0200 Martin Geisler revsets: fix stray * in help topic
Sat, 09 Oct 2010 12:27:14 -0500 Augie Fackler web: add a help view for getting hg help output
Sat, 09 Oct 2010 15:00:30 -0500 Benoit Boissinot fix indentation error
Sat, 09 Oct 2010 14:50:20 -0500 Matt Mackall merge: handle no file parent in backwards merge (issue2364)
Sat, 09 Oct 2010 14:52:58 -0500 Matt Mackall merge with crew
Sat, 09 Oct 2010 12:28:16 -0500 Benoit Boissinot ui.paths: expand paths directly in fixconfig (issue2373)
Tue, 17 Aug 2010 15:44:38 +0200 Dan Villiom Podlaski Christiansen setup/hg: always load Mercurial from where it was installed.
Sat, 09 Oct 2010 11:55:25 -0500 Brodie Rao revsets: add a sample query to the help for getting active branches
Sat, 09 Oct 2010 11:54:42 -0500 Brodie Rao revsets: add descriptions for sample queries in the help
Sat, 09 Oct 2010 11:53:48 -0500 Dan Villiom Podlaski Christiansen mq: silence spurious output.
Sat, 09 Oct 2010 11:27:29 -0500 Brodie Rao revsets: clarify in the help that head() returns named branch heads
Sat, 09 Oct 2010 11:16:35 +0200 Adrian Buehlmann tests: add testcase for 208fc9ad6a48 to test-alias.t
Sat, 09 Oct 2010 10:36:50 -0500 Dan Villiom Podlaski Christiansen mq: handle deleting the same patch twice in one command (issue2427)
Sat, 09 Oct 2010 09:55:52 -0500 Augie Fackler progress: make sure stderr has isatty before calling (issue2191)
Sat, 09 Oct 2010 18:04:36 +0200 Benjamin Pollack windows: handle spaces in path to Python (issue2074)
Fri, 08 Oct 2010 23:23:49 +0200 Martin Geisler minirst: pull admonition titles out formatblock function
Fri, 08 Oct 2010 23:19:26 +0200 Martin Geisler minirst: refactor/simplify findblocks
Sat, 09 Oct 2010 15:41:53 +0200 Nicolas Dumazet inotify: raise correct error if server is already started in a deep repository
Fri, 08 Oct 2010 21:43:21 +0200 Nicolas Dumazet setup: user-friendly error message if Python headers are missing
Sat, 09 Oct 2010 07:13:51 -0500 Mads Kiilerich test-keyword: ignore subject in notify hook mails
Sat, 09 Oct 2010 07:13:49 -0500 Mads Kiilerich test-keyword: fix test glob to ACL/SELinux flag
Sat, 09 Oct 2010 07:13:47 -0500 Mads Kiilerich test-notify: fix fix for line continuation in long mail header lines
Fri, 08 Oct 2010 23:39:44 -0500 Mads Kiilerich import: don't strip '#' lines from patch descriptions (issue 2417)
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich test-notify: stabilize output
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: reintroduce ":$HGPORT" in test output
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: remove the last traces of $HGTMP
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove filtertmp.py and helpers.sh
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: remove redundant globs
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: replace test tmp directory with $TESTTMP in test output
Fri, 08 Oct 2010 20:12:40 -0500 Matt Mackall keyword: fix test glob
Mon, 04 Oct 2010 15:07:12 -0500 Brodie Rao dispatch: properly handle relative path aliases used with -R (issue2376)
Mon, 04 Oct 2010 14:26:38 -0500 Brodie Rao dispatch: remove superfluous try/except when reading local ui config
Mon, 04 Oct 2010 14:26:37 -0500 Brodie Rao test-globalopts: test hg -R file:// and hg -R path-alias
Wed, 06 Oct 2010 23:07:52 +0300 Eduard-Cristian Stefan hgk: remember main window position
Fri, 08 Oct 2010 16:10:00 -0400 Steve Losh alias: back up and restore commands.norepo before checking for shell aliases
Fri, 08 Oct 2010 16:08:46 -0500 Brodie Rao tests: unify test-check-code
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: switch kwtemplater.record in kw_dorecord()
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: specific regular expressions depending on read mode
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert test-keyword: remove remaining sed calls
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: disable expansion in kwfilelog.read() if file renamed in node
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: make iskwfile() a weeding method in lieu of a boolean
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: support copy and rename
Fri, 08 Oct 2010 18:39:46 +0100 Christian Ebert keyword: refactor kwtemplater.overwrite()
Fri, 08 Oct 2010 18:00:19 -0500 Benoit Boissinot revlog.addgroup(): always use _addrevision() to add new revlog entries
Fri, 08 Oct 2010 18:00:16 -0500 Benoit Boissinot revlog._addrevision(): allow text argument to be None, build it lazily
Fri, 08 Oct 2010 18:00:15 -0500 Benoit Boissinot changegroupsubset: use readdelta() fast path when delta is against a parent
Fri, 08 Oct 2010 17:00:38 -0500 Patrick Mezard run-tests: handle .tst not ending with an LF
Fri, 08 Oct 2010 22:42:32 +0200 Martin Geisler minirst: small code cleanup
Fri, 08 Oct 2010 14:02:23 -0500 Brodie Rao cat: fix cat without -r, broken by 0ae35296fbf4
Thu, 07 Oct 2010 18:24:29 -0500 Matt Mackall revsets: introduce revsingle helper
Thu, 07 Oct 2010 18:05:04 -0500 Matt Mackall revsets: make revpair revsets-aware
Thu, 07 Oct 2010 11:45:17 -0500 Matt Mackall revset: lower precedence of minus infix (issue2361)
Tue, 05 Oct 2010 20:25:51 +0200 Henrik Stuart merge with stable
Tue, 05 Oct 2010 11:34:13 +0200 Adrian Buehlmann revset: fix #branch in urls for outgoing() stable
Fri, 01 Oct 2010 23:16:11 +0200 Martin Geisler heads: mention STARTREV in synopsis and help for --rev
Fri, 01 Oct 2010 10:29:33 -0500 Matt Mackall merge with stable
Fri, 01 Oct 2010 10:18:57 -0500 Matt Mackall Added signature for changeset 93d8bff78c96 stable
Fri, 01 Oct 2010 10:18:53 -0500 Matt Mackall Added tag 1.6.4 for changeset 93d8bff78c96 stable
Fri, 01 Oct 2010 10:16:52 -0500 Matt Mackall merge with i18n stable 1.6.4
Fri, 01 Oct 2010 16:10:06 +0200 Adrian Buehlmann tests: unify test-rebase*
Fri, 01 Oct 2010 16:43:03 +0200 Martin Geisler merge with stable
Fri, 01 Oct 2010 16:39:55 +0200 Martin Geisler test-url: refactor with shorter lines
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: use workingctx to detect modified and added files after rollback
Fri, 01 Oct 2010 02:13:31 +0200 Christian Ebert keyword: rename variable "cfiles" to "changed" for clarity
Mon, 27 Sep 2010 13:13:34 -0500 Brodie Rao tests: unify test-casefolding
Fri, 01 Oct 2010 16:08:46 +0200 Martin Geisler url: mark certificate error string for translation stable
Fri, 01 Oct 2010 11:15:19 -0300 Wagner Bruna i18n-pt_BR: synchronized with f2937d6492c5 stable
Fri, 01 Oct 2010 11:15:10 -0300 Wagner Bruna merge with i18n stable stable
Fri, 01 Oct 2010 17:24:18 +0900 FUJIWARA Katsunori i18n-ja: synchronized with e356c5c21b15 stable
Thu, 30 Sep 2010 19:10:19 -0500 Matt Mackall merge with stable
Thu, 30 Sep 2010 19:09:58 -0500 Matt Mackall merge with i18n stable
Thu, 30 Sep 2010 14:07:57 -0300 Wagner Bruna i18n-pt_BR: synchronized with 552e0cfbddbd stable
Fri, 01 Oct 2010 00:54:03 +0200 Mads Kiilerich merge with stable
Fri, 01 Oct 2010 00:48:51 +0200 Mads Kiilerich test-doctest: test the modules that contains doctests stable
Fri, 01 Oct 2010 00:48:50 +0200 Mads Kiilerich doc: clarify that https cert verification requires web.cacerts stable
Fri, 01 Oct 2010 00:46:59 +0200 Mads Kiilerich url: verify correctness of https server certificates (issue2407) stable
Thu, 30 Sep 2010 13:38:21 +0200 Erik Zielke test-subrepo-recursion: remove empty defaults section
Thu, 30 Sep 2010 12:37:45 +0200 Erik Zielke mq: Removed extra ... in short help for qdelete
Mon, 27 Sep 2010 11:27:58 +0200 Erik Zielke mq: removed short option in help for deprecated options
Tue, 28 Sep 2010 13:09:22 +0200 Erik Zielke test-subrepo-recursion: deleted default arguments
Thu, 30 Sep 2010 09:49:40 +0200 Erik Zielke tests: removed test names in tests
Tue, 28 Sep 2010 19:29:14 +0200 Adrian Buehlmann tests: fix 05210e955bef merge error in test-git-import.t
Wed, 29 Sep 2010 01:33:31 +0200 Mads Kiilerich test-convert-cvs-detectmerge: add sleep so cvs notices changes
Wed, 29 Sep 2010 01:32:51 +0200 Mads Kiilerich init: expand destination url as a configured paths
Wed, 29 Sep 2010 01:32:50 +0200 Mads Kiilerich mq: explain qpush -f better
Wed, 29 Sep 2010 01:32:50 +0200 Mads Kiilerich serve: let --web-conf help reference hgweb
Tue, 28 Sep 2010 19:36:05 +0200 Juan Pablo Aroztegi transplant: add the transplanted revset predicate
Tue, 28 Sep 2010 03:01:35 +0200 Mads Kiilerich test-convert-cvs-branch: add sleep so cvs notices changes
Tue, 28 Sep 2010 02:58:00 +0200 Mads Kiilerich graphlog: style with header and footer (issue2395)
Tue, 28 Sep 2010 02:57:59 +0200 Mads Kiilerich test-serve: use service that works on more platforms
Tue, 28 Sep 2010 01:11:24 +0200 Patrick Mezard Merge with stable
Tue, 28 Sep 2010 00:41:08 +0200 Patrick Mezard patch: test and document a bit binary to regular file upgrade stable
Tue, 28 Sep 2010 00:41:07 +0200 Patrick Mezard patch: upgrade to git patch when removing binary file stable
Mon, 27 Sep 2010 22:47:10 +0200 Patrick Mezard patch: fix rename text to binary file (issue2400) stable
Mon, 27 Sep 2010 22:49:30 +0200 Thomas Arendsen Hein tests: show skip reason instead of "irrelevant" with unified tests, too
Mon, 27 Sep 2010 10:48:50 -0500 Matt Mackall merge with stable
Mon, 27 Sep 2010 10:48:21 -0500 Matt Mackall merge with iin stable
Mon, 20 Sep 2010 14:56:08 -0500 Ry4an Brase Correct Content-Type header values for archive downloads. stable
Mon, 27 Sep 2010 10:47:36 -0500 Matt Mackall merge with iin
Sat, 25 Sep 2010 22:53:31 -0300 Wagner Bruna i18n-pt_BR: update to new Portuguese ortography stable
Sat, 25 Sep 2010 22:53:27 -0300 Wagner Bruna i18n-pt_BR: minor rewording stable
Sat, 25 Sep 2010 22:53:21 -0300 Wagner Bruna i18n-pt_BR: assorted typo fixes stable
Fri, 24 Sep 2010 19:47:50 -0300 Wagner Bruna merge with i18n
Fri, 24 Sep 2010 19:47:00 -0300 Wagner Bruna i18n-pt_BR: synchronized with 84ceedcfeb6a stable
Fri, 24 Sep 2010 19:26:01 -0300 Wagner Bruna merge with i18n stable stable
Fri, 24 Sep 2010 02:17:54 +0200 Christoph Mewes i18n-de: parentrevspec extension
Fri, 24 Sep 2010 02:08:26 +0200 Christoph Mewes i18n-de: pager extension and missing parts of extdiff
Fri, 24 Sep 2010 01:41:56 +0200 Christoph Mewes i18n-de: added missing strings in acl
Thu, 23 Sep 2010 01:19:40 +0200 Christoph Mewes i18n-de: minor changes
Thu, 23 Sep 2010 01:09:09 +0200 Christoph Mewes i18n-de: notify extension
Thu, 23 Sep 2010 00:28:45 +0200 Christoph Mewes i18n-de: mq extension
Wed, 22 Sep 2010 13:34:40 +0200 Martin Roppelt i18n-de: deleted outdated messages with msgattrib, allowed language header
Wed, 22 Sep 2010 16:32:02 +0200 Christoph merge
Wed, 22 Sep 2010 04:32:55 +0200 Christoph Mewes i18n-de: keyword extension
Wed, 22 Sep 2010 01:04:43 +0200 Christoph Mewes i18n-de: interhg extension
Wed, 22 Sep 2010 01:04:25 +0200 Christoph Mewes i18n-de: more inotify
Wed, 22 Sep 2010 09:45:14 +0200 Martin Roppelt i18n-de: delete language duplicate, update last-translator
Wed, 22 Sep 2010 09:40:11 +0200 Martin Roppelt i18n-de: fix formatting
Wed, 22 Sep 2010 09:22:42 +0200 Martin Roppelt merge stable into default
Wed, 22 Sep 2010 08:54:00 +0200 Martin Roppelt i18n-de: fix broken translations, 66 defuzzied, 14 new translations
Tue, 21 Sep 2010 15:45:51 +0200 Martin Roppelt i18n-de: update pot
Tue, 21 Sep 2010 23:05:28 +0000 Christoph l10n: sig, glog, cia, hgk, highlight, inotify, interhg
Tue, 21 Sep 2010 01:55:53 -0300 Wagner Bruna merge with i18n
Tue, 21 Sep 2010 01:51:56 -0300 Wagner Bruna i18n-pt_BR: synchronized with 5be733b20bd1 stable
Tue, 21 Sep 2010 00:25:25 +0000 Christoph l10n: churn, color, convert and eol extension done
Sat, 18 Sep 2010 22:03:33 +0200 Martin Geisler i18n-da: synchronized with 2eadea60ae67
Sat, 18 Sep 2010 09:07:57 +0000 Christoph l10n: primarily added separate translations for template markers
Sat, 18 Sep 2010 01:16:31 +0000 Christoph l10n: based on a fresh pot file
Thu, 23 Sep 2010 15:18:10 +0200 Erik Zielke mq: removed return from callers to patchheader.qseries
Thu, 23 Sep 2010 16:56:32 +0200 Erik Zielke mq: added return 0 on success
Sun, 26 Sep 2010 23:48:30 +0200 Adrian Buehlmann tests: fix tabs/indentation in test-strip-cross.t
Tue, 24 Aug 2010 18:25:33 -0400 Steve Losh alias: only allow global options before a shell alias, pass later ones through
Mon, 27 Sep 2010 10:39:22 -0500 Matt Mackall tests: fix test-fetch port number variability
Sun, 26 Sep 2010 17:20:24 -0500 Matt Mackall tests: unify test-convert-tagsbranch-topology
Sun, 26 Sep 2010 17:18:53 -0500 Matt Mackall tests: unify test-convert-tla
Sun, 26 Sep 2010 17:18:28 -0500 Matt Mackall tests: unify test-convert-mtn
Sun, 26 Sep 2010 17:17:19 -0500 Matt Mackall tests: unify test-convert-splicemap
Sun, 26 Sep 2010 17:16:46 -0500 Matt Mackall tests: unify test-convert-git
Sun, 26 Sep 2010 17:14:35 -0500 Matt Mackall tests: unify test-convert-filemap
Sun, 26 Sep 2010 16:54:28 -0500 Matt Mackall tests: unify test-convert-datesort
Sun, 26 Sep 2010 16:53:06 -0500 Matt Mackall tests: unify test-convert-hg-svn
Sun, 26 Sep 2010 16:48:57 -0500 Matt Mackall tests: unify test-convert-hg-source
Sun, 26 Sep 2010 16:47:59 -0500 Matt Mackall tests: unify test-convert-hg-sink
Sun, 26 Sep 2010 16:45:51 -0500 Matt Mackall tests: unify test-convert-darcs
Sun, 26 Sep 2010 16:43:48 -0500 Matt Mackall tests: unify test-convert-cvsnt-mergepoints
Sun, 26 Sep 2010 16:39:52 -0500 Matt Mackall tests: unify test-convert-cvs-synthetic
Sun, 26 Sep 2010 15:42:48 -0500 Matt Mackall tests: unify test-convert-cvs-detectmerge
Sun, 26 Sep 2010 15:33:09 -0500 Matt Mackall tests: unify test-convert-cvs-branch
Sun, 26 Sep 2010 14:50:58 -0500 Matt Mackall tests: unify test-convert-cvs
Sun, 26 Sep 2010 14:39:34 -0500 Matt Mackall tests: unify test-convert-clonebranches
Sun, 26 Sep 2010 14:37:47 -0500 Matt Mackall tests: unify test-convert-bzr-treeroot
Sun, 26 Sep 2010 14:37:30 -0500 Matt Mackall tests: unify test-convert-bzr-merges
Sun, 26 Sep 2010 14:36:49 -0500 Matt Mackall tests: unify test-convert-bzr-ghosts
Sun, 26 Sep 2010 14:36:32 -0500 Matt Mackall tests: unify test-convert-bzr-directories
Sun, 26 Sep 2010 14:35:43 -0500 Matt Mackall tests: unify test-convert-bzr-114
Sun, 26 Sep 2010 14:35:24 -0500 Matt Mackall tests: unify test-convert-bzr
Sun, 26 Sep 2010 14:33:08 -0500 Matt Mackall tests: unify test-convert-authormap
Sun, 26 Sep 2010 14:32:13 -0500 Matt Mackall tests: unify test-convert
Sun, 26 Sep 2010 20:43:43 -0400 Steve Losh contrib/vim: add a syntax file for unified tests
Mon, 27 Sep 2010 10:20:19 +0200 Martin Geisler merge with stable
Mon, 27 Sep 2010 09:19:48 +0200 Erik Zielke mq: removed -m from qpush help (Issue2401) stable
Sun, 26 Sep 2010 16:11:04 -0500 Brodie Rao subrepos: add missing self argument to abstractsubrepo.checknested
Sun, 26 Sep 2010 16:01:13 -0500 Brodie Rao test-pull: convert regexes to globs
Sun, 26 Sep 2010 14:35:52 -0500 Brodie Rao test-ssh: test absolute path that exists
Mon, 13 Sep 2010 10:33:49 -0300 Wagner Bruna subrepo: improve lookup error messages
Sun, 26 Sep 2010 22:22:59 +0200 Martin Geisler run-tests: move build/ directory to HGTMP
Sun, 26 Sep 2010 21:37:42 +0200 Martin Geisler setup: slight simplification
Sat, 25 Sep 2010 19:47:45 -0500 Brodie Rao Makefile: remove the build folder manually
Sat, 25 Sep 2010 19:38:27 -0500 Brodie Rao Makefile: remove all .so files during clean
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: support rollback by restoring expansion to previous values
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: do not expand at all during diff
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert keyword: restore restricted read mode value after overwriting
Sun, 26 Sep 2010 19:18:41 +0200 Christian Ebert test-keyword: fix typo, rephrase
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-win32text
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-template-engine
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-strip-cross
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-static-http
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-ssh-clone-r
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-ssh
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-simplemerge-cmd
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-share
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-schemes
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-rollback
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-rename-merge2
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-push-http
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-pull-pull-corruption2
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-pull-pull-corruption
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-pull-http
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-progress
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-profile
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-patch-offset
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-parseindex
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-parentrevspec
Sun, 26 Sep 2010 13:44:49 -0500 Matt Mackall tests: unify test-notify-changegroup
Sun, 26 Sep 2010 13:44:42 -0500 Matt Mackall tests: unify test-notify
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-oldcgi
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-newercgi
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-newcgi
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mv-cp-st-diff
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qrefresh-replace-log-message
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qpush-fail
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qnew
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qimport-fail-cleanup
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qimport
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-qclone-http
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-header-from
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mq-header-date
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-merge-tools
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-merge-symlinks
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-mactext
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-lookup
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1556
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1542
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1371
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-issue1208
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-dirty-dirstate
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify-debuginotify
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-inotify
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-http-proxy
Sun, 26 Sep 2010 13:43:21 -0500 Matt Mackall tests: unify test-http-clone-r
Sun, 26 Sep 2010 13:43:08 -0500 Matt Mackall tests: unify test-http-branchmap
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-http
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-highlight
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgwebdirsym
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgwebdir
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-removed
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-raw
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-non-interactive
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-no-request-uri
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-no-path-info
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-filelog
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-empty
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-diffs
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-descend-empties
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb-commands
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgweb
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgk
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hghave
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hgcia
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-gpg
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-gendoc
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-fetch
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eolfilename
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-update
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-hook
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-clone
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-add
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol-patch
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-eol
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-encoding-align
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-encoding
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-encode
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-diff-color
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-ssh
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-hup
Sun, 26 Sep 2010 13:41:32 -0500 Matt Mackall tests: unify test-clone-pull-corruption
Sun, 26 Sep 2010 13:41:17 -0500 Matt Mackall tests: unify test-clone-failure
Sun, 26 Sep 2010 13:11:52 -0500 Matt Mackall tests: unify test-clone-cgi
Fri, 24 Sep 2010 15:50:57 -0500 Brodie Rao test-ssh: test absolute paths in SSH URLs
Fri, 24 Sep 2010 15:36:53 -0500 Brodie Rao revset: support raw string literals
Sun, 26 Sep 2010 13:11:31 -0500 Matt Mackall tests: fold darcs test repository into a bundle
Sat, 25 Sep 2010 21:52:17 +0200 Mads Kiilerich tests: avoid checking the exitcode of false
Sat, 25 Sep 2010 02:35:36 +0200 Mads Kiilerich test-rename: accept solaris diff
Sat, 25 Sep 2010 02:35:35 +0200 Mads Kiilerich test-subrepo-svn: restore expr functionality for solaris
Sat, 25 Sep 2010 02:35:32 +0200 Mads Kiilerich test-serve: fix test for binding to low named port on solaris
Tue, 21 Sep 2010 23:55:32 +0200 Dan Villiom Podlaski Christiansen templater: add a few comments.
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Fri, 24 Sep 2010 12:00:55 +0200 Erik Zielke incoming/outgoing: Fix recursion on sub repositories
Fri, 24 Sep 2010 10:13:49 +0200 Martin Geisler tests: added a short description to issue numbers
Fri, 24 Sep 2010 03:04:14 +0200 Mads Kiilerich merge with stable
Fri, 24 Sep 2010 02:57:15 +0200 Mads Kiilerich test-gendoc: mute gendoc stderr stable
Fri, 24 Sep 2010 02:52:12 +0200 Mads Kiilerich test-mq-symlinks: fix symlink handling on solaris stable
Fri, 24 Sep 2010 02:49:09 +0200 Mads Kiilerich test-archive: fix touch datestamps stable
Fri, 24 Sep 2010 00:17:04 +0200 Patrick Mezard Merge with stable
Fri, 24 Sep 2010 00:04:07 +0200 Patrick Mezard convert/darcs: improve unsupported format detection (issue2172) stable
Fri, 24 Sep 2010 00:03:58 +0200 Patrick Mezard bookmarks: fix _bookmarks/lookup() reentrancy issue (issue2016) stable
Thu, 23 Sep 2010 11:41:27 +0200 Alexandre Fayolle Fix memory leak when using hg commands over http repositories stable
Thu, 23 Sep 2010 16:31:38 +0200 Christian Ebert Use more note admonitions in help texts
Wed, 22 Sep 2010 16:23:55 +0200 Erik Zielke Use note admonition
Wed, 22 Sep 2010 15:51:59 +0200 Erik Zielke minirst: Support for admonitions
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Thu, 23 Sep 2010 10:59:21 +0200 Martin Geisler merge with stable
Wed, 22 Sep 2010 19:15:27 -0500 Brodie Rao grep: only catch re.error when compiling regular expressions stable
Thu, 23 Sep 2010 00:27:04 -0600 Anthony Foiani doc: clarify smtp.password usage stable
Thu, 23 Sep 2010 01:59:02 +0200 Mads Kiilerich merge with stable
Thu, 23 Sep 2010 01:23:16 +0200 Mads Kiilerich log: include unmodified-in-merge files in log diff/stat (issue2383) stable
Thu, 23 Sep 2010 01:51:17 +0200 Mads Kiilerich tests: fix unzip -l variability fix stable
Wed, 22 Sep 2010 18:29:41 -0500 Matt Mackall merge with stable
Wed, 22 Sep 2010 17:13:49 -0500 Matt Mackall tests: fix unzip -l variability stable
Wed, 22 Sep 2010 23:51:10 +0200 Patrick Mezard mq: always require --force when pushing patches (issue2363) stable
Wed, 22 Sep 2010 18:20:47 -0500 Matt Mackall tests: various fixes for new unified test pattern format
Wed, 22 Sep 2010 16:06:02 -0500 Brodie Rao tests: add glob matching for unified tests
Wed, 22 Sep 2010 16:06:00 -0500 Brodie Rao tests: require regexes in unified tests to be marked with " (re)"
Wed, 22 Sep 2010 16:05:59 -0500 Brodie Rao tests: ensure regexes match to the end of the string
Wed, 22 Sep 2010 16:05:59 -0500 Brodie Rao tests: don't match blank output lines as regexes in unified tests
Wed, 22 Sep 2010 16:05:58 -0500 Brodie Rao tests: improve regexes in unified tests
Wed, 22 Sep 2010 00:14:57 +0200 Dan Villiom Podlaski Christiansen templater: add hex filter.
Tue, 21 Sep 2010 18:40:33 +0200 Dan Villiom Podlaski Christiansen tests: unify test-convert-svn-*
Mon, 06 Sep 2010 17:35:49 +0200 Peter Arrenbrecht merge: delay writing the mergestate during until commit is called
Wed, 22 Sep 2010 15:33:08 -0500 Matt Mackall tests: fix touch -t with RHEL
Tue, 21 Sep 2010 18:36:23 +0200 Dan Villiom Podlaski Christiansen tests: compatibility fix.
Tue, 21 Sep 2010 16:44:13 -0500 Matt Mackall tests: drop a bunch of sed calls from unified tests
Tue, 21 Sep 2010 16:00:02 -0500 Matt Mackall tests: cleanup exit code handling in unified tests
Tue, 21 Sep 2010 12:41:24 -0500 Matt Mackall check-code: add some basic support for unified tests
Tue, 21 Sep 2010 23:58:32 +0200 Patrick Mezard test-subrepo-recursion: sort archive output for portability
Tue, 21 Sep 2010 23:38:26 +0200 Patrick Mezard Merge with crew
Tue, 21 Sep 2010 23:37:47 +0200 Patrick Mezard Merge with stable
Tue, 21 Sep 2010 23:14:58 +0200 Patrick Mezard context: fix filectx.undelete() (issue2388) stable
Mon, 20 Sep 2010 17:01:12 -0500 Matt Mackall tests: fix hgweb template change stable
Mon, 20 Sep 2010 23:42:23 +0200 Patrick Mezard Merge with crew
Mon, 20 Sep 2010 22:41:10 +0200 Patrick Mezard Restore lexists() changes lost in e0ee3e822a9a merge
Mon, 20 Sep 2010 17:01:12 -0500 Matt Mackall tests: fix hgweb template change
Mon, 20 Sep 2010 16:56:57 -0500 Matt Mackall merge with stable
Mon, 20 Sep 2010 16:56:44 -0500 Matt Mackall merge with crew
Sun, 19 Sep 2010 21:20:38 -0500 Ryan Phillips hgweb: be consistent with the background highlighting on closed branches (Issue2386) stable
Mon, 20 Sep 2010 13:31:02 +0200 Dan Villiom Podlaski Christiansen mq: fix the deprecation comment for qsave & qrestore. stable
Mon, 20 Sep 2010 16:40:36 -0500 Matt Mackall revsets: reduce cost of outgoing in the optimizer
Thu, 02 Sep 2010 15:00:45 +0200 Dan Villiom Podlaski Christiansen test-convert-hg-startrev: enable convert.hg.saverev.
Sat, 18 Sep 2010 08:30:11 +0200 Peter Arrenbrecht transplant: fix var name conflict introduced by 2912881c2a98
Mon, 20 Sep 2010 16:25:29 -0500 Matt Mackall bundle: fix shrink-revlog bundle usage
Mon, 20 Sep 2010 16:14:05 -0500 Matt Mackall bundlerepo: restore close() method
Mon, 20 Sep 2010 16:00:15 -0500 Matt Mackall tests: drop final true command from unified tests
Mon, 20 Sep 2010 22:29:13 +0200 Patrick Mezard Merge with stable
Mon, 20 Sep 2010 21:46:56 +0200 Patrick Mezard Use lexists() instead of exists() where appropriate stable
Mon, 20 Sep 2010 21:46:39 +0200 Patrick Mezard convert/svn: fix broken symlink renames in svn sink stable
Mon, 20 Sep 2010 21:46:39 +0200 Patrick Mezard rename: do not overwrite existing broken symlinks stable
Mon, 20 Sep 2010 21:42:11 +0200 Patrick Mezard patch: do not overwrite broken untracked symlinks stable
Mon, 20 Sep 2010 21:42:11 +0200 Patrick Mezard patch: fix target when patching broken symlinks (issue2368) stable
Mon, 20 Sep 2010 15:50:36 -0500 Matt Mackall tests: fixup tests using unzip -l
Mon, 20 Sep 2010 14:36:36 -0500 Matt Mackall tests: add hack to avoid problem with graphlog in unified tests
Mon, 20 Sep 2010 14:32:21 -0500 Matt Mackall bundle: encapsulate all bundle streams in unbundle class
Sun, 19 Sep 2010 13:12:45 -0500 Matt Mackall bundle: move chunk parsing into unbundle class
Sun, 19 Sep 2010 12:51:54 -0500 Matt Mackall bundle: get rid of chunkiter
Sun, 19 Sep 2010 12:38:44 -0500 Matt Mackall bundle: refactor progress callback
Sat, 18 Sep 2010 18:20:34 -0500 Matt Mackall bundle: make getchunk() a method
Fri, 17 Sep 2010 19:24:29 -0500 Matt Mackall bundlerepo: use bundle objects everywhere
Fri, 17 Sep 2010 19:03:13 -0500 Matt Mackall bundlerepo: drop unused close() method
Fri, 17 Sep 2010 19:02:32 -0500 Matt Mackall bundle: make unbundle object seekable
Fri, 17 Sep 2010 19:02:26 -0500 Matt Mackall bundle: push chunkbuffer down into decompress
Fri, 17 Sep 2010 17:03:08 -0500 Matt Mackall tests: fix a bunch of pointless #s in unified tests
Fri, 17 Sep 2010 17:03:04 -0500 Matt Mackall tests: exit 0 no longer needed on unified tests
Mon, 20 Sep 2010 15:33:12 -0500 Matt Mackall tests: update debugcomplete output
Mon, 20 Sep 2010 15:31:48 -0500 Matt Mackall merge with abuehl
Sun, 19 Sep 2010 23:42:18 +0200 Adrian Buehlmann tests: unify some of test-mq*
Mon, 20 Sep 2010 15:46:17 +0200 Martin Geisler subrepo: add support for 'hg archive'
Mon, 20 Sep 2010 15:44:30 +0200 Martin Geisler subrepo: introduce files and filedata methods for subrepo classes
Mon, 20 Sep 2010 15:42:58 +0200 Martin Geisler merge with stable
Fri, 17 Sep 2010 10:21:02 -0500 Brodie Rao revset: handle re.compile() errors in grep() stable
Mon, 20 Sep 2010 15:33:39 +0200 Martin Geisler archive: set date to 1980 for very old zip files stable
Fri, 17 Sep 2010 12:45:13 -0500 Steve Borho Merge with stable
Fri, 17 Sep 2010 12:44:35 -0500 Steve Borho test-eol-update: record new results as correct stable
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Thu, 16 Sep 2010 16:12:26 -0500 Matt Mackall merge with stable
Sun, 12 Sep 2010 18:05:53 -0500 Brodie Rao merge: suggest 'hg up -C .' for discarding changes, not 'hg up -C'
Thu, 16 Sep 2010 16:00:29 +0200 Peter Arrenbrecht transplant: maintain list of transplants in dict
Wed, 15 Sep 2010 22:18:46 +0200 Adrian Buehlmann tests: unify test-hgignore
Thu, 16 Sep 2010 11:36:38 +0200 Pascal Quantin win32: update build instructions with correct CRT version
Thu, 16 Sep 2010 16:07:22 -0500 Matt Mackall merge with crew
Thu, 16 Sep 2010 16:05:00 -0500 Matt Mackall merge with crew stable
Wed, 15 Sep 2010 17:48:03 -0500 Steve Borho Merge with stable
Wed, 15 Sep 2010 17:46:51 -0500 Steve Borho eol: setup the repo.ui in reposetup() stable
Wed, 15 Sep 2010 20:41:14 +0200 Adrian Buehlmann tests: unify test-hardlinks-safety
Wed, 15 Sep 2010 18:00:09 +0200 Adrian Buehlmann tests: unify test-extra-filelog-entry
Wed, 15 Sep 2010 16:27:39 +0200 Adrian Buehlmann tests: unify test-extdiff
Tue, 14 Sep 2010 22:26:43 -0500 Will Maier tests: add test for bookmark push/pull
Tue, 14 Sep 2010 21:45:43 -0500 Will Maier bookmarks: set VALUE in push/pull
Tue, 14 Sep 2010 16:52:32 +0200 Adrian Buehlmann tests: unify test-username-newline
Tue, 14 Sep 2010 16:42:02 +0200 Adrian Buehlmann tests: unify test-url-rev
Tue, 14 Sep 2010 15:37:10 +0200 Adrian Buehlmann tests: unify test-update-renames
Tue, 14 Sep 2010 13:43:05 +0200 Adrian Buehlmann tests: unify test-rename-merge1
Wed, 15 Sep 2010 09:09:17 -0500 Matt Mackall merge with crew
Wed, 15 Sep 2010 11:06:22 +0200 Sune Foldager clone: only use stream when we understand the revlog format
Wed, 15 Sep 2010 10:44:10 +0200 Sune Foldager localrepo: factor out requirement application and write
Tue, 14 Sep 2010 16:21:21 -0500 Matt Mackall merge with stable
Tue, 14 Sep 2010 16:21:01 -0500 Matt Mackall merge with i18n
Tue, 14 Sep 2010 16:20:34 -0500 Matt Mackall merge with i18n stable
Mon, 13 Sep 2010 01:37:56 +0000 Christoph l10n: starting to unify the old translations
Mon, 13 Sep 2010 00:03:26 +0000 Christoph l10n: translations: env. variables / templating system (DE)
Sun, 12 Sep 2010 01:18:30 +0000 Christoph l10n: added some new translations
Fri, 10 Sep 2010 21:05:51 -0300 Wagner Bruna i18n-pt_BR: synchronized with 0f6164806283 stable
Tue, 14 Sep 2010 22:54:04 +0200 Adrian Buehlmann tests: unify test-default-push
Tue, 14 Sep 2010 18:43:24 +0200 Adrian Buehlmann tests: unify test-clone-update-order
Tue, 14 Sep 2010 21:41:06 +0200 Adrian Buehlmann tests: unify test-debugrename
Tue, 14 Sep 2010 21:26:05 +0200 Adrian Buehlmann tests: unify test-confused-revert
Tue, 14 Sep 2010 19:31:00 +0200 Adrian Buehlmann tests: unify test-command-template
Tue, 14 Sep 2010 22:11:53 +0200 Christian Ebert mq: rename strip --nobackup option to --no-backup (issue2377)
Tue, 14 Sep 2010 22:11:46 +0200 Christian Ebert mq: consistently use opts.get() to prevent potential KeyError
Tue, 14 Sep 2010 16:03:10 +0200 Sune Foldager tests: remove exec bit from .t files
Tue, 14 Sep 2010 12:20:51 +0200 Adrian Buehlmann combine tests
Mon, 13 Sep 2010 16:25:13 +0200 Sune Foldager merge with stable
Mon, 13 Sep 2010 16:12:25 +0200 Sune Foldager color: add win32 support for non-black background stable
Mon, 13 Sep 2010 10:04:41 -0300 Wagner Bruna i18n: unmark untranslatable string
Mon, 13 Sep 2010 15:13:30 +0200 Martin Geisler test-subrepo-recursion: test missing subrepo
Mon, 13 Sep 2010 13:09:31 +0200 Martin Geisler incoming: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:30 +0200 Martin Geisler incoming: move code from commands to cmdutil
Mon, 13 Sep 2010 13:09:26 +0200 Martin Geisler outgoing: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:24 +0200 Martin Geisler outgoing: move code from commands to cmdutil
Mon, 13 Sep 2010 13:09:20 +0200 Martin Geisler add: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:11 +0200 Martin Geisler add: move main part to cmdutil to make it easier to reuse
Mon, 13 Sep 2010 13:09:09 +0200 Martin Geisler narrowmatcher: propagate bad method
Mon, 13 Sep 2010 13:08:18 +0200 Martin Geisler narrowmatcher: fix broken rel method
Mon, 13 Sep 2010 13:08:09 +0200 Martin Geisler patch: break import cycle with cmdutil
Sun, 12 Sep 2010 16:10:41 +0900 Yuya Nishihara patchbomb: show progress when sending emails or writing mbox
Sat, 11 Sep 2010 18:08:00 +0200 Christian Ebert patchbomb: consistent code style in getaddrs()
Sat, 11 Sep 2010 18:48:03 +0200 Pascal Quantin win32: 64-bit Inno Setup installer
Sat, 11 Sep 2010 09:48:10 +0200 Pascal Quantin win32: update Inno Setup build instructions with up-to-date software
Sun, 12 Sep 2010 14:00:40 +0200 Martin Geisler merge with stable
Sun, 12 Sep 2010 12:11:39 +0200 Adrian Buehlmann tests: unify test-merge-remove
Sun, 12 Sep 2010 11:52:13 +0200 Adrian Buehlmann tests: unify test-merge-prompt
Sat, 11 Sep 2010 21:19:12 +0200 Adrian Buehlmann tests: unify test-merge-local
Sat, 11 Sep 2010 20:04:35 +0200 Adrian Buehlmann tests: unify test-merge-internal-tools-pattern
Sat, 11 Sep 2010 17:58:37 +0200 Adrian Buehlmann tests: unify test-merge-force
Sat, 11 Sep 2010 11:44:53 +0200 Adrian Buehlmann tests: unify test-merge-default
Sat, 11 Sep 2010 11:18:47 +0200 Adrian Buehlmann tests: unify test-merge-commit
Fri, 10 Sep 2010 23:13:59 +0200 Adrian Buehlmann tests: unify test-manifest*
Fri, 10 Sep 2010 09:30:50 -0500 Brodie Rao convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354) stable
Sat, 11 Sep 2010 16:17:43 -0500 Matt Mackall merge with crew
Sat, 11 Sep 2010 10:57:35 +0200 Dirkjan Ochtman tests: fix incompatibility with python-2.4 in test-hgweb
Sat, 11 Sep 2010 00:40:39 +0200 Martin Geisler merge with stable
Sat, 11 Sep 2010 00:40:19 +0200 Martin Geisler merge with i18n-default
Sat, 11 Sep 2010 00:39:34 +0200 Martin Geisler merge with i18n-stable stable
Tue, 07 Sep 2010 18:37:59 -0300 Wagner Bruna i18n-pt_BR: fix a couple of typos stable
Tue, 07 Sep 2010 18:13:36 -0300 Wagner Bruna i18n-pt_BR: added messages from crew stable up to 26d86a6cf2af stable
Wed, 01 Sep 2010 10:13:55 +0200 Daniel Dumitriu i18n-ro: merged default
Thu, 26 Aug 2010 16:32:12 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Wed, 25 Aug 2010 12:20:10 +0200 Daniel Dumitriu i18n: merged in strings from hg cset ce818cf215dc
Thu, 19 Aug 2010 23:40:47 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 23:27:09 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 16:01:50 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 15:44:38 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Thu, 19 Aug 2010 00:01:13 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Mon, 16 Aug 2010 23:40:15 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Sun, 15 Aug 2010 23:56:46 +0200 Daniel Dumitriu Continued translation
Thu, 12 Aug 2010 17:30:36 +0200 Daniel Dumitriu i18n-ro: ongoing translation
Tue, 27 Jul 2010 10:17:31 +0200 Georg Brandl i18n-de: fix awkward translation of "memory"
Fri, 27 Aug 2010 11:07:09 +0200 Martin Geisler i18n-da: fix typo
Thu, 26 Aug 2010 22:44:21 -0300 Wagner Bruna i18n: merge with stable
Thu, 26 Aug 2010 22:42:33 -0300 Wagner Bruna i18n: merge default heads
Thu, 26 Aug 2010 22:38:33 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9617803b1acb stable
Thu, 26 Aug 2010 22:27:20 -0300 Wagner Bruna i18n: merge with stable stable
Tue, 24 Aug 2010 11:01:45 -0300 Wagner Bruna i18n: merge default heads
Tue, 24 Aug 2010 11:01:00 -0300 Wagner Bruna i18n-pt_BR: synchronized with c6b1be675d3c stable
Tue, 24 Aug 2010 10:58:12 -0300 Wagner Bruna i18n: merge with stable stable
Sat, 21 Aug 2010 11:22:49 +0200 Martin Geisler i18n: merge with stable
Sat, 21 Aug 2010 11:21:49 +0200 Martin Geisler i18n: merged stable heads stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: finish translating 'hg summary' output stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: remove bogus fuzzy translations for revset stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: update fuzzy messages/translate patchbomb stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: update mq translation stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: updates after msgmerge on stable branch, 2nd part stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: general updates fuzzy synopsis texts stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: translate [OPTION]..., not [OPTIONS]...: keep the singular stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: readd other lost accented characters stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: updates after msgmerge on stable branch stable
Sat, 21 Aug 2010 00:33:13 +0200 Paolo Giarrusso i18n-it: perform msgmerge on the tip of the stable branch stable
Fri, 20 Aug 2010 21:22:57 -0300 Wagner Bruna i18n-pt_BR: synchronized with 31dde4c3bb83 stable
Fri, 10 Sep 2010 23:53:51 +0200 Martin Geisler dirstate: use one pass to filter out files in subrepos
Fri, 10 Sep 2010 23:53:49 +0200 Martin Geisler subrepo: handle diff with working copy
Fri, 10 Sep 2010 22:52:00 +0200 Patrick Mezard subrepos: handle diff nodeids in subrepos, not before
Fri, 10 Sep 2010 22:36:04 +0200 Patrick Mezard mq: add newline after qfold warning
Fri, 10 Sep 2010 20:19:16 +0200 Martin Geisler merge with stable
Fri, 10 Sep 2010 19:41:45 +0200 Adrian Buehlmann tests: unify test-locate
Fri, 10 Sep 2010 19:05:49 +0200 Adrian Buehlmann tests: unify test-journal-exists
Fri, 10 Sep 2010 17:59:17 +0200 Adrian Buehlmann tests: unify test-issue1438 and test-issue2137
Fri, 10 Sep 2010 16:58:13 +0200 Christian Ebert keyword: explain file-wise expansion in help stable
Fri, 10 Sep 2010 20:11:42 +0200 Martin Geisler convert: move -A option to --authormap
Fri, 10 Sep 2010 15:32:22 +0200 Christian Ebert patchbomb: add --confirm option to show series details and ask for confirmation
Fri, 10 Sep 2010 15:32:14 +0200 Christian Ebert patchbomb: let diffstat prompt only once with complete summary
Fri, 10 Sep 2010 15:56:13 +0200 Martin Geisler patchbomb: rename argument to avoid shadowing patch module
Fri, 10 Sep 2010 01:34:14 +0200 Martin Geisler convert: deprecate --authors in preference for --authormap
Wed, 08 Sep 2010 08:31:07 +0200 Christian Ebert patchbomb: show prompt and selection in non-interactive mode
Wed, 08 Sep 2010 08:31:07 +0200 Christian Ebert patchbomb: use ui.promptchoice for diffstat to allow localization of choices
Fri, 03 Sep 2010 23:34:37 +0200 Adrian Buehlmann tests: unify test-issue*
Fri, 03 Sep 2010 22:10:08 +0200 Adrian Buehlmann tests: unify test-globalopts
Fri, 03 Sep 2010 14:29:28 +0200 Adrian Buehlmann tests: unify test-git-*
Fri, 03 Sep 2010 11:47:24 +0200 Adrian Buehlmann tests: unify test-filebranch
Fri, 03 Sep 2010 11:19:50 +0200 Adrian Buehlmann tests: unify test-extension
Fri, 03 Sep 2010 09:46:17 +0200 Adrian Buehlmann tests: unify test-execute-bit
Fri, 03 Sep 2010 09:12:36 +0200 Adrian Buehlmann tests: unify test-empty-group
Fri, 10 Sep 2010 01:04:32 +0200 Martin Geisler merge with stable
Fri, 10 Sep 2010 00:07:38 +0200 Martin Geisler convert: better grouping of command line flags in help
Fri, 10 Sep 2010 00:36:01 +0200 Martin Geisler convert: help string cleanups stable
Fri, 10 Sep 2010 00:30:36 +0200 Martin Geisler convert: better quoting in help text stable
Fri, 10 Sep 2010 00:22:46 +0200 Martin Geisler convert: show example splice, author, and branch map entries in help stable
Wed, 08 Sep 2010 15:23:48 +0200 Dirkjan Ochtman hgweb: support very simple caching model (issue1845)
Wed, 08 Sep 2010 15:11:35 +0200 Dirkjan Ochtman tests: extend get-with-headers to support cache testing
Wed, 08 Sep 2010 15:19:35 +0200 Dirkjan Ochtman tests: fix test output for test-hgweb-no* tests
Wed, 08 Sep 2010 15:18:33 +0200 Dirkjan Ochtman tests: rename test for better grouping
Wed, 08 Sep 2010 15:16:03 +0200 Dirkjan Ochtman check-code: fix ternary expression introduced in 1ef9b0b5efec
Wed, 08 Sep 2010 13:48:25 +0200 Dirkjan Ochtman bisect: warn about ending on a merge with only one side marked
Wed, 08 Sep 2010 12:53:15 +0200 Dirkjan Ochtman bisect: allow revsets in addition to single revs (issue2360)
Tue, 07 Sep 2010 16:34:07 +0200 Martin Geisler subrepos: add function for iterating over ctx subrepos
Tue, 07 Sep 2010 16:23:55 +0200 Martin Geisler subrepos: handle modified but uncommitted .hgsub
Tue, 07 Sep 2010 15:31:56 +0200 Martin Geisler localrepo: check nested repos against working directory
Tue, 07 Sep 2010 10:30:29 +0200 Martin Geisler add: clarify that repo[None].add returns rejected filenames
Mon, 06 Sep 2010 07:14:18 +0200 Thomas Arendsen Hein merge with stable
Sun, 05 Sep 2010 21:00:04 +0200 Thomas Arendsen Hein store: Removed extra space in _data list
Sun, 05 Sep 2010 22:32:11 +0200 Thomas Arendsen Hein verify: fix "missing revlog!" errors for revlog format v0 and add test stable
Sun, 05 Sep 2010 13:37:17 -0700 Brendan Cully zsh completion: bookmarks support
Sat, 04 Sep 2010 01:32:01 -0700 Brendan Cully zsh completion: patchbomb support
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler status: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler match: add narrowmatcher class
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler cmdutil: use repo.auditor when constructing match object
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler match: accept auditor argument
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler localrepo: add auditor attribute which knows about subrepos
Thu, 02 Sep 2010 23:45:47 +0200 Martin Geisler tests: remove unneeded -u flags
Thu, 02 Sep 2010 23:36:43 +0200 Martin Geisler merge with stable
Thu, 02 Sep 2010 18:12:07 +0200 Adrian Buehlmann tests: unify test-empty-file
Thu, 02 Sep 2010 17:32:22 +0200 Adrian Buehlmann tests: unify test-empty-dir
Thu, 02 Sep 2010 17:13:23 +0200 Adrian Buehlmann tests: unify test-dispatch
Thu, 02 Sep 2010 23:22:51 +0200 Martin Geisler tests: remove unneeded -d flags
Thu, 02 Sep 2010 22:17:22 +0200 Martin Geisler test-merge5: removed unnecessary parts of test
Thu, 02 Sep 2010 12:48:46 -0400 Brodie Rao test-merge5: ensure updating to tip across branches is tested
Thu, 02 Sep 2010 22:38:12 +0200 Mads Kiilerich test-convert-cvs: add a sleep to make test more stable stable
Thu, 02 Sep 2010 17:28:20 +0200 Martin Geisler merge with stable
Thu, 02 Sep 2010 14:45:16 +0200 Adrian Buehlmann tests: unify test-diff-binary-file
Thu, 02 Sep 2010 15:08:36 +0200 Adrian Buehlmann tests: unify test-diff-copy-depth
Thu, 02 Sep 2010 15:39:55 +0200 Adrian Buehlmann tests: unify test-diff-upgrade
Thu, 02 Sep 2010 14:58:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-convert-hg-startrev.
Thu, 02 Sep 2010 16:29:04 +0200 Adrian Buehlmann tests: unify test-diffstat
Thu, 02 Sep 2010 17:07:02 +0200 Martin Geisler bookmarks: break long line found by check-code stable
Thu, 02 Sep 2010 12:53:28 +0200 Martin Geisler help: make "hg help hgrc" an alias for "hg help config" stable
Thu, 02 Sep 2010 12:08:13 +0200 Martin Geisler clone, patch, convert: use hex(nullid) instead of '0'*40
Thu, 02 Sep 2010 11:20:23 +0200 Adrian Buehlmann tests: unify test-diff-newlines
Wed, 01 Sep 2010 15:23:21 +0200 Martin Geisler merge with stable
Tue, 31 Aug 2010 11:57:02 +0200 Adrian Buehlmann tests: unify test-diff-unified
Tue, 31 Aug 2010 11:14:48 +0200 Adrian Buehlmann tests: unify test-diff-subdir
Tue, 31 Aug 2010 10:21:24 +0200 Adrian Buehlmann tests: unify test-diff-reverse
Mon, 30 Aug 2010 23:13:52 +0200 Adrian Buehlmann tests: unify test-diff-ignore-whitespace
Mon, 30 Aug 2010 16:52:21 +0200 Adrian Buehlmann tests: unify test-diff-hashes
Mon, 30 Aug 2010 14:38:15 +0200 Adrian Buehlmann tests: unify test-diff-change
Mon, 30 Aug 2010 11:16:21 -0400 Brodie Rao test-serve: ensure KILLQUIETLY is only used once
Mon, 30 Aug 2010 17:17:20 +0200 Martin Geisler dagparser: translate and lowercase error messages stable
Mon, 30 Aug 2010 17:11:51 +0200 Martin Geisler match: mark error messages for translation stable
Wed, 01 Sep 2010 15:03:45 +0200 Sune Foldager debugindex(dot): try to access filelogs through repo, if possible
Wed, 01 Sep 2010 14:55:03 +0200 Sune Foldager debugdata: try to access filelogs through repo, if possible
Wed, 01 Sep 2010 12:28:34 +0200 Martin Geisler merge with stable
Mon, 30 Aug 2010 20:27:25 -0400 Brodie Rao remove: properly set return code when warnings are issued stable
Wed, 01 Sep 2010 12:05:57 +0200 Martin Geisler pull: lowercase error message stable
Tue, 31 Aug 2010 16:36:31 +0200 Martin Geisler commit: sort subrepos before committing for stable test output
Mon, 30 Aug 2010 19:05:13 +0900 Nicolas Dumazet tests: unify test-interhg
Tue, 31 Aug 2010 15:47:13 +0900 Nicolas Dumazet test-custom-filter: heredoc is not required for single line operations
Mon, 30 Aug 2010 18:57:48 +0900 Nicolas Dumazet tests: unify test-custom-filters
Mon, 30 Aug 2010 18:55:00 +0900 Nicolas Dumazet tests: unify test-parse-date
Mon, 30 Aug 2010 18:50:44 +0900 Nicolas Dumazet tests: unify test-purge
Mon, 30 Aug 2010 18:47:02 +0900 Nicolas Dumazet tests: unify test-rebuildstate
Mon, 30 Aug 2010 14:16:56 +0900 Nicolas Dumazet tests: unify test-up-local-change
Mon, 30 Aug 2010 14:13:36 +0900 Nicolas Dumazet tests: unify test-impexp-branch
Mon, 30 Aug 2010 14:10:31 +0900 Nicolas Dumazet tests: unify test-incoming-outgoing
Mon, 30 Aug 2010 14:06:18 +0900 Nicolas Dumazet tests: unify test-resolve
Mon, 30 Aug 2010 14:04:38 +0900 Nicolas Dumazet tests: unify test-requires
Mon, 30 Aug 2010 14:01:57 +0900 Nicolas Dumazet tests: unify test-relink
Mon, 30 Aug 2010 13:55:57 +0900 Nicolas Dumazet tests: merge the two test-rename-dir-merge* into one
Mon, 30 Aug 2010 13:51:27 +0900 Nicolas Dumazet tests: unify test-rename-dir-merge2
Mon, 30 Aug 2010 13:49:40 +0900 Nicolas Dumazet tests: unify test-rename-dir-merge
Mon, 30 Aug 2010 13:46:57 +0900 Nicolas Dumazet tests: unify test-revert-unknown
Mon, 30 Aug 2010 13:45:24 +0900 Nicolas Dumazet tests: unify test-revert-flags
Mon, 30 Aug 2010 13:43:34 +0900 Nicolas Dumazet tests: remove useless sed in test-hgrc
Mon, 30 Aug 2010 13:41:03 +0900 Nicolas Dumazet tests: mq-safety: use regular expression instead of sed
Mon, 30 Aug 2010 13:37:12 +0900 Nicolas Dumazet tests: use regular expression instead of sed in test-subrepo-deep-nested-change
Mon, 30 Aug 2010 13:32:37 +0900 Nicolas Dumazet tests: unify test-revert
Mon, 30 Aug 2010 13:29:44 +0900 Nicolas Dumazet util: get rid of extra trailing whitespace in parsedate abort message
Mon, 30 Aug 2010 13:23:32 +0900 Nicolas Dumazet tests: unify test-revset
Mon, 30 Aug 2010 13:18:19 +0900 Nicolas Dumazet test-revset: remove trailing whitespaces
Mon, 30 Aug 2010 13:15:30 +0900 Nicolas Dumazet test-keyword: use regular expressions instead of grepping
Mon, 30 Aug 2010 13:11:32 +0900 Nicolas Dumazet tests: remove useless grep -v in test-mq.t
Mon, 30 Aug 2010 13:08:18 +0900 Nicolas Dumazet tests: unify test-remove-new
Mon, 30 Aug 2010 13:02:54 +0900 Nicolas Dumazet tests: unify test-remove
Mon, 30 Aug 2010 12:58:43 +0900 Nicolas Dumazet tests: unify test-rename
Mon, 30 Aug 2010 12:48:17 +0900 Nicolas Dumazet tests: unify test-strict
Mon, 30 Aug 2010 12:46:19 +0900 Nicolas Dumazet tests: unify test-inherit-mode
Mon, 30 Aug 2010 12:41:43 +0900 Nicolas Dumazet tests: unify test-churn
Mon, 30 Aug 2010 12:02:31 +0900 Nicolas Dumazet tests: convert test-bisect
Fri, 27 Aug 2010 20:45:18 -0400 Brodie Rao alias: on --debug, print expansion when it has invalid arguments
Fri, 27 Aug 2010 20:45:11 -0400 Brodie Rao alias: print what command is being shadowed in debug message
Mon, 30 Aug 2010 22:52:00 +0200 Martin Geisler merge with stable
Mon, 30 Aug 2010 22:47:38 +0200 Martin Geisler mail: use standard section.entry format in error message stable
Sat, 28 Aug 2010 21:57:36 -0500 Augie Fackler color: accept usual boolean values as synonyms for always and never
Mon, 30 Aug 2010 10:28:25 -0500 Augie Fackler parsebool: accept always as true and never as false
Sat, 28 Aug 2010 21:50:35 -0500 Augie Fackler parsebool: create new function and use it for config parsing
Sat, 28 Aug 2010 21:49:53 -0500 Augie Fackler util: clean up trailing whitespace
Mon, 30 Aug 2010 14:38:24 +0200 Martin Geisler Consistently import foo as foomod when foo to avoid shadowing
Mon, 30 Aug 2010 13:00:22 +0200 Martin Geisler Merge with stable
Fri, 27 Aug 2010 22:36:35 -0400 Brodie Rao help: refer to user configuration file more consistently stable
Mon, 30 Aug 2010 11:39:43 +0200 Adrian Buehlmann tests: unify test-config-case
Sun, 29 Aug 2010 23:16:31 +0200 Pascal Quantin win32: add hgweb scripts to Inno Setup installer stable
Sun, 29 Aug 2010 22:57:24 +0200 Pascal Quantin win32: add Emacs scripts to Inno Setup installer stable
Sun, 29 Aug 2010 23:56:19 +0200 Martin Geisler path_auditor: delegate checking of nested repos to a callback
Sun, 29 Aug 2010 23:56:19 +0200 Martin Geisler util: use 'auditor' as consistent name for path auditors
Sun, 29 Aug 2010 23:56:19 +0200 Martin Geisler util: add optional path auditor argument to canonpath
Sat, 28 Aug 2010 12:31:07 -0400 Brodie Rao mail/hgweb: support service names for ports (issue2350)
Fri, 27 Aug 2010 16:25:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-qrecord
Fri, 27 Aug 2010 16:25:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-record
Fri, 27 Aug 2010 16:25:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-help
Fri, 27 Aug 2010 00:27:40 +0200 Adrian Buehlmann tests: unify test-bheads
Thu, 26 Aug 2010 12:41:00 +0200 Adrian Buehlmann tests: unify test-lock-badness
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable
Sun, 29 Aug 2010 22:46:00 +0200 Martin Geisler churn: do not crash on malformed lines in alias file stable
Sun, 29 Aug 2010 10:54:22 +0200 Ronny Pfannschmidt churn: do not crash on empty lines in alias file stable
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Sat, 28 Aug 2010 23:57:39 +0200 Georg Brandl localrepo: introduce method for explicit branch cache update
Fri, 27 Aug 2010 22:24:47 -0500 Steve Borho color: handle more Windows console errors
Wed, 25 Aug 2010 23:26:18 +0100 Christian Ebert patchbomb: remove unneeded line continuation
Fri, 27 Aug 2010 13:32:40 -0400 Brodie Rao cleanup: remove unused variables
Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Fri, 27 Aug 2010 13:18:25 +0200 Martin Geisler Merge with stable
Fri, 27 Aug 2010 13:03:57 +0200 Martin Geisler subrepo: use [0-9] instead of [\d] in svn subrepo regex
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard webcommands: remove unncessary access to repo.changelog
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard archival: do not use repo.changelog directly
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard repair: pass variable explicitely to nested function
Thu, 26 Aug 2010 23:11:03 +0200 Mads Kiilerich mercurial.spec: specify file modes for install stable
Thu, 26 Aug 2010 22:51:48 +0200 Mads Kiilerich simplemerge: remove hash-bang from non-executable script stable
Thu, 26 Aug 2010 11:03:12 -0500 Matt Mackall merge with stable
Thu, 26 Aug 2010 11:00:46 -0500 Matt Mackall Added signature for changeset ff5cec76b1c5 stable
Thu, 26 Aug 2010 11:00:42 -0500 Matt Mackall Added tag 1.6.3 for changeset ff5cec76b1c5 stable
Tue, 17 Aug 2010 17:38:19 -0500 Sol Jerome util: avoid using hashlib on Python < 2.5 (issue2278) stable 1.6.3
Mon, 16 Aug 2010 12:55:42 -0500 Matt Mackall templates: add filenolink to raw style (issue2332) stable
Fri, 13 Aug 2010 10:53:10 +0200 Martin Geisler url: limit expansion to safe auth keys (Issue2328) stable
Fri, 13 Aug 2010 10:10:11 +0200 Martin Geisler url: expand vars in all [auth] settings (issue2328) stable
Thu, 26 Aug 2010 17:55:07 +0200 Thomas Arendsen Hein merge with stable
Thu, 26 Aug 2010 17:38:43 +0200 Thomas Arendsen Hein Fix merge-tools.checkconflicts stable
Thu, 26 Aug 2010 17:38:43 +0200 Thomas Arendsen Hein Fix merge-tools.checkconflicts
Wed, 25 Aug 2010 16:55:54 -0500 Matt Mackall bundlerepo: remove duplication of bundle decompressors
Wed, 25 Aug 2010 16:53:06 -0500 Matt Mackall bundle: introduce bundle class
Wed, 25 Aug 2010 15:33:06 -0500 Matt Mackall bundle: unify/refactor unbundle/readbundle
Wed, 25 Aug 2010 15:33:05 -0500 Matt Mackall bundle: factor out decompressor
Wed, 25 Aug 2010 15:20:25 -0500 Matt Mackall merge with stable
Sat, 21 Aug 2010 22:48:14 -0400 Brodie Rao alias: make shadowing behavior more consistent (issue2054) stable
Tue, 24 Aug 2010 23:30:51 +0900 Yuya Nishihara hgweb: handle exception of misconfigured path on index page stable
Tue, 24 Aug 2010 13:13:35 -0500 Matt Mackall statichttprepo: disable pushkey
Fri, 13 Aug 2010 16:05:08 +0200 Dan Villiom Podlaski Christiansen mq: extend support for the --mq argument to extension commands
Sun, 22 Aug 2010 13:17:34 +0200 Patrick Mezard repository: drop unused rjoin() method
Tue, 24 Aug 2010 15:13:11 +0200 Adrian Buehlmann tests: unify test-export
Wed, 25 Aug 2010 16:40:49 +0200 Martin Geisler revert: wrap long line
Wed, 25 Aug 2010 16:23:32 +0200 Martin Geisler util: remove lexists, Python 2.4 introduced os.path.lexists
Wed, 25 Aug 2010 13:40:46 +0200 Martin Geisler Merge with stable
Wed, 25 Aug 2010 13:29:46 +0200 Martin Geisler context: mark string for translation stable
Thu, 01 Jul 2010 16:30:41 +0200 Mads Kiilerich test-convert-cvs: test fuzz stable
Mon, 23 Aug 2010 22:32:36 +0200 Mads Kiilerich test-dispatch: drop test for missing working directory stable
Mon, 23 Aug 2010 22:22:05 +0200 Martin Geisler Merge with stable
Mon, 23 Aug 2010 22:16:56 +0200 Martin Geisler bookmarks: guard against listing bookmarks on unsupported repos stable
Mon, 23 Aug 2010 13:28:04 +0200 Benoit Boissinot mdiff.patch(): add a special case for when the base text is empty
Mon, 23 Aug 2010 13:24:19 +0200 Benoit Boissinot revlog: add rawsize(), identical to size() but not subclassed by filelog
Sun, 22 Aug 2010 23:17:17 +0200 Benoit Boissinot revlog.addrevision(): move computation of nodeid in addrevision()
Sun, 22 Aug 2010 19:41:04 +0200 Benoit Boissinot contrib/compress: compress should activate parentdelta
Sun, 22 Aug 2010 19:27:09 +0200 Benoit Boissinot contrib/compress: correct ordering of copying
Sun, 22 Aug 2010 19:26:07 +0200 Benoit Boissinot contrib/compress: refactor revlog copying
Sun, 22 Aug 2010 19:13:30 +0200 Benoit Boissinot contrib/compress: use store API instead of a collector
Sun, 22 Aug 2010 18:29:30 +0200 Benoit Boissinot contrib/compress: proper lock handling
Sun, 22 Aug 2010 18:23:32 +0200 Benoit Boissinot contrib/compress: use hg API to compute the destination path
Sun, 22 Aug 2010 18:21:30 +0200 Benoit Boissinot contrib/compress: use repo's transaction method
Sun, 22 Aug 2010 18:18:36 +0200 Benoit Boissinot contrib/compress: remove unused variables
Sat, 21 Aug 2010 23:24:52 -0400 Brodie Rao tests: unify test-hgrc
Sun, 22 Aug 2010 12:04:15 +0200 Patrick Mezard tests: remove test-log.out, useless after unification
Sat, 21 Aug 2010 19:31:59 +0200 Benoit Boissinot revlog: fix docstring
Sat, 21 Aug 2010 19:30:42 +0200 Benoit Boissinot deltaparent(): don't return nullrev for a revision containing a full snapshot
Sat, 21 Aug 2010 10:48:49 -0500 Matt Mackall merge with stable
Sat, 21 Aug 2010 10:44:57 -0500 Matt Mackall tests: fix up bisect test output stable
Sat, 21 Aug 2010 10:41:29 -0500 Matt Mackall merge: move reverse-merge logic out of filemerge (issue2342) stable
Fri, 20 Aug 2010 21:28:14 -0500 Matt Mackall bisect: add test for unrelated starting revisions
Fri, 20 Aug 2010 21:23:47 -0500 Matt Mackall merge with stable
Fri, 20 Aug 2010 17:16:37 -0500 Matt Mackall bisect: better message for unrelated starting revisions stable
Fri, 20 Aug 2010 15:31:05 -0500 Matt Mackall debuginstall: report installpath
Fri, 20 Aug 2010 18:26:20 +0200 Adrian Buehlmann tests: unify test-glog
Thu, 19 Aug 2010 17:33:46 -0500 Matt Mackall bookmarks: fix long line
Thu, 19 Aug 2010 17:29:13 -0500 Matt Mackall merge with stable
Fri, 13 Aug 2010 19:42:28 +0530 Vishakh H revlog: addgroup re-adds punched revisions for missing parents
Fri, 13 Aug 2010 19:41:51 +0530 Vishakh H revlog: generate full revisions when parent node is missing
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): inline deltachain computation
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): remove debug code
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): don't use nullrev as the default value for the cache
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): minor cleanup
Thu, 19 Aug 2010 15:04:21 -0400 David Soria Parra bookmarks: Check if the bookmark to delete exists on the remote stable
Thu, 19 Aug 2010 23:13:20 +0200 Patrick Mezard Merge with stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: remove useless lstat() fallback in nlinks() stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: correctly break hardlinks on network drives (issue761) stable
Thu, 19 Aug 2010 11:51:30 -0500 Matt Mackall merge with stable
Wed, 18 Aug 2010 18:56:44 -0400 Steve Losh aliases: provide more flexible ways to work with shell alias arguments
Wed, 18 Aug 2010 18:18:26 -0400 Steve Losh util: add an interpolate() function to for replacing multiple values
Wed, 18 Aug 2010 10:53:52 -0400 Brodie Rao convert: use encoding.encoding instead of locale.getpreferredencoding() stable
Wed, 18 Aug 2010 10:53:50 -0400 Brodie Rao convert: properly set encoding for gnuarch converter stable
Thu, 19 Aug 2010 11:14:09 -0500 Matt Mackall log: add logging for commands
Thu, 19 Aug 2010 11:14:02 -0500 Matt Mackall ui: add logging hook
Wed, 18 Aug 2010 06:05:09 +0530 Pradeepkumar Gayam tests: unify test-merge10
Wed, 18 Aug 2010 06:02:08 +0530 Pradeepkumar Gayam tests: unify test-merge9
Wed, 18 Aug 2010 05:55:56 +0530 Pradeepkumar Gayam tests: unify test-merge8
Wed, 18 Aug 2010 05:54:00 +0530 Pradeepkumar Gayam tests: unify test-merge7
Wed, 18 Aug 2010 05:21:07 +0530 Pradeepkumar Gayam tests: unify test-merge6
Wed, 18 Aug 2010 05:15:49 +0530 Pradeepkumar Gayam tests: unify test-merge5
Wed, 18 Aug 2010 05:12:44 +0530 Pradeepkumar Gayam tests: unify test-merge4
Wed, 18 Aug 2010 05:09:58 +0530 Pradeepkumar Gayam tests: unify test-merge2
Wed, 18 Aug 2010 05:05:51 +0530 Pradeepkumar Gayam tests: unify test-merge1
Wed, 18 Aug 2010 04:37:06 +0530 Pradeepkumar Gayam tests: unify test-excessive-merge
Wed, 18 Aug 2010 04:30:27 +0530 Pradeepkumar Gayam tests: unify test-double-merge
Wed, 18 Aug 2010 04:26:20 +0530 Pradeepkumar Gayam tests: unify test-copy-move-merge
Wed, 18 Aug 2010 04:21:10 +0530 Pradeepkumar Gayam tests: unify test-merge-closedheads
Thu, 19 Aug 2010 10:25:41 -0500 Matt Mackall merge with stable
Wed, 28 Jul 2010 23:05:03 -0600 Jeremy Whitlock color: enable branches support
Wed, 18 Aug 2010 23:37:26 +0200 Yann E. MORIN mq/qqueue: update bash completion
Wed, 18 Aug 2010 23:37:19 +0200 Yann E. MORIN mq/qqueue: add --purge option to delete a queue and its patch dir
Wed, 18 Aug 2010 23:34:28 +0200 Yann E. MORIN mq/qqueue: commonalise the queue deletion code
Wed, 18 Aug 2010 02:43:45 +0200 Mads Kiilerich mq: don't inherit default and default-push paths with --mq (issue2333) stable
Thu, 19 Aug 2010 16:34:12 +0200 Martin Geisler test-subrepo-paths: use printf instead of echo
Wed, 18 Aug 2010 19:37:23 +0200 Benoit Boissinot parendelta: fix computation of base rev (fixes issue2337)
Wed, 18 Aug 2010 19:45:52 +0200 Benoit Boissinot revlog._addrevision(): make the parent of the cached delta explicit
Thu, 19 Aug 2010 13:25:46 +0200 Martin Geisler subrepos: handle backslashes in subpaths
Thu, 19 Aug 2010 10:59:37 +0200 Dirkjan Ochtman help: document stringify templatefilter stable
Wed, 18 Aug 2010 11:59:35 +0200 Martin Geisler test-subrepo-paths: moved comment lines to where they belong
Tue, 17 Aug 2010 17:44:19 -0500 Matt Mackall merge with stable
Tue, 17 Aug 2010 17:41:20 -0500 Matt Mackall merge with i18n
Tue, 17 Aug 2010 17:40:53 -0500 Matt Mackall merge with i18n stable
Tue, 17 Aug 2010 12:02:34 -0300 Wagner Bruna i18n-pt_BR: fix typo in commit help text stable
Mon, 16 Aug 2010 16:10:30 -0300 Wagner Bruna i18n: merge with stable
Mon, 16 Aug 2010 16:06:10 -0300 Wagner Bruna i18n-pt_BR: synchronized with 2da0cf99b642 stable
Mon, 16 Aug 2010 15:46:00 -0300 Wagner Bruna i18n-pt_BR: fix typo stable
Sun, 15 Aug 2010 18:58:22 +0200 Martin Geisler i18n-da: synchronized with 7fa36341e7a0
Fri, 13 Aug 2010 14:29:30 +0800 Alecs King log: fix the bug 'hg log --stat -p == hg log --stat' stable
Sun, 08 Aug 2010 15:48:58 -0300 Renato Cunha hgfixes: added a fixer to convert changes in the email package
Tue, 03 Aug 2010 13:18:16 -0300 Renato Cunha contrib/setup3k.py: added script to build hg with py3k
Mon, 16 Aug 2010 16:35:20 -0300 Renato Cunha mq: save qrefresh message for easy recovery in case it fails (issue2062)
Tue, 17 Aug 2010 17:38:19 -0500 Sol Jerome util: avoid using hashlib on Python < 2.5 (issue2278)
Wed, 11 Aug 2010 20:28:39 +0800 Alecs King ui: differentiate empty configlist from None
Fri, 13 Aug 2010 13:11:41 -0300 Wagner Bruna revset: predicate to avoid lookup errors
Fri, 13 Aug 2010 13:16:34 -0400 Greg Ward inotify: show the exact command used to start the server
Tue, 17 Aug 2010 17:46:10 +0200 Dan Villiom Podlaski Christiansen demandimport: store level argument on _demandmod instances
Fri, 13 Aug 2010 13:59:26 -0400 Xavier Snelgrove revert: use opts.get
Tue, 17 Aug 2010 08:38:31 +0530 Pradeepkumar Gayam tests: unify test-copy2
Sun, 15 Aug 2010 13:29:46 +0200 Yann E. MORIN mq/qqueue: enable renaming of active queue
Sun, 15 Aug 2010 16:48:08 +0200 Yann E. MORIN mq/qqueue: split _setactive
Tue, 17 Aug 2010 13:22:20 -0500 Matt Mackall merge with stable
Mon, 16 Aug 2010 12:55:42 -0500 Matt Mackall templates: add filenolink to raw style (issue2332)
Sun, 15 Aug 2010 23:13:56 -0500 Matt Mackall revlog: optimize deltachain
Tue, 10 Aug 2010 22:28:52 +0530 Pradeepkumar Gayam manifest: correct readdelta() according to parentdeltas
Tue, 10 Aug 2010 22:28:30 +0530 Pradeepkumar Gayam contrib: simple extension to practically convert a repo from tip delta to parentdelta
Tue, 10 Aug 2010 22:28:08 +0530 Pradeepkumar Gayam localrepo: add parentdelta to requires only if enabled in config file
Tue, 10 Aug 2010 22:27:41 +0530 Pradeepkumar Gayam revlog: append delta against p1
Tue, 10 Aug 2010 22:27:16 +0530 Pradeepkumar Gayam revlog: teach revlog to construct a revision from parentdeltas
Tue, 10 Aug 2010 22:26:08 +0530 Pradeepkumar Gayam revlog: deltachain() returns chain of revs need to construct a revision
Tue, 10 Aug 2010 22:25:08 +0530 Pradeepkumar Gayam revlog: parentdelta flags for revlog index
Tue, 17 Aug 2010 17:33:42 +0200 Martin Geisler glossary: fixed typo stable
Tue, 17 Aug 2010 17:27:37 +0200 Martin Geisler Merge with stable
Sun, 15 Aug 2010 20:36:49 +0200 Adrian Buehlmann tests: unify test-clone-r
Tue, 17 Aug 2010 18:07:05 +0530 Pradeepkumar Gayam tests: unify test-debugcomplete
Tue, 17 Aug 2010 18:04:04 +0530 Pradeepkumar Gayam tests: unify tests-debugindexdot
Tue, 17 Aug 2010 18:02:13 +0530 Pradeepkumar Gayam tests: unify test-debugbuilddag
Tue, 17 Aug 2010 17:57:48 +0530 Pradeepkumar Gayam tests: unify test-diffdir
Tue, 17 Aug 2010 17:56:26 +0530 Pradeepkumar Gayam tests: unify test-children
Tue, 17 Aug 2010 17:54:32 +0530 Pradeepkumar Gayam tests: unify test-revlog-packentry
Tue, 17 Aug 2010 17:53:11 +0530 Pradeepkumar Gayam tests: unify test-revlog-group-emptyiter
Tue, 17 Aug 2010 17:48:59 +0530 Pradeepkumar Gayam tests: unify test-install
Tue, 17 Aug 2010 16:53:03 +0200 Martin Geisler tests: unify test-subrepo-svn
Tue, 17 Aug 2010 16:52:47 +0200 Martin Geisler tests: unify test-subrepo-relative-path
Tue, 17 Aug 2010 16:52:42 +0200 Martin Geisler tests: unify test-subrepo-paths
Tue, 17 Aug 2010 16:52:26 +0200 Martin Geisler tests: unify test-subrepo-deep-nested-change
Tue, 17 Aug 2010 16:52:05 +0200 Martin Geisler tests: unify test-subrepo
Tue, 17 Aug 2010 13:59:37 +0200 Martin Geisler glossary: add entry for "Branch, inactive" stable
Mon, 16 Aug 2010 20:44:33 +0200 Andreas Freimuth tests: unify test-patchbomb
Mon, 16 Aug 2010 20:33:58 +0200 Martin Geisler Merge with mpm
Mon, 16 Aug 2010 10:59:38 +0900 Nicolas Dumazet tests: unify test-mq-symlinks
Mon, 16 Aug 2010 10:58:03 +0900 Nicolas Dumazet tests: use regular expressions instead of helpers
Mon, 16 Aug 2010 10:53:52 +0900 Nicolas Dumazet tests: unify test-mq-strip
Sun, 15 Aug 2010 13:26:12 -0500 Matt Mackall tests: drop big sed from test-keyword.t
Fri, 13 Aug 2010 13:54:33 +0100 Christian Ebert tests: unify test-keyword
Fri, 13 Aug 2010 13:20:15 -0500 Matt Mackall test-walk: enable absolute path tests
Mon, 16 Aug 2010 02:03:29 +0900 Nicolas Dumazet tests: unify test-grep
Sun, 15 Aug 2010 23:38:00 +0900 Nicolas Dumazet cmdutil: code simplification
Sun, 15 Aug 2010 23:34:46 +0900 Nicolas Dumazet tests: unify test-log
Sun, 15 Aug 2010 23:17:53 +0900 Nicolas Dumazet log: do not --follow file that is deleted and recreated later (issue732)
Sun, 15 Aug 2010 22:44:15 +0900 Nicolas Dumazet tests: unify test-mq-safety
Sun, 15 Aug 2010 22:07:23 +0900 Nicolas Dumazet tests: unify test-mq-caches
Sun, 15 Aug 2010 21:58:43 +0900 Nicolas Dumazet tests: unify test-mq-guards
Sun, 15 Aug 2010 21:45:31 +0900 Nicolas Dumazet tests: unify test-mq-eol
Sun, 15 Aug 2010 21:41:45 +0900 Nicolas Dumazet tests: unify test-mq
Sun, 15 Aug 2010 18:50:19 +0200 Patrick Mezard Merge with stable
Sat, 14 Aug 2010 01:30:54 +0200 Dan Villiom Podlaski Christiansen encoding: improve handling of buggy getpreferredencoding() on Mac OS X stable
Sun, 15 Aug 2010 17:50:52 +0200 Patrick Mezard templatefilters: unnest uescape() stable
Wed, 11 Aug 2010 01:06:21 +0900 Yuya Nishihara templatefilters: use \uxxxx style escape for JSON string stable
Fri, 13 Aug 2010 17:21:06 +0200 Dan Villiom Podlaski Christiansen test-notify: make it pass on Mac OS X (again) stable
Sun, 15 Aug 2010 18:25:29 +0200 Adrian Buehlmann tests: combine test-dirstate-future.t
Sun, 15 Aug 2010 18:24:49 +0200 Adrian Buehlmann tests: unify test-dirstatedirs
Sun, 15 Aug 2010 18:13:46 +0200 Martin Geisler Merge with stable
Sun, 15 Aug 2010 17:49:59 +0200 Martin Geisler dagparser: transplant part of 4e804302d30c stable
Sun, 15 Aug 2010 17:48:05 +0200 Martin Geisler check-code: catch "echo -n" in tests stable
Sun, 15 Aug 2010 17:42:44 +0200 Martin Geisler test-init: replace 'echo -n' with 'printf'
Thu, 12 Aug 2010 20:54:34 -0300 Wagner Bruna revset: fix outgoing argument handling stable
Sun, 15 Aug 2010 17:33:03 +0200 Martin Geisler debugbuilddag: escape backslash properly in help string stable
Sat, 14 Aug 2010 18:31:22 -0300 Renato Cunha url.py: removed 'file' inheritance in the httpsendfile class
Sun, 15 Aug 2010 11:05:04 +0200 Benoit Boissinot fix undefined variables, spotted by pylint
Sat, 07 Aug 2010 16:38:38 -0300 Renato Cunha py3kcompat: added fake ord implementation for py3k
Sat, 14 Aug 2010 14:57:33 +0200 Greg Ward commit: explicitly document the existence of "last-message.txt" stable
Sat, 14 Aug 2010 03:30:35 +0200 Martin Geisler Merge with stable
Sat, 14 Aug 2010 03:28:45 +0200 Martin Geisler tests: unify test-changelog-exec
Sat, 14 Aug 2010 03:27:24 +0200 Martin Geisler tests: unify test-cat
Sat, 14 Aug 2010 03:26:03 +0200 Martin Geisler tests: unify test-bundle-vs-outgoing
Sat, 14 Aug 2010 03:23:56 +0200 Martin Geisler tests: unify test-bundle-type
Sat, 14 Aug 2010 03:22:11 +0200 Martin Geisler tests: unify test-bundle-r
Sat, 14 Aug 2010 03:16:02 +0200 Martin Geisler tests: unify test-bundle
Sat, 14 Aug 2010 03:08:02 +0200 Martin Geisler tests: unify test-branch-option
Sat, 14 Aug 2010 03:06:52 +0200 Martin Geisler tests: unify test-branches
Fri, 13 Aug 2010 00:34:44 +0200 Adrian Buehlmann tests: unify test-dumprevlog
Thu, 12 Aug 2010 20:25:37 +0200 Adrian Buehlmann tests: unify test-dirstate-future
Thu, 12 Aug 2010 17:30:12 +0200 Adrian Buehlmann tests: unify test-fncache
Sat, 14 Aug 2010 03:00:22 +0200 Martin Geisler tests: unify test-bookmarks-strip
Sat, 14 Aug 2010 02:59:48 +0200 Martin Geisler tests: unify test-bookmarks-rebase
Sat, 14 Aug 2010 02:58:34 +0200 Martin Geisler tests: unify test-bookmarks-current
Sat, 14 Aug 2010 02:57:54 +0200 Martin Geisler tests: unify test-bookmarks
Sat, 14 Aug 2010 02:55:54 +0200 Martin Geisler tests: unify test-bisect2
Sat, 14 Aug 2010 02:39:39 +0200 Martin Geisler tests: unify test-bad-pull
Sat, 14 Aug 2010 02:35:44 +0200 Martin Geisler tests: unify test-bad-extension
Sat, 14 Aug 2010 02:30:05 +0200 Martin Geisler tests: unify test-backwards-remove
Sat, 14 Aug 2010 02:28:53 +0200 Martin Geisler tests: unify test-backout
Sat, 14 Aug 2010 02:26:58 +0200 Martin Geisler tests: unify test-audit-path
Sat, 14 Aug 2010 02:26:53 +0200 Martin Geisler tests: unify test-archive-symlinks
Sat, 14 Aug 2010 02:22:10 +0200 Martin Geisler tests: unify test-archive
Sat, 14 Aug 2010 02:18:17 +0200 Martin Geisler tests: unify test-annotate
Sat, 14 Aug 2010 02:17:59 +0200 Martin Geisler tests: unify test-addremove-similar
Sat, 14 Aug 2010 02:12:01 +0200 Martin Geisler tests: unify test-addremove
Sat, 14 Aug 2010 02:11:18 +0200 Martin Geisler tests: unify test-acl
Sat, 14 Aug 2010 02:03:01 +0200 Martin Geisler tests: unify test-abort-checkin
Sat, 14 Aug 2010 02:00:33 +0200 Martin Geisler tests: unify test-1102
Sat, 14 Aug 2010 01:58:04 +0200 Martin Geisler tests: unify test-586
Sat, 14 Aug 2010 01:31:57 +0200 Mads Kiilerich mercurial.spec: gettext is a build requirement for getting proper localization stable
Fri, 13 Aug 2010 13:32:05 -0300 Wagner Bruna http basic auth: reset redirect counter on new requests (issue2255) stable
Fri, 13 Aug 2010 18:02:02 +0200 Benoit Boissinot rebase: recompute the set of skipped rev when using --continue (issue2330) stable
Sun, 25 Jul 2010 08:22:03 -0700 Lee Cantey Remove variable output affected by length of TMPDIR. stable
Fri, 13 Aug 2010 15:18:15 +0200 Martin Geisler Merge with stable
Fri, 13 Aug 2010 15:17:55 +0200 Martin Geisler tests: update to match "hg help resolve" output from 53fdc0989047 stable
Fri, 13 Aug 2010 11:12:37 +0200 Martin Geisler test-clone: f1c2de22b8a8 lost changes from b1ae33b813cb
Fri, 13 Aug 2010 10:53:10 +0200 Martin Geisler url: limit expansion to safe auth keys (Issue2328)
Fri, 13 Aug 2010 10:28:59 +0200 Martin Geisler Merge with stable
Thu, 12 Aug 2010 22:48:22 +0200 Mark Edgington resolve: updated help documentation for improved clarity stable
Thu, 12 Aug 2010 11:15:33 +0200 Daniel J. Lauk convert: Test svn sink for a repo with tags. stable
Fri, 13 Aug 2010 10:13:38 +0200 Martin Geisler hgrc.5: fix "hg hg status" -> "hg status" stable
Fri, 13 Aug 2010 10:10:11 +0200 Martin Geisler url: expand vars in all [auth] settings (issue2328)
Thu, 12 Aug 2010 18:09:03 -0500 Matt Mackall merge with stable
Thu, 12 Aug 2010 18:08:52 -0500 Matt Mackall merge with i18n
Thu, 12 Aug 2010 18:08:31 -0500 Matt Mackall merge with i18n stable
Thu, 12 Aug 2010 18:10:42 +0200 Martin Geisler i18n: merge Romanian translation
Thu, 12 Aug 2010 18:10:26 +0200 Martin Geisler i18n: merge with stable
Thu, 12 Aug 2010 16:53:56 +0200 Paolo Giarrusso i18n-it: update many broken fuzzy messages stable
Thu, 12 Aug 2010 16:30:17 +0200 Paolo Giarrusso i18n-it: readd missing non-ASCII characters stable
Thu, 12 Aug 2010 16:30:17 +0200 Paolo Giarrusso i18n-it: avoid using two spaces after a '.' stable
Mon, 09 Aug 2010 10:56:56 +0200 Daniel Dumitriu i18n-ro: initial version
Thu, 12 Aug 2010 18:30:24 +0200 Martin Geisler Merge with stable
Thu, 12 Aug 2010 18:30:06 +0200 Martin Geisler test-check-code: fix test after e1359ad582f6
Thu, 12 Aug 2010 18:00:41 +0200 Martin Geisler cmdutil: remove unnecessary parenthesis
Thu, 12 Aug 2010 17:58:03 +0200 Martin Geisler patch: fix typo in comment
Thu, 05 Aug 2010 12:25:53 +0200 Dan Villiom Podlaski Christiansen qguard: label patch names by status when listing guards
Fri, 02 Jul 2010 15:12:50 +0900 Nicolas Dumazet hg.clone: do not ignore branch argument when source is a repo object stable
Wed, 11 Aug 2010 20:16:22 +0800 Alecs King merge: fix typo in docstring
Thu, 12 Aug 2010 16:42:41 +0800 Alecs King check-code: add exit status
Thu, 12 Aug 2010 09:40:48 +0100 Christian Ebert test-patch.t: typos
Thu, 12 Aug 2010 23:46:56 +0900 Nicolas Dumazet tests: unify test-alias
Thu, 12 Aug 2010 23:27:32 +0900 Nicolas Dumazet tests: unify test-parents
Thu, 12 Aug 2010 23:22:25 +0900 Nicolas Dumazet tests: merge all 4 test-symlink* into test-symlinks
Thu, 12 Aug 2010 23:02:12 +0900 Nicolas Dumazet tests: unify test-symlink-root
Thu, 12 Aug 2010 23:00:36 +0900 Nicolas Dumazet tests: unify test-symlink-basic
Thu, 12 Aug 2010 22:58:46 +0900 Nicolas Dumazet tests: unify test-symlink-addremove
Thu, 12 Aug 2010 22:57:06 +0900 Nicolas Dumazet tests: unify test-qimport-eol
Thu, 12 Aug 2010 22:54:41 +0900 Nicolas Dumazet tests: unify test-import
Tue, 10 Aug 2010 13:21:28 +0200 Adrian Buehlmann tests: unify test-clone
Thu, 12 Aug 2010 22:31:40 +0900 Nicolas Dumazet tests: unify test-copy
Thu, 12 Aug 2010 22:28:21 +0900 Nicolas Dumazet tests: unify test-commit-unresolved
Thu, 12 Aug 2010 22:24:13 +0900 Nicolas Dumazet unify test-commit-copy
Thu, 12 Aug 2010 22:22:17 +0900 Nicolas Dumazet tests: unify test-commit
Thu, 12 Aug 2010 22:19:59 +0900 Nicolas Dumazet tests: unify test-committer
Thu, 12 Aug 2010 22:14:19 +0900 Nicolas Dumazet tests: unify test-transplant
Thu, 12 Aug 2010 21:52:53 +0900 Nicolas Dumazet tests: unify test-walk
Thu, 12 Aug 2010 20:08:02 +0900 Nicolas Dumazet tests: unify test-symlinks
Thu, 12 Aug 2010 20:02:59 +0900 Nicolas Dumazet tests: unify test-conflict
Thu, 12 Aug 2010 19:49:58 +0900 Nicolas Dumazet tests: unify test-identify
Thu, 12 Aug 2010 19:43:45 +0900 Nicolas Dumazet tests: unify test-add
Thu, 12 Aug 2010 19:40:22 +0900 Nicolas Dumazet tests: remove useless sed in test-hook
Thu, 12 Aug 2010 19:38:31 +0900 Nicolas Dumazet tests: unify test-hook
Thu, 12 Aug 2010 19:10:57 +0900 Nicolas Dumazet tests: unify test-flags
Thu, 12 Aug 2010 16:53:23 +0900 Nicolas Dumazet repair: do not compress partial bundle if we do not keep it on disk
Thu, 12 Aug 2010 16:45:47 +0900 Nicolas Dumazet store: skip decodir check if path does not contain '.hg/'
Sat, 17 Jul 2010 00:47:06 +0900 Nicolas Dumazet strip: support multiple revisions
Thu, 12 Aug 2010 16:35:34 +0900 Nicolas Dumazet tests: unify test-tag
Thu, 12 Aug 2010 15:41:58 +0900 Nicolas Dumazet tests: unify test-verify
Thu, 12 Aug 2010 15:31:18 +0900 Nicolas Dumazet tests: unify test-init
Thu, 12 Aug 2010 15:18:44 +0900 Nicolas Dumazet tests: unify test-paths
Thu, 12 Aug 2010 15:12:25 +0900 Nicolas Dumazet tests: unify test-patch
Thu, 12 Aug 2010 15:07:25 +0900 Nicolas Dumazet tests: unify test-status-color
Thu, 12 Aug 2010 14:54:10 +0900 Nicolas Dumazet tests: unify test-status
Thu, 12 Aug 2010 14:53:34 +0900 Nicolas Dumazet tests: catch re.error if test line is not a valid regular expression
Wed, 11 Aug 2010 12:30:18 +0200 Martin Geisler Merge with stable
Wed, 11 Aug 2010 12:29:20 +0200 Martin Geisler convert: less shouting in SVN sink warning stable
Wed, 11 Aug 2010 11:46:06 +0200 Daniel J. Lauk convert: Using --dest-type svn crashed, if the source repo used tags. stable
Wed, 11 Aug 2010 12:21:27 +0200 Martin Geisler commands: use round parenthesis in 'hg head --active' help stable
Wed, 11 Aug 2010 12:19:01 +0200 Martin Geisler graphlog: mark --branch as incompatible with --graph stable
Thu, 15 Jul 2010 18:10:05 +0200 Martin Geisler subrepos: support remapping of .hgsub source paths
Tue, 10 Aug 2010 16:55:38 +0200 Martin Geisler bookmarks: replace var used as a Boolean with a Boolean
Mon, 09 Aug 2010 16:55:53 -0500 Matt Mackall merge with stable
Mon, 09 Aug 2010 21:43:39 +0200 Mads Kiilerich test-dispatch: Make test of removed working directory work on AIX (issue2315) stable
Mon, 09 Aug 2010 12:25:01 -0500 Matt Mackall tests: only run check-code on tracked files
Mon, 09 Aug 2010 16:08:33 +0200 Martin Geisler Merge with stable
Mon, 09 Aug 2010 15:31:56 +0200 Martin Geisler dirstate: ignore symlinks when fs cannot handle them (issue1888) stable
Sun, 08 Aug 2010 23:10:08 +0200 Yann E. MORIN mq/qqueue: enable bash completion
Sun, 08 Aug 2010 22:49:01 +0200 Yann E. MORIN mq/qqueue: --list does not print (active) with --quiet
Sun, 08 Aug 2010 22:29:39 +0200 Patrick Mezard Merge with stable
Sat, 07 Aug 2010 16:27:16 +0900 Yuya Nishihara templatefilters: make json filter handle multibyte characters correctly stable
Sat, 07 Aug 2010 16:13:53 -0300 Renato Cunha check-code: added a check for calls to the builtin cmp function
Sat, 07 Aug 2010 16:12:51 -0300 Renato Cunha manifest: removed usage of the global cmp function
Sat, 07 Aug 2010 15:38:05 +0200 Patrick Mezard tests: run check-code.py on working directory files
Sat, 07 Aug 2010 12:55:30 +0800 Alecs King minor style fix: hgext/rebase.py:157 -- line too long
Sat, 07 Aug 2010 15:32:33 +0900 Yuya Nishihara zsh completions: add qpush --move option
Fri, 06 Aug 2010 12:59:13 -0500 Matt Mackall Merge with stable
Fri, 06 Aug 2010 12:18:33 -0500 Matt Mackall chunkbuffer: use += rather than cStringIO to reduce memory footprint stable
Thu, 05 Aug 2010 16:17:39 -0500 Matt Mackall httprepo: decompress stream incrementally to reduce memory usage stable
Thu, 05 Aug 2010 16:17:33 -0500 Matt Mackall verify: initialize rp variable in case we hit out of memory stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall merge: drop reference to file contents after write stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall revlog: drop cache after use to save memory footprint stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall verify: reduce memory footprint when unpacking files stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall verify: report exceptions that don't have a str() method stable
Wed, 04 Aug 2010 13:21:11 -0500 Matt Mackall color: fix test-diff-color breakage
Tue, 03 Aug 2010 13:02:11 -0400 Brodie Rao hgcia/color: remove star imports
Tue, 03 Aug 2010 13:59:14 -0300 Renato Cunha hgfixes: added a fixer that makes bytes to be formatted correctly
Tue, 03 Aug 2010 13:52:48 -0300 Renato Cunha py3kcompat: added a "compatibility layer" for py3k
Tue, 03 Aug 2010 13:41:47 -0300 Renato Cunha hgfixes: add a fixer to convert plain strings to bytestrings
Tue, 03 Aug 2010 19:38:19 +0530 Vishakh H revlog: add shallow header flag
Tue, 03 Aug 2010 19:38:19 +0530 Vishakh H revlog: add punched revision flag
Tue, 03 Aug 2010 00:10:28 -0500 Matt Mackall tests: unify test-tags
Mon, 02 Aug 2010 23:43:06 -0500 Matt Mackall tests: unify test-empty
Mon, 02 Aug 2010 23:29:14 -0500 Matt Mackall tests: unify test-basic
Mon, 02 Aug 2010 23:27:22 -0500 Matt Mackall tests: basic support for unified tests
Mon, 02 Aug 2010 15:44:54 -0500 Matt Mackall tests: move script execution in runner helpers
Mon, 02 Aug 2010 13:31:43 -0500 Matt Mackall Merge with stable
Mon, 02 Aug 2010 13:30:03 -0500 Matt Mackall Added signature for changeset c00f03a4982e stable
Mon, 02 Aug 2010 13:30:03 -0500 Matt Mackall Added tag 1.6.2 for changeset c00f03a4982e stable
Mon, 02 Aug 2010 13:18:32 -0300 Wagner Bruna i18n-pt_BR: synchronized with 87dcf758309d stable 1.6.2
Mon, 02 Aug 2010 13:11:33 -0300 Wagner Bruna merge with i18n stable stable
Sun, 01 Aug 2010 22:43:13 +0200 Jens Bäckman i18n-sv: synchronized with 56b41b2cc690 stable
Mon, 02 Aug 2010 10:55:51 -0500 Matt Mackall Merge with stable
Mon, 02 Aug 2010 10:48:31 -0400 Brodie Rao color: call correct superclass method in write_err stable
Fri, 30 Jul 2010 10:38:54 +0300 timeless convert/progress: use plural and avoid retrieving stable
Sun, 01 Aug 2010 16:02:56 -0500 Matt Mackall qfinish: fix range logic for --applied
Tue, 20 Jul 2010 20:53:48 +0200 timeless rebase/progress: Adding progress for rebasing
Thu, 22 Jul 2010 18:47:46 +0300 timeless record: count lines changed as the number of lines added or removed
Sun, 01 Aug 2010 16:26:02 -0400 Brodie Rao color: pass write/write_err to win32print correctly (issue2312) stable
Sun, 01 Aug 2010 13:52:42 -0500 Matt Mackall Merge with stable
Sun, 01 Aug 2010 13:49:43 -0500 Matt Mackall Added signature for changeset bf1774d95bde stable
Sun, 01 Aug 2010 13:49:42 -0500 Matt Mackall Added tag 1.6.1 for changeset bf1774d95bde stable
Sun, 01 Aug 2010 08:54:30 -0500 Matt Mackall Merge with stable
Sun, 01 Aug 2010 01:54:31 -0300 Wagner Bruna i18n-pt_BR: synchronized with db426935fa94 stable 1.6.1
Sun, 01 Aug 2010 01:51:21 -0300 Wagner Bruna Merge with stable stable
Sun, 01 Aug 2010 01:46:58 -0300 Wagner Bruna i18n-pt_BR: synchronized with 0e789549271d stable
Sun, 25 Jul 2010 10:51:05 +0200 Jens Bäckman i18n-sv: synchronized with c47cb3193c53 stable
Sat, 31 Jul 2010 18:27:03 -0500 Matt Mackall help: fix bytes/digit confusion for hashes
Sat, 31 Jul 2010 18:12:50 -0500 Matt Mackall Merge with stable
Fri, 30 Jul 2010 10:32:24 +0300 timeless progress: use gerund (updating) for merge progress stable
Sat, 10 Jul 2010 21:23:00 +0200 Gilles Moris qpush --move: move the right patch even with comment lines stable
Sat, 31 Jul 2010 11:41:58 +0900 Nicolas Dumazet merge with stable
Sat, 31 Jul 2010 11:41:42 +0900 Nicolas Dumazet perf: break down long line
Sat, 31 Jul 2010 11:36:24 +0900 Nicolas Dumazet dispatch: trailing whitespace stable
Sat, 31 Jul 2010 11:05:11 +0900 Nicolas Dumazet merge crew and main
Sat, 31 Jul 2010 11:04:33 +0900 Nicolas Dumazet merge crew and main stable
Sat, 31 Jul 2010 10:50:29 +0900 Nicolas Dumazet mq: clarify the fact that qimport is trying to read a file stable
Fri, 30 Jul 2010 10:07:46 +0900 Nicolas Dumazet revset: add min function
Fri, 30 Jul 2010 14:41:47 +0900 Nicolas Dumazet runrst: try to be more helpful if docutils is not installed stable
Thu, 29 Jul 2010 17:18:17 +0900 Nicolas Dumazet mq: correct qimport documentation
Thu, 29 Jul 2010 12:10:22 +0900 Nicolas Dumazet merge with stable
Sat, 24 Jul 2010 11:20:21 +0300 Idan Kamara bookmarks: don't allow name to contain whitespaces only stable
Thu, 29 Jul 2010 10:39:59 +0900 Nicolas Dumazet context: reuse filecontext.cmp in workingfilecontext.cmp
Tue, 27 Jul 2010 23:40:46 +0900 Nicolas Dumazet filectx: use cmp(self, fctx) instead of cmp(self, text)
Wed, 28 Jul 2010 11:07:20 +0200 Patrick Mezard mq: fix qimport --name --existing --force on win32
Fri, 23 Jul 2010 23:43:43 +0900 Nicolas Dumazet mq: document possible combination of -e and -n for qimport
Wed, 21 Jul 2010 11:53:09 +0900 Nicolas Dumazet mq: support "qimport --existing --name renametothis thatexistingpatch"
Sat, 24 Jul 2010 00:28:20 +0900 Nicolas Dumazet localrepo: refactor filter computation
Tue, 27 Jul 2010 16:04:00 -0500 Matt Mackall Merge with stable
Tue, 27 Jul 2010 16:03:42 -0500 Matt Mackall Merge with crew
Tue, 27 Jul 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen alias: improved diagnostic when arguments include --cwd, etc.
Tue, 27 Jul 2010 20:50:09 +0530 Pradeepkumar Gayam perf: add perfrevlog function to check performance of revlog
Tue, 27 Jul 2010 01:16:38 +0530 Pradeepkumar Gayam revlog: add a flags method that returns revision flags
Tue, 27 Jul 2010 14:40:25 -0400 Benjamin Pollack tag: do not allow tag names to consist solely of whitespace (issue2307) stable
Sun, 25 Jul 2010 21:20:05 -0500 Matt Mackall Merge with stable
Tue, 20 Jul 2010 15:49:28 +0200 Mads Kiilerich convert: warn on superfluous / in paths
Sat, 24 Jul 2010 22:15:22 +0200 David Soria Parra inotify: remove unused variable
Sun, 25 Jul 2010 17:18:35 -0500 Matt Mackall convert: handle closed branch heads in hg-hg conversion (issue2185)
Sun, 25 Jul 2010 17:10:32 -0500 Matt Mackall check-code: add warning on lines over 80 characters
Mon, 26 Jul 2010 23:26:15 +0200 Patrick Mezard debugbuilddag: build repository content in binary mode
Mon, 26 Jul 2010 22:29:49 +0200 Patrick Mezard cleanup: typos
Mon, 26 Jul 2010 22:29:17 +0200 Patrick Mezard revsets.txt: minor improvements
Mon, 26 Jul 2010 22:28:37 +0200 Patrick Mezard dispatch: write Abort hint to stderr too
Mon, 26 Jul 2010 22:26:12 +0200 Patrick Mezard bookmarks: sort diffbookmarks() output
Sun, 25 Jul 2010 21:20:05 -0500 Matt Mackall Merge with stable
Tue, 20 Jul 2010 15:49:28 +0200 Mads Kiilerich convert: warn on superfluous / in paths
Sat, 24 Jul 2010 22:15:22 +0200 David Soria Parra inotify: remove unused variable
Sun, 25 Jul 2010 20:01:33 -0500 Christian Ebert keyword: move collecting of [keyword] patterns to reposetup (issue2303) stable
Wed, 21 Jul 2010 22:22:28 +0200 Mads Kiilerich hgwebdir: allow pure relative globs in paths stable
Thu, 22 Jul 2010 15:26:26 -0400 Brodie Rao alias: ensure checksignature() is applied directly to the command (issue2286) stable
Sat, 24 Jul 2010 00:38:08 +0200 Mads Kiilerich dispatch: give better error message when cwd doesn't exist (issue2293) stable
Thu, 22 Jul 2010 23:18:38 +0900 FUJIWARA Katsunori i18n: safety writing into non-ASCII named files on any shell implementation stable
Sun, 25 Jul 2010 17:18:35 -0500 Matt Mackall convert: handle closed branch heads in hg-hg conversion (issue2185)
Sun, 25 Jul 2010 17:10:32 -0500 Matt Mackall check-code: add warning on lines over 80 characters
Sun, 25 Jul 2010 08:22:03 -0700 Lee Cantey Remove variable output affected by length of TMPDIR.
Sun, 25 Jul 2010 13:10:57 +0200 Benoit Boissinot chunkbuffer: split big strings directly in chunkbuffer
Sun, 25 Jul 2010 10:05:38 +0900 Nicolas Dumazet localrepo.status: move fixup concatenation inside if block for clarity
Sat, 24 Jul 2010 17:23:08 +0200 Benoit Boissinot chunkbuffer: targetsize isn't used outside of read()
Sat, 24 Jul 2010 15:21:39 +0200 Benoit Boissinot chunkbuffer: use list instead of cStringIO
Sat, 24 Jul 2010 15:20:29 +0200 Benoit Boissinot chunkbuffer: use for/else to detect end of iteration
Sat, 24 Jul 2010 00:15:29 +0200 Benoit Boissinot changegroup*(): use enumerate when possible
Sat, 24 Jul 2010 00:03:19 +0200 Benoit Boissinot changegroupsubset(): with the fix, prune() is actually useful in the testsuite
Thu, 22 Jul 2010 13:48:34 +0200 Martin Geisler test-permissions: echo commands to make output readable
Fri, 23 Jul 2010 00:04:18 +0200 Benoit Boissinot changegroupsubset: simplify knownheads/has_cl_set computation
Thu, 22 Jul 2010 23:54:57 +0200 Benoit Boissinot changegroupsubset(): ancestors() is not inclusive, we need to remove the "heads"
Thu, 22 Jul 2010 23:44:14 +0200 Benoit Boissinot changegroupsubset(): move comment at the right place
Thu, 22 Jul 2010 23:13:03 +0200 Benoit Boissinot changegroupsubset(): refactor the prune() functions
Thu, 22 Jul 2010 22:23:54 +0200 Martin Geisler Merge with stable
Thu, 22 Jul 2010 21:43:45 +0200 Martin Geisler help: make helptable a list instead of a tuple stable
Sat, 03 Jul 2010 08:28:23 +0200 Jason Harris test-command-template: test 'children' template keyword
Sat, 03 Jul 2010 05:24:16 +0200 Jason Harris templates: 'children' keyword
Thu, 22 Jul 2010 16:51:45 +0200 Benoit Boissinot changegroupsubset(): change variable names, simplify lookup logic
Thu, 22 Jul 2010 16:18:33 +0200 Benoit Boissinot changegroup(): used "linkrev" instead of "revlink"
Thu, 22 Jul 2010 15:32:26 +0200 Benoit Boissinot fix comment
Thu, 22 Jul 2010 08:24:56 -0500 Matt Mackall Merge with stable
Thu, 22 Jul 2010 08:17:38 -0500 Matt Mackall revset: fix ancestor subset handling (issue2298) stable
Mon, 12 Jul 2010 16:07:58 +0200 Christian Fischer hgwebdir: use template paths configured in the hgrc (issue2281) stable
Thu, 22 Jul 2010 14:34:37 +0200 Benoit Boissinot changegroup*(): use set instead of dict
Thu, 22 Jul 2010 10:49:55 +0200 Martin Geisler Merge with stable
Wed, 21 Jul 2010 17:06:00 -0400 Brodie Rao bash/zsh completion: use HGPLAIN when invoking hg (issue2297) stable
Thu, 22 Jul 2010 14:30:27 +0900 Dan Drake patch: fix extract() docstring, it returns branch as well stable
Thu, 22 Jul 2010 15:14:22 +0900 Nicolas Dumazet merge with stable
Thu, 22 Jul 2010 14:33:50 +0900 Nicolas Dumazet doc: remove has_key usage in hgmanpage stable
Thu, 22 Jul 2010 14:30:29 +0900 Nicolas Dumazet gendoc: remove callable usage (check-code) stable
Wed, 21 Jul 2010 12:41:18 +0900 Nicolas Dumazet bookmarks: rewrite _bookmarks method documentation stable
Wed, 21 Jul 2010 19:29:57 +0200 Mads Kiilerich init: create target directory recursively stable
Wed, 21 Jul 2010 17:51:37 +0200 Mads Kiilerich doc: make sure we use our own code for generating man pages stable
Sun, 18 Jul 2010 21:29:29 -0400 Greg Ward transplant: crash if repo.commit() finds nothing to commit stable
Tue, 20 Jul 2010 20:37:29 +0530 Vishakh H mq: cleanup status if applied mq is stripped (issue1881) stable
Tue, 20 Jul 2010 18:29:00 +0900 Nicolas Dumazet bundle: lookup revisions after addbranchrevs stable
Tue, 20 Jul 2010 14:42:05 +0900 Nicolas Dumazet log: do not redefine cachefunc in walkchangerevs
Wed, 21 Jul 2010 09:43:45 +0200 Martin Geisler cmdutils: fix code style
Tue, 20 Jul 2010 23:29:49 +0530 Vishakh H contrib: add debugshell extension
Tue, 20 Jul 2010 14:32:33 +0900 Nicolas Dumazet log: document the different phases in walkchangerevs
Tue, 20 Jul 2010 14:13:33 +0900 Nicolas Dumazet log: slowpath: only walk specified revision range during preparation
Tue, 20 Jul 2010 15:07:10 -0500 Matt Mackall Merge with stable
Tue, 13 Jul 2010 03:04:14 +0200 Mads Kiilerich revert: rename original to .orig instead of copying (issue2282) stable
Tue, 20 Jul 2010 14:00:47 -0400 Greg Ward inotify: make inotifydirstate.status() returns a tuple of lists. stable
Tue, 20 Jul 2010 20:52:23 +0200 Dirkjan Ochtman protocol: move the streamclone implementation into wireproto
Tue, 20 Jul 2010 09:56:37 +0200 Dirkjan Ochtman protocol: use generators instead of req.write() for hgweb stream responses
Tue, 20 Jul 2010 20:53:33 +0200 Dirkjan Ochtman protocol: wrap non-string protocol responses in classes
Fri, 16 Jul 2010 22:20:19 +0200 Dirkjan Ochtman protocol: convert StreamException to generated error code
Fri, 16 Jul 2010 22:20:10 +0200 Dirkjan Ochtman protocol: extract compression from streaming mechanics
Fri, 16 Jul 2010 18:18:35 +0200 Dirkjan Ochtman protocol: rename send methods to get grouping by prefix
Fri, 16 Jul 2010 18:16:15 +0200 Dirkjan Ochtman protocol: shuffle server methods to group send methods
Fri, 16 Jul 2010 23:02:46 +0200 Dirkjan Ochtman protocol: do not translate error messages on the remote side
Fri, 16 Jul 2010 19:02:30 +0200 Dirkjan Ochtman protocol: use return shortcut instead of respond function
Fri, 16 Jul 2010 19:01:34 +0200 Dirkjan Ochtman protocol: command must be checked before passing in
Tue, 20 Jul 2010 10:05:30 +0200 Dirkjan Ochtman tests: rename some tests to help grouping
Thu, 15 Jul 2010 10:24:31 +0200 Christian Ebert keyword: add extra datefilters in a single update call
Mon, 19 Jul 2010 00:43:34 +0200 Martin Geisler Merge with stable
Mon, 19 Jul 2010 00:43:24 +0200 Martin Geisler Merge with main
Mon, 19 Jul 2010 00:41:41 +0200 Martin Geisler cmdutil: fix accidental name clash with revrange function
Wed, 14 Jul 2010 18:28:12 -0400 Steve Losh commands: fix update's help to be more accurate stable
Sun, 18 Jul 2010 01:06:50 +0900 FUJIWARA Katsunori i18n: use encoding.colwidth() for correct column width stable
Sun, 18 Jul 2010 18:11:59 +0900 Nicolas Dumazet merge with stable
Sun, 04 Jul 2010 18:07:30 +0900 Nicolas Dumazet log: slowpath: do not read the full changelog
Sat, 03 Jul 2010 18:11:15 +0900 Nicolas Dumazet log: remove increasing windows usage in fastpath
Sat, 03 Jul 2010 18:01:54 +0900 Nicolas Dumazet log: refactor: test for ranges inside filerevgen
Sat, 03 Jul 2010 17:58:48 +0900 Nicolas Dumazet log: refactor: compute the value of last outside of filerevgen
Fri, 16 Jul 2010 16:33:55 +0900 Nicolas Dumazet context: use os.lstat instead of os.stat to fetch file size stable
Fri, 16 Jul 2010 13:26:39 -0500 Matt Mackall check-code: add --blame switch
Fri, 16 Jul 2010 18:35:15 +0200 Benoit Boissinot changegroupsubset: remove unneeded cast to list
Fri, 16 Jul 2010 14:48:52 +0200 Martin Geisler check-code: catch dict.has_key
Fri, 16 Jul 2010 14:45:52 +0200 Martin Geisler Merge with stable
Fri, 16 Jul 2010 14:44:30 +0200 Martin Geisler mark ui.warn strings for translation stable
Fri, 16 Jul 2010 14:40:57 +0200 Martin Geisler check-code: warn about untranslated ui.warn calls stable
Fri, 16 Jul 2010 13:38:33 +0200 Benoit Boissinot localrepo: remove push_{unbundle,addchangegroup}(), factor it inside push()
Fri, 16 Jul 2010 00:52:13 +0200 Benoit Boissinot wireproto: refactor list of nodeid encoding / decoding
Thu, 15 Jul 2010 15:06:45 -0500 Matt Mackall ssh: drop some old imports
Thu, 15 Jul 2010 15:05:04 -0500 Matt Mackall protocol: move hgweb protocol support back into protocol.py
Thu, 15 Jul 2010 13:56:52 -0500 Matt Mackall protocol: unify server-side capabilities functions
Thu, 15 Jul 2010 11:24:42 -0500 Matt Mackall protocol: unify unbundle on the server side
Wed, 14 Jul 2010 17:12:18 -0500 Matt Mackall protocol: unify client unbundle support
Wed, 14 Jul 2010 17:09:31 -0500 Matt Mackall protocol: unify client changegroup methods
Wed, 14 Jul 2010 17:07:13 -0500 Matt Mackall protocol: convert some ssh abort calls
Wed, 14 Jul 2010 17:07:10 -0500 Matt Mackall protocol: clean up call-like functions in http and ssh clients
Wed, 14 Jul 2010 16:55:44 -0500 Matt Mackall protocol: unify stream_out client code
Wed, 14 Jul 2010 16:35:51 -0500 Matt Mackall protocol: unify basic http client requests
Wed, 14 Jul 2010 16:34:57 -0500 Matt Mackall protocol: move basic ssh client commands to wirerepository
Wed, 14 Jul 2010 16:19:27 -0500 Matt Mackall protocol: unify stream_out command
Wed, 14 Jul 2010 15:43:20 -0500 Matt Mackall protocol: unify changegroup commands
Wed, 14 Jul 2010 15:33:21 -0500 Matt Mackall protocol: add proto to method prototypes
Wed, 14 Jul 2010 15:25:15 -0500 Matt Mackall protocol: use new wireproto infrastructure in ssh
Wed, 14 Jul 2010 15:25:15 -0500 Matt Mackall protocol: introduce wireproto.py
Wed, 14 Jul 2010 15:25:15 -0500 Matt Mackall protocol: move most ssh responses to returns
Mon, 12 Jul 2010 17:28:02 -0500 Matt Mackall protocol: add ssh getargs
Thu, 15 Jul 2010 21:44:51 +0200 Benoit Boissinot discovery: remove duplication for new remote head discovery
Thu, 15 Jul 2010 21:21:19 +0200 Benoit Boissinot discovery: better coding style
Thu, 15 Jul 2010 21:20:32 +0200 Benoit Boissinot discovery: simplify findoutgoing(), the updated_head stuff wasn't used
Thu, 15 Jul 2010 10:41:41 -0700 Brendan Cully mq: evaluate --user before invoking editor with -e (issue2289)
Thu, 15 Jul 2010 14:41:22 +0200 Benoit Boissinot Abort: add a hint argument, printed in the next line inside parenthesis
Thu, 15 Jul 2010 14:40:17 +0200 Benoit Boissinot discovery: clarify comment
Thu, 15 Jul 2010 14:11:14 +0200 Martin Geisler Merge with stable
Thu, 15 Jul 2010 13:24:02 +0200 Mads Kiilerich subrepo: docstrings stable
Thu, 15 Jul 2010 14:02:17 +0200 Martin Geisler gendoc: remove call to callable for py3k compatibility
Wed, 14 Jul 2010 23:15:03 -0300 Renato Cunha check-code: added check for reduce usage
Wed, 14 Jul 2010 23:15:00 -0300 Renato Cunha check-code: check for tuple parameter unpacking (missing in py3k)
Wed, 14 Jul 2010 23:03:21 -0300 Renato Cunha removed exception args indexing (not supported by py3k)
Wed, 14 Jul 2010 22:59:57 -0300 Renato Cunha util: use fakebuffer as buffer in py3k
Wed, 14 Jul 2010 22:59:43 -0300 Renato Cunha util: improved the check for the existence of the 'buffer' builtin
Wed, 14 Jul 2010 22:58:29 -0300 Renato Cunha record: removed 'has_key' usage
Wed, 14 Jul 2010 21:30:50 +0200 Martin Geisler Merge with stable
Thu, 08 Jul 2010 22:44:15 +0200 Joel Rosdahl test-log: Add test for "hg log -pf" (issue647) stable
Wed, 14 Jul 2010 11:02:20 -0400 Brodie Rao bookmarks: ensure current bookmark is updated when specified with -r . stable
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler subrepos: let caller specify a filename for SVN commands
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler subrepo: add abstract superclass for subrepo classes
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler archival: remove prefix argument from archivers
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler archival: move commands.archive.guess_type to archival.guesskind
Wed, 14 Jul 2010 20:41:01 +0200 Henrik Stuart merge stable to default
Thu, 01 Jul 2010 19:23:26 -0500 Brodie Rao color/progress: subclass ui instead of using wrapfunction (issue2096) stable
Wed, 14 Jul 2010 19:44:49 +0200 Henrik Stuart merge with stable
Wed, 14 Jul 2010 19:44:12 +0200 Henrik Stuart merge crew and main
Wed, 14 Jul 2010 19:43:31 +0200 Henrik Stuart merge crew and main stable
Tue, 13 Jul 2010 17:30:29 +0200 Dirkjan Ochtman commands: addremove does similarity 100 by default
Tue, 13 Jul 2010 22:56:01 +0900 Nicolas Dumazet merge with stable
Fri, 02 Jul 2010 16:22:59 -0300 Renato Cunha inotify: Port of the C module to py3k.
Fri, 02 Jul 2010 16:21:46 -0300 Renato Cunha inotify: Better implementation of the event string representation.
Fri, 02 Jul 2010 16:21:42 -0300 Renato Cunha inotify: make proper use of Python API to get object size.
Tue, 13 Jul 2010 22:30:01 +0900 Nicolas Dumazet mq: qrepo.add(mq.added) inside save_dirty inside of doing it manually stable
Tue, 06 Jul 2010 22:22:18 -0300 Renato Cunha inotify: check all components of filenames against hgignore (issue884) stable
Fri, 02 Jul 2010 15:05:21 +0900 Nicolas Dumazet hg.clone: fix branch value when passing a repo object (issue2267) stable
Tue, 06 Jul 2010 15:05:03 +0900 Nicolas Dumazet test-bheads: use a case-insensitive set of filenames (issue2274) stable
Tue, 06 Jul 2010 18:24:04 +0900 Nicolas Dumazet mail: ensure that Python2.4 to 2.7 use the same header format stable
Mon, 05 Jul 2010 19:49:54 +0900 Nicolas Dumazet filelog: cmp: don't read data if hashes are identical (issue2273) stable
Mon, 05 Jul 2010 18:43:46 +0900 Nicolas Dumazet filelog: test behaviour for data starting with "\1\n" stable
Fri, 09 Jul 2010 11:02:39 +0900 Nicolas Dumazet cmp: document the fact that we return True if content is different stable
Fri, 09 Jul 2010 11:59:48 +0900 Nicolas Dumazet workingfilectx.cmp: invert boolean return value stable
Mon, 12 Jul 2010 19:04:07 +0900 Nicolas Dumazet rebase: small cosmetic cleanups stable
Mon, 12 Jul 2010 09:19:28 +0300 Giorgos Keramidas rebase: add a test for committed MQ patches (59bd20451ab6) stable
Fri, 02 Jul 2010 16:21:40 -0300 Renato Cunha util.h: Defined macros for working "with" PyStrings in py3k.
Fri, 02 Jul 2010 16:21:38 -0300 Renato Cunha util.h: Add a PyInt_AsLong definition for usage in the inotify module.
Fri, 02 Jul 2010 16:21:36 -0300 Renato Cunha setup.py: Add 'mercurial' as include dir for the inotify compiler.
Fri, 02 Jul 2010 16:21:34 -0300 Renato Cunha setup.py: Adjustments to make setup.py run in py3k.
Tue, 13 Jul 2010 20:12:32 +0900 Nicolas Dumazet rebase: re-add patches to mq repo after rebase stable
Mon, 12 Jul 2010 17:55:23 +0900 Nicolas Dumazet mq: reset self.added after the mq transaction instead of inside qimport stable
Mon, 12 Jul 2010 17:27:32 -0500 Matt Mackall Merge with stable
Sat, 10 Jul 2010 14:28:38 -0300 Wagner Bruna i18n-pt_BR: synchronized with dec57aa0f8ca stable
Sat, 10 Jul 2010 14:01:10 -0300 Wagner Bruna merge with stable stable
Thu, 08 Jul 2010 15:36:14 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9d905b9769af stable
Fri, 09 Jul 2010 14:21:45 +0200 Martin Geisler Merge with stable
Wed, 07 Jul 2010 18:49:43 -0400 Steve Losh dispatch: add shell aliases
Thu, 08 Jul 2010 15:44:14 +0200 Mads Kiilerich convert: cleanup of filemap help text stable
Fri, 09 Jul 2010 14:01:55 +0200 Martin Geisler check-code: add test for callable stable
Fri, 09 Jul 2010 11:04:00 +0200 Dan Villiom Podlaski Christiansen extensions: add a few assertions to wrapfunction() and wrapcommand(). stable
Fri, 09 Jul 2010 11:13:45 +0200 Dan Villiom Podlaski Christiansen extensions: improve language for wrapfunction() docstring. stable
Fri, 09 Jul 2010 10:57:57 +0200 Dan Villiom Podlaski Christiansen extensions: add docstring for wrapcommand(). stable
Fri, 09 Jul 2010 13:31:37 +0200 Arnab Bose commands: mention "hg status -C" in addremove help stable
Wed, 07 Jul 2010 14:29:40 +0200 Martin Geisler Merge with stable
Wed, 07 Jul 2010 14:13:23 +0200 Martin Geisler test-merge-closedheads: test cc982ff2dcf8 stable
Wed, 07 Jul 2010 14:11:59 +0200 Robert Bauck Hamar commands: only warn when reopening the workdir's branch stable
Tue, 06 Jul 2010 20:43:19 +0200 Martin Geisler Merge with stable
Sun, 28 Mar 2010 15:23:11 +0900 Yuya Nishihara mq: fixed ENOENT when qrename to new/directory.patch stable
Fri, 02 Jul 2010 14:14:30 -1000 Julian Cowley mercurial.spec: rename docutils to python-docutils in BuildRequires stable
Tue, 06 Jul 2010 13:10:16 -0300 Renato Cunha glossary: fixed typo in "Directory, working" description stable
Sun, 04 Jul 2010 14:14:40 +0200 Martin Geisler Merge with stable
Sun, 04 Jul 2010 14:14:29 +0200 Martin Geisler test-log: also test "log -p -R" case stable
Fri, 02 Jul 2010 23:49:06 +0900 Yuya Nishihara log: fix missing diff output for hg log -p in sub directory stable
Sun, 04 Jul 2010 17:05:17 +0900 Nicolas Dumazet commands: document return values of add and paths commands stable
Sat, 03 Jul 2010 02:15:25 +0200 Martin Geisler mergetools.hgrc: add vimdiff
Sat, 03 Jul 2010 02:06:07 +0200 Martin Geisler Merge with stable
Sat, 03 Jul 2010 01:56:09 +0200 Martin Geisler zeroconf: small fixes in docstring stable
Sat, 03 Jul 2010 02:03:55 +0200 Martin Geisler hgweb: add link to wiki stable
Sat, 03 Jul 2010 01:48:50 +0200 Martin Geisler hgweb.wsgi: add a URL to the corresponding wiki documentation stable
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha churn: remove tuple parameter unpacking (deprecated in py3k)
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: removed 'reduce' calls (unsupported by py3k)
Thu, 01 Jul 2010 19:27:03 -0300 Renato Cunha record: tuple parameter unpacking is deprecated in py3k
Thu, 01 Jul 2010 19:27:02 -0300 Renato Cunha convert: tuple parameter unpacking is deprecated in py3k
Thu, 01 Jul 2010 19:27:02 -0300 Renato Cunha revlog: Marked classic int divisions as such.
Fri, 02 Jul 2010 11:41:43 +0200 Martin Geisler Merge with stable (again)
Wed, 30 Jun 2010 17:23:16 +0200 Mads Kiilerich debugger: give a little intro before entering pdb
Wed, 30 Jun 2010 17:20:42 +0200 Mads Kiilerich debugger: show traceback before entering pdb post-mortem
Fri, 02 Jul 2010 11:30:57 +0200 Martin Geisler Merge with stable
Thu, 01 Jul 2010 19:13:23 -0500 Steve Borho wix: generate a new GUID for the help folder stable
Thu, 01 Jul 2010 12:53:37 -0500 Steve Borho wix: pick up new help topics added between 1.5 and 1.6 stable
Thu, 01 Jul 2010 12:06:31 -0500 Matt Mackall Added signature for changeset f786fc4b8764 stable
Thu, 01 Jul 2010 12:06:30 -0500 Matt Mackall Added tag 1.6 for changeset f786fc4b8764 stable
Tue, 29 Jun 2010 12:12:34 +0200 Mads Kiilerich log: follow filenames through renames (issue647) stable 1.6
Thu, 01 Jul 2010 13:26:08 -0300 Wagner Bruna i18n-pt_BR: synchronized with d3c3e2fdeb0c stable
Thu, 01 Jul 2010 11:22:56 -0500 Matt Mackall commit: add missing _() stable
Thu, 01 Jul 2010 11:20:13 -0500 Matt Mackall subrepo: refuse to commit subrepos if .hgsub is excluded (issue2232) stable
Thu, 01 Jul 2010 11:20:08 -0500 Matt Mackall Merge with i18n stable
Thu, 01 Jul 2010 15:25:29 +0200 Martin Geisler i18n-da: translated eol extension and various small strings stable
Wed, 30 Jun 2010 13:03:48 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 13d02d6677f2 stable
Tue, 29 Jun 2010 12:27:08 -0300 Wagner Bruna i18n-pt_BR: synchronized with 59af1d65029c stable
Tue, 29 Jun 2010 12:18:42 -0300 Wagner Bruna merge with stable stable
Tue, 29 Jun 2010 09:11:55 +0200 Jens Bäckman i18n-sv: synchronized with 13d02d6677f2 stable
Sat, 26 Jun 2010 21:37:10 -0300 Wagner Bruna i18n-pt_BR: synchronized with 9fa255c32406 stable
Sat, 26 Jun 2010 21:29:39 -0300 Wagner Bruna Merge with stable stable
Wed, 23 Jun 2010 17:54:59 -0300 Wagner Bruna i18n-pt_BR: glossary.txt translation stable
Wed, 23 Jun 2010 09:33:28 +0200 Jens Bäckman i18n-sv: output from 'hg' is once again fully Swedish stable
Wed, 23 Jun 2010 09:10:54 +0200 Jens Bäckman i18n-sv: synchronized with 469a48dff18b stable
Tue, 22 Jun 2010 21:13:18 -0300 Wagner Bruna i18n-pt_BR: synchronized with 2186124f08e4 stable
Tue, 22 Jun 2010 20:48:48 -0300 Wagner Bruna Merge with stable stable
Tue, 22 Jun 2010 09:43:07 +0200 Jens Bäckman i18n-sv: synchronized with 4d03c3680400 stable
Wed, 30 Jun 2010 23:56:35 -0500 Matt Mackall subrepo: correctly handle update -C with modified subrepos (issue2022) stable
Wed, 30 Jun 2010 18:15:23 -0500 Maxim Khitrov http: deliver hook output to client stable
Wed, 23 Jun 2010 13:44:07 +0200 Christian Boos setup: ignore failures to build optional inotify extension stable
Wed, 30 Jun 2010 17:44:36 -0500 Matt Mackall revset: make negate work for sort specs stable
Wed, 30 Jun 2010 17:34:20 -0500 Matt Mackall update: synchronize permissions in the dirstate (issue1473) stable
Thu, 24 Jun 2010 15:18:47 +0100 Simon Howkins heads: fix templating of headers again (issue2130) stable
Wed, 30 Jun 2010 12:44:58 +0900 FUJIWARA Katsunori minirst: use unicode string as intermediate form for replacement stable
Tue, 29 Jun 2010 17:30:42 -0500 Matt Mackall subrepo: fix recording of + in .hgsubstate (issue2217) stable
Tue, 29 Jun 2010 03:09:42 +0530 Vishakh H mq: qimport cleanup on fail (issue2214) stable
Mon, 28 Jun 2010 23:23:55 +0200 Mads Kiilerich test-acl: don't use $PWD stable
Mon, 28 Jun 2010 23:16:11 +0200 Mads Kiilerich test-alias: don't use the environment variable PWD stable
Mon, 28 Jun 2010 15:08:01 +0200 Mads Kiilerich revert: Make it clearer when not to use revert stable
Sun, 27 Jun 2010 22:20:47 -0500 Augie Fackler progress: check stderr.isatty() before each print stable
Sat, 26 Jun 2010 23:00:58 +0200 Mads Kiilerich http digest auth: reset redirect counter on new requests (issue2255) stable
Mon, 28 Jun 2010 11:07:27 -0500 Matt Mackall revset: deal with empty sets in range endpoints stable
Sun, 27 Jun 2010 18:20:49 -0500 Matt Mackall subrepo: fix silent push failure for SVN (issue2241) stable
Fri, 18 Jun 2010 08:49:24 +0200 Peter Arrenbrecht merge: pass constant cset ancestor to fctx.ancestor stable
Fri, 18 Jun 2010 08:48:05 +0200 Peter Arrenbrecht context: allow passing the common cset ancestor to fctx.ancestor stable
Sun, 27 Jun 2010 17:41:43 -0500 Matt Mackall merge: document how to 'undo' a merge stable
Sun, 27 Jun 2010 23:12:05 +0200 Martin Geisler resolve: do not crash on empty mergestate stable
Wed, 23 Jun 2010 16:54:12 -1000 Julian Cowley revset: fix spelling typo stable
Fri, 11 Jun 2010 01:35:38 -1000 Julian Cowley parser: fix URL to effbot stable
Thu, 24 Jun 2010 21:35:52 -0700 Eric Eisner glog: fix crash on empty revision range stable
Fri, 25 Jun 2010 19:59:22 +0200 Mads Kiilerich mercurial.spec: don't include convert-repo - use "hg convert" instead stable
Fri, 25 Jun 2010 01:27:25 -1000 Julian Cowley revset: remove debugging leftover stable
Sat, 26 Jun 2010 15:56:48 +0200 Gilles Moris contrib: update tcsh_completion with commands for 1.6 stable
Sat, 26 Jun 2010 12:26:03 -0500 Matt Mackall bookmarks: fix in/out return values stable
Sat, 26 Jun 2010 12:24:55 -0500 Matt Mackall bookmarks: fix bogus cut and paste for outgoing stable
Fri, 25 Jun 2010 13:47:28 -0500 Matt Mackall addchangegroup: pass in lock to release it before changegroup hook is called stable
Thu, 24 Jun 2010 15:18:47 +0100 Simon Howkins cmdutil: only output style header once in non-buffered mode (issue2130) stable
Wed, 23 Jun 2010 13:38:52 -0500 Matt Mackall bookmarks: touch changelog on write to force hgweb reload stable
Tue, 22 Jun 2010 21:36:09 +0200 Gilles Moris mq: explicit exit code when patch is already on top stable
Tue, 22 Jun 2010 09:49:51 +0200 Gilles Moris mq: fix qpush --move for selected guarded patches stable
Wed, 23 Jun 2010 17:50:27 -0300 Wagner Bruna help: glossary.txt formatting fixes stable
Wed, 23 Jun 2010 17:49:49 -0300 Wagner Bruna help: fix glossary.txt named branches description stable
Wed, 23 Jun 2010 10:45:53 +0200 Javi Merino zeroconf: Use BadDomainName exception instead of string exceptions stable
Wed, 23 Jun 2010 11:53:59 +0200 David Soria Parra bookmarks: Use error message consistently stable
Tue, 22 Jun 2010 15:45:13 -0500 Matt Mackall Merge with default, fix up stray topological head from i18n stable
Tue, 22 Jun 2010 15:44:19 -0500 Matt Mackall i18n: disable check-code on polib.py stable
Sun, 20 Jun 2010 12:26:48 +0200 David Soria Parra bookmarks: Add -B option to incoming/outgoing to compare bookmarks stable
Tue, 22 Jun 2010 15:33:58 -0500 Matt Mackall Merge with i18n stable
Tue, 22 Jun 2010 12:38:39 +0200 Martin Geisler discovery: use stable sort order in --new-branch warning stable
Mon, 21 Jun 2010 17:02:48 -0300 Wagner Bruna Merge with i18n
Mon, 21 Jun 2010 16:59:38 -0300 Wagner Bruna Merge i18n default into stable stable
Mon, 21 Jun 2010 11:53:38 -0300 Wagner Bruna i18n-pt_BR: synchronized with b4467a7d5c75
Sun, 20 Jun 2010 23:37:09 +0200 Martin Geisler Merge with mpm
Sun, 20 Jun 2010 20:02:27 +0200 Martin Geisler i18n-da: copy msgids that does not need translating
Sun, 20 Jun 2010 19:48:28 +0200 Martin Geisler acl: delete trailing whitespace in docstring
Sun, 20 Jun 2010 17:38:57 +0200 Martin Geisler i18n-da: synchronize with 42408cd43f55
Mon, 21 Jun 2010 13:41:11 -0500 Matt Mackall Merge default into stable for the 1.6 code freeze stable
Mon, 21 Jun 2010 13:38:40 -0500 Matt Mackall revset: improve help on strings
Mon, 21 Jun 2010 13:26:13 -0500 Matt Mackall tests: extend revset test
Mon, 21 Jun 2010 13:25:42 -0500 Matt Mackall merge: sort arguments to stabilize the ancestor search
Sun, 20 Jun 2010 14:21:56 -0500 Matt Mackall merge: improve merge with ancestor message
Wed, 16 Jun 2010 00:22:10 +0200 Mads Kiilerich ui: ignore EIO in write_err
Wed, 16 Jun 2010 22:54:58 +0200 Mads Kiilerich http push: break infinite recursion on failure with Python 2.6.5 (issue2179)
Sun, 20 Jun 2010 01:20:12 +0900 Yuya Nishihara pager: respect HGPLAIN
Wed, 16 Jun 2010 00:37:21 +0200 Christian Ebert patchbomb: reduce number of opts.get calls
Sat, 19 Jun 2010 17:56:52 -0500 Matt Mackall parser: improve infix error checking
Sat, 19 Jun 2010 12:51:57 +0200 Georg Brandl transplant: when reading journal, treat only lines starting with "# " special like patch.extract() does
Sun, 20 Jun 2010 14:21:47 -0500 Matt Mackall revrange: fix up empty query again
Tue, 08 Jun 2010 17:56:57 +0200 Peter Arrenbrecht revset: add some tests
Fri, 21 May 2010 12:51:55 +0300 timeless Explain trust near hgrc in config help
Wed, 16 Jun 2010 17:43:35 +0200 Mads Kiilerich test-import: test git patch import with strip
Sat, 19 Jun 2010 13:00:08 -0500 Matt Mackall revset: fix up contains/getstring when no args passed
Sat, 19 Jun 2010 13:00:01 -0500 Matt Mackall revrange: attempt to parse old-style queries as a first pass
Sat, 19 Jun 2010 12:22:35 -0500 Matt Mackall revset: allow extended characters in symbols
Sat, 19 Jun 2010 19:16:11 +0200 Martin Geisler i18n: fix translation of empty paragraphs
Tue, 15 Jun 2010 13:04:22 -0400 Greg Ward extensions: recommend against using wrapfunction for repo methods
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-zh_TW: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-zh_CN: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-sv: split messages into paragraphs
Sat, 19 Jun 2010 17:19:15 +0200 Martin Geisler i18n-pt_BR: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-ja: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-it: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-fr: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-el: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-de: split messages into paragraphs
Sat, 19 Jun 2010 17:19:14 +0200 Martin Geisler i18n-da: split messages into paragraphs
Sat, 19 Jun 2010 17:06:11 +0200 Martin Geisler Merge with hg-i18n
Tue, 06 Apr 2010 22:30:50 -0300 Wagner Bruna i18n: translate each paragraph separately
Thu, 17 Jun 2010 20:10:34 -0300 Wagner Bruna i18n: script for splitting large messages on .po/.pot files
Sat, 19 Jun 2010 16:52:25 +0200 Martin Geisler i18n: patch polib.unescape
Thu, 17 Jun 2010 20:10:34 -0300 Wagner Bruna i18n: import polib 0.5.2 (rev b0ab301cfdcc)
Fri, 18 Jun 2010 15:22:56 +0200 Martin Geisler i18n-da: remove spurious \n
Fri, 18 Jun 2010 17:34:13 -0500 Matt Mackall revset: nicer exception for empty queries
Fri, 18 Jun 2010 21:35:21 +0200 Martin Geisler commands: advertise "hg help revsets" in help for log
Fri, 18 Jun 2010 21:31:19 +0200 Martin Geisler revset: all your error messages are belong to _
Thu, 17 Jun 2010 17:21:39 +0300 Martin Geisler help: new revsets topic
Fri, 18 Jun 2010 20:06:32 +0200 Martin Geisler Merge with main
Fri, 18 Jun 2010 10:45:40 -0700 Lee Cantey Ignore mercurial.egg-info build output
Thu, 17 Jun 2010 15:54:26 -0500 Matt Mackall bookmarks: add support for push --bookmark to export bookmarks
Thu, 17 Jun 2010 14:26:23 -0500 Matt Mackall bookmarks: add support for pull --bookmark to import remote bookmarks
Thu, 17 Jun 2010 15:51:27 +0200 Dirkjan Ochtman patch: inline small, single-use 'write' function
Thu, 17 Jun 2010 15:50:35 +0200 Dirkjan Ochtman patch: inline small, single-use 'close' function
Thu, 17 Jun 2010 15:53:26 +0200 Dirkjan Ochtman mq: __str__ falls back to __repr__
Thu, 17 Jun 2010 12:22:21 -0500 Matt Mackall bookmarks: update known bookmarks on the target on push
Thu, 17 Jun 2010 12:10:47 -0500 Matt Mackall bookmarks: pull known bookmarks from server that are newer
Thu, 17 Jun 2010 11:01:51 -0500 Matt Mackall bookmarks: add pushkey server-side support
Wed, 16 Jun 2010 16:05:47 -0500 Matt Mackall pushkey: add debugpushkey command for testing
Wed, 16 Jun 2010 16:05:19 -0500 Matt Mackall pushkey: add http support
Wed, 16 Jun 2010 16:05:13 -0500 Matt Mackall pushkey: add ssh support
Wed, 16 Jun 2010 16:04:46 -0500 Matt Mackall pushkey: add localrepo support
Wed, 16 Jun 2010 16:04:44 -0500 Matt Mackall pushkey: add pushkey core
Wed, 16 Jun 2010 15:01:09 -0500 Matt Mackall sshrepo: sort arguments
Wed, 16 Jun 2010 22:00:02 -0400 Greg Ward mq: make 'qdelete <patchidx>' work again.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha bdiff.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha diffhelpers.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha base85.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha parsers.c: Added support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha mpatch.c: Added preliminary support for py3k.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha osutil.c: Support for py3k added.
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha util.h: Utility macros for handling different Python APIs.
Wed, 16 Jun 2010 12:22:14 +0200 Martin Geisler relink: ensure deterministic directory walk in collect
Wed, 16 Jun 2010 15:20:22 +0530 Faheem Mitha help: add "glossary" topic
Thu, 10 Jun 2010 15:35:06 +0200 timeless relink/progress: Adding progress for collecting stage
Thu, 10 Jun 2010 13:09:50 +0200 timeless relink/progress: Adding progress for pruning stage
Mon, 14 Jun 2010 16:06:52 -0400 Greg Ward merge: when current branch has 1 or > 2 heads, actually abort.
Tue, 15 Jun 2010 16:10:32 -0400 Greg Ward tags: remove inactive debugging code.
Tue, 15 Jun 2010 15:02:54 -0400 Greg Ward tags: remove the old non-caching implementation of findglobaltags().
Tue, 15 Jun 2010 17:15:31 +0200 Christian Ebert keyword: postpone manifest calculation in kwtemplater.overwrite
Sun, 13 Jun 2010 23:25:27 +0200 Georg Brandl revset: fix call to ctx.extra() in closed()
Tue, 15 Jun 2010 11:05:17 +0200 Martin Geisler p4: fix long line and bad spacing around %
Mon, 14 Jun 2010 16:38:36 +0100 Frank Kingswood Fix shell quoting on p4 conversion
Mon, 14 Jun 2010 13:39:00 -0400 Greg Ward tests: rename test-merge3 to test-add-remove.
Tue, 15 Jun 2010 10:01:55 +0200 Martin Geisler check-code: reformat long lines
Tue, 15 Jun 2010 10:00:07 +0200 Martin Geisler dagparser: replace format with str
Tue, 15 Jun 2010 09:55:59 +0200 Martin Geisler check-code: catch format(), introduced in Python 2.6
Tue, 15 Jun 2010 09:53:50 +0200 Martin Geisler commands: get rid of generic exception in debugbuilddag
Tue, 15 Jun 2010 09:51:52 +0200 Martin Geisler check-code: fix check for any/all function
Mon, 14 Jun 2010 16:56:20 -0300 Renato Cunha hgext/zeroconf/__init__.py: Separate relative and absolute imports.
Fri, 11 Jun 2010 15:30:12 -0500 Matt Mackall revset: improve filter argument handling
Fri, 11 Jun 2010 18:54:10 +0200 Martin Geisler commands: format is a Python2.6 function
Thu, 10 Jun 2010 11:49:48 +0200 Peter Arrenbrecht debugbuilddag: build a changelog dag from a concise description
Thu, 10 Jun 2010 11:48:45 +0200 Peter Arrenbrecht debugdag and debugindexdag: emit changelog/revlog DAGs as concise text
Thu, 10 Jun 2010 11:48:15 +0200 Peter Arrenbrecht dagparser: parses and formats DAGs as concise text
Thu, 10 Jun 2010 15:30:15 -0500 Matt Mackall tests: fix up webraw encoding
Thu, 10 Jun 2010 15:23:31 -0500 Matt Mackall strip: backup bundles should use the .hg extension
Wed, 09 Jun 2010 12:41:44 -1000 Julian Cowley hgweb: specify a charset when sending raw text files
Wed, 09 Jun 2010 16:39:25 -0500 Matt Mackall summary: report copies and renames
Thu, 10 Jun 2010 09:32:19 -0700 Chad Dombrova provide pre- and post- hooks with parsed command line arguments.
Wed, 09 Jun 2010 16:25:28 -0500 Matt Mackall tests: fix some branch head fallout
Mon, 07 Jun 2010 15:34:48 +0200 Dan Villiom Podlaski Christiansen pager: set ui.formatted() prior to redirecting stdout.
Mon, 07 Jun 2010 15:33:03 +0200 Dan Villiom Podlaski Christiansen mq: use ui.formatted() instead of ui.plain().
Mon, 07 Jun 2010 15:28:54 +0200 Dan Villiom Podlaski Christiansen color: use ui.formatted().
Mon, 07 Jun 2010 16:14:12 +0200 Dan Villiom Podlaski Christiansen ui: document the formatted(), interactive() & plain() functions.
Mon, 07 Jun 2010 14:59:52 +0200 Dan Villiom Podlaski Christiansen ui: add ui.formatted configuration variable and accessor function.
Thu, 10 Jun 2010 17:10:05 +0200 Martin Geisler revlog: fix inconsistent comment formatting
Thu, 10 Jun 2010 12:46:09 +0200 Sune Foldager improve --branch processing (and differentiate from # syntax)
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Wed, 09 Jun 2010 12:45:48 +0100 Christian Ebert keyword: pass context to kwtemplater.overwrite
Tue, 08 Jun 2010 16:27:59 +0200 Peter Arrenbrecht parser: fix missing param in _match
Tue, 08 Jun 2010 22:30:44 +0200 Gilles Moris commit: add tests for the 'created new head' message
Tue, 08 Jun 2010 22:28:42 +0200 Gilles Moris commit: fix display of 'created new head' message (issue2186)
Tue, 08 Jun 2010 18:01:07 +0200 Stefano Tortarolo rebase: --abort doesn't strip away the target changeset (issue2220)
Wed, 09 Jun 2010 17:22:59 +0200 Jan Sorensen test-branch-option: Updated output to match rev 3f1409082720
Wed, 09 Jun 2010 17:50:45 +0200 Martin Geisler Merge with mpm
Wed, 09 Jun 2010 17:27:47 +0200 Dirkjan Ochtman discovery: fix description line
Tue, 08 Jun 2010 15:57:59 -0500 Matt Mackall Merge with stable
Tue, 08 Jun 2010 15:52:56 -0500 Steve Borho Merge backout
Tue, 08 Jun 2010 15:52:41 -0500 Steve Borho Backed out changeset: e1dde7363601
Tue, 08 Jun 2010 21:09:41 +0200 Thomas Arendsen Hein ui: handle leading newlines/spaces/commas in configlist
Tue, 08 Jun 2010 11:58:09 -0500 Steve Borho mergetools: add configuration for Ultra Compare (issue2226)
Tue, 08 Jun 2010 14:12:46 +0200 Martin Geisler mq: use hg reST role some more
Tue, 08 Jun 2010 13:19:22 +0200 Sune Foldager fix encoding bug in 05ac42e56452 stable
Tue, 08 Jun 2010 09:30:45 +0200 Dirkjan Ochtman cleanups: undefined variables
Tue, 08 Jun 2010 09:30:33 +0200 Dirkjan Ochtman cleanups: unused variables
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Thu, 03 Jun 2010 23:18:18 -0500 Steve Borho color: labeled text should be passed to ui.write() as ui.labeled
Mon, 07 Jun 2010 18:35:54 +0200 Dirkjan Ochtman move discovery methods from localrepo into new discovery module
Mon, 07 Jun 2010 16:29:06 +0200 Sune Foldager merge with stable
Mon, 07 Jun 2010 16:28:23 +0200 Sune Foldager push/pull: fix bug in "--branch ." handling stable
Sun, 06 Jun 2010 22:39:32 +0530 Pradeepkumar Gayam shrink-repo: wrong variable name
Sun, 06 Jun 2010 17:20:10 +0900 FUJIWARA Katsunori replace Python standard textwrap by MBCS sensitive one for i18n text
Thu, 03 Jun 2010 10:37:31 +0100 Christian Ebert keyword: use context to detect uncommitted merge
Thu, 03 Jun 2010 13:58:00 +0200 Adrian Buehlmann tests: use --debug on test-clone
Thu, 03 Jun 2010 10:18:33 -0400 Greg Ward shrink-revlog: use util.mktempcopy() to preserve mode of index file.
Sat, 05 Jun 2010 09:58:02 -0500 Matt Mackall revset: delay import of hg to avoid start-up import loops
Fri, 04 Jun 2010 23:04:31 -0500 Matt Mackall error: fix up test-hgrc
Fri, 04 Jun 2010 23:00:22 -0500 Matt Mackall error: update test-trusted.py
Fri, 04 Jun 2010 22:54:43 -0500 Matt Mackall revset: fix test failure with qfinish
Fri, 04 Jun 2010 20:57:52 -0500 Matt Mackall revset: raise ParseError exceptions
Fri, 04 Jun 2010 20:57:26 -0500 Matt Mackall error: add new ParseError for various parsing errors
Fri, 04 Jun 2010 20:19:53 -0500 Matt Mackall error: change ParseError to CommandError
Fri, 04 Jun 2010 20:13:51 -0500 Matt Mackall hgrc: improve docs for the trusted section
Fri, 04 Jun 2010 17:22:33 -0500 Matt Mackall rebase: use usual util.abort rather than error.ParseError
Fri, 04 Jun 2010 10:27:23 -0500 Matt Mackall revset: sort the predicate list
Fri, 04 Jun 2010 10:26:55 -0500 Matt Mackall revset: fix - handling in the optimizer
Thu, 03 Jun 2010 20:32:41 -0500 Matt Mackall revset: fix up tests
Thu, 03 Jun 2010 18:00:15 -0500 Matt Mackall walkchangerevs: allow empty query sets
Thu, 03 Jun 2010 17:39:40 -0500 Matt Mackall revset: add tagged predicate
Thu, 03 Jun 2010 17:39:34 -0500 Matt Mackall revset: optimize the parse tree directly
Wed, 02 Jun 2010 14:07:46 -0500 Matt Mackall revset: add support for prefix and suffix versions of : and ::
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: hook into revrange
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: add a debugrevspec command
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: introduce revset core
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: introduce basic parser
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Thu, 03 Jun 2010 21:38:30 +0200 Henrik Stuart mq: better qqueue test for troublesome names
Thu, 03 Jun 2010 20:40:23 +0200 Cédric Duval mq: prevent the creation of a queue whose name is already taken
Wed, 02 Jun 2010 19:39:45 +0200 Henrik Stuart mq: fix naming issues for qqueue directories
Wed, 02 Jun 2010 14:54:25 +0200 Martin Geisler win32text: mark this extension as deprecated
Wed, 02 Jun 2010 14:40:31 +0200 Martin Geisler Merge with stable
Tue, 01 Jun 2010 18:29:52 -0400 Greg Ward shrink-revlog: preserve mode of the shrunken index and data file. stable
Wed, 19 May 2010 18:06:35 +0200 Javi Merino Fixed a bashism with the use of $RANDOM in hgeditor.
Thu, 27 May 2010 22:50:23 +0300 Alexander Solovyov churn: add possibility to include/exclude paths
Wed, 02 Jun 2010 14:28:45 +0200 Alexander Solovyov churn: support spaces in aliases (issue2222)
Tue, 01 Jun 2010 10:55:11 -0500 Matt Mackall Merge with stable
Tue, 01 Jun 2010 10:54:57 -0500 Matt Mackall Merge with i18n
Tue, 01 Jun 2010 10:54:03 -0500 Matt Mackall Added signature for changeset 24fe2629c6fd stable
Tue, 01 Jun 2010 10:54:03 -0500 Matt Mackall Added tag 1.5.4 for changeset 24fe2629c6fd stable
Tue, 01 Jun 2010 10:44:03 -0500 Matt Mackall Merge with i18n stable 1.5.4
Tue, 01 Jun 2010 12:25:43 -0300 Wagner Bruna merge with i18n stable
Tue, 01 Jun 2010 12:23:44 -0300 Wagner Bruna i18n-pt_BR: synchronized with 0bb67503ad4b stable
Tue, 01 Jun 2010 10:12:07 -0500 Matt Mackall Merge with stable
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann clone: save hardlink state of util.copyfiles() stable
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann util.copyfiles: don't try os_link() again if it failed before stable
Tue, 01 Jun 2010 03:45:10 +0200 Christian Ebert keyword: retrieve added and modified files from commitctx
Tue, 01 Jun 2010 01:05:45 +0200 Christian Ebert keyword: force dirstate normal when all changes in a file are recorded
Mon, 31 May 2010 13:47:51 +0200 Adrian Buehlmann clone: print number of linked/copied files on --debug
Mon, 31 May 2010 21:43:03 +0200 Martin Geisler Merge with stable
Mon, 31 May 2010 21:37:01 +0200 Martin Geisler eol: extension for managing file EOLs stable
Mon, 31 May 2010 12:57:47 -0500 Matt Mackall Merge with stable
Mon, 31 May 2010 12:57:34 -0500 Matt Mackall Merge with i18n
Mon, 31 May 2010 12:57:24 -0500 Matt Mackall Merge with i18n stable
Tue, 25 May 2010 13:24:49 -0300 Wagner Bruna merge with i18n stable
Tue, 25 May 2010 13:20:33 -0300 Wagner Bruna i18n-pt_BR: added message from 1b8aa9ffa7dc stable
Sat, 22 May 2010 11:23:47 -0300 Wagner Bruna merge with i18n stable
Sat, 22 May 2010 11:22:36 -0300 Wagner Bruna i18n-pt_BR: synchronized with ed71cb07d7b2 stable
Mon, 31 May 2010 12:34:47 -0500 Matt Mackall Merge with stable
Wed, 19 May 2010 09:54:12 -0500 Brodie Rao pager: exec pager using /bin/sh -c stable
Fri, 14 May 2010 12:57:24 -0500 Matt Mackall hgweb: fix race in refreshing repo list (issue2188) stable
Mon, 31 May 2010 13:55:47 +0200 Martin Geisler Merge with stable
Mon, 31 May 2010 17:13:15 +0900 Nicolas Dumazet record: check that we are not committing a merge before patch selection stable
Mon, 31 May 2010 13:43:03 +0200 Martin Geisler record: better way to find help in docstring stable
Mon, 31 May 2010 14:48:26 +0900 Nicolas Dumazet record: docstring typo stable
Sun, 30 May 2010 23:24:10 +0200 Martin Geisler mq: mention qqueue in module docstring
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann clone: save hardlink state of util.copyfiles()
Fri, 28 May 2010 17:28:34 +0200 Adrian Buehlmann util.copyfiles: don't try os_link() again if it failed before
Thu, 27 May 2010 22:50:04 +0300 Alexander Solovyov cmdutil: cleanup imports
Thu, 27 May 2010 17:47:40 +0200 Ronny Pfannschmidt make transactions work on non-refcounted python implementations
Sat, 29 May 2010 20:32:39 +0200 Henrik Stuart mq: support multiple patch queues using qqueue
Fri, 28 May 2010 16:01:57 -0500 Matt Mackall Merge with stable
Fri, 28 May 2010 14:41:11 -0500 Matt Mackall status: avoid performance regression when no .hgsub is present stable
Thu, 27 May 2010 10:37:14 +0200 Martin Geisler doc: document expansion of %include and ui.username
Wed, 26 May 2010 14:03:29 -0700 Chad Dombrova ui.username(): expand environment variables in username configuration value.
Wed, 26 May 2010 14:03:29 -0700 Chad Dombrova config: expand hgrc %include paths
Wed, 26 May 2010 16:16:47 +0200 Peter Arrenbrecht rename: make --after work if source is already in R state
Tue, 25 May 2010 18:45:44 +0200 Martin Geisler Merge with stable
Tue, 25 May 2010 18:19:40 +0200 Angel Ezquerra doc: clarify that sections can be split stable
Tue, 25 May 2010 18:19:16 +0200 Angel Ezquerra doc: clarify that keys can be overridden stable
Tue, 25 May 2010 09:57:19 +0200 Martin Geisler commands: document --new-branch flag for push
Tue, 25 May 2010 09:56:26 +0200 Martin Geisler Merge with stable