log

age author description
Thu, 21 Nov 2013 17:11:04 -0800 Siddharth Agarwal commands.bookmarks: pass cur in explicitly to checkconflict
Tue, 19 Nov 2013 12:33:14 -0800 Siddharth Agarwal commands.bookmarks: hold wlock for write operations
Tue, 19 Nov 2013 11:47:30 -0800 Siddharth Agarwal commands.bookmarks: separate out 'no bookmarks set' status messages
Sat, 16 Nov 2013 19:56:53 -0500 Mads Kiilerich tests: test-convert-cvs-synthetic.t requires cvs 1.12
Mon, 13 Jan 2014 14:33:39 -0600 Matt Mackall merge with stable
Wed, 08 Jan 2014 12:25:00 -0800 David Soria Parra i18n-de: rename noun "entfernt" to "Gegenseite" stable
Fri, 10 Jan 2014 16:26:11 -0600 Kevin Bullock doc: bump copyright year
Fri, 10 Jan 2014 17:29:16 -0600 Matt Mackall localrepo: drop unused variable
Fri, 15 Nov 2013 23:28:43 -0500 Pierre-Yves David discovery: stop using nodemap for membership testing
Fri, 15 Nov 2013 23:27:39 -0500 Pierre-Yves David discovery: enforce filtering into revlogbaseddag._internalizeall
Fri, 15 Nov 2013 23:27:15 -0500 Pierre-Yves David discovery: make revlogdag work on filtered repo
Sat, 16 Nov 2013 11:53:44 -0500 Pierre-Yves David pull: run findcommon incoming on unfiltered repo
Tue, 05 Nov 2013 18:37:44 +0100 Pierre-Yves David push: more robust check for bundle fast path
Sat, 16 Nov 2013 15:36:50 -0500 Pierre-Yves David pull: fix post-pull common computation
Mon, 25 Nov 2013 22:00:46 +0100 Simon Heimberg run-tests: better check for python version
Mon, 23 Dec 2013 14:14:31 +0100 Andrew Shadura templatekw: allow tagtypes other than global in getlatesttags
Tue, 26 Nov 2013 12:58:27 -0800 Durham Goode revlog: move file writing to a separate function
Sun, 24 Nov 2013 17:33:39 -0600 Kevin Bullock discovery: prefer loop to double-for list comprehension in changegroupsubset
Thu, 02 Jan 2014 16:32:51 -0600 Matt Mackall merge with stable
Thu, 02 Jan 2014 15:56:30 -0600 Matt Mackall merge with stable
Wed, 01 Jan 2014 21:46:45 -0600 Matt Mackall Added signature for changeset ca387377df7a stable
Wed, 01 Jan 2014 21:46:41 -0600 Matt Mackall Added tag 2.8.2 for changeset ca387377df7a stable
Wed, 01 Jan 2014 21:46:03 -0600 Matt Mackall merge with i18n stable 2.8.2
Mon, 30 Dec 2013 21:30:34 +0900 FUJIWARA Katsunori i18n-ja: synchronized with d4be314b2071 stable
Wed, 01 Jan 2014 18:28:40 -0500 Augie Fackler merge with stable
Sat, 21 Dec 2013 12:44:19 +0900 Yuya Nishihara fileset, revset: do not use global parser object for thread safety stable
Mon, 23 Dec 2013 15:29:51 -0800 Pierre-Yves David obsolete: order of magnitude speedup in _computebumpedset
Mon, 23 Dec 2013 13:36:13 -0800 Pierre-Yves David obsolete: add an allprecursors method mirroring allsuccessors one.
Mon, 23 Dec 2013 16:04:51 -0800 Pierre-Yves David perf: fix perfvolatilesets
Mon, 23 Dec 2013 13:33:21 -0800 Pierre-Yves David obsolete: improve allsuccessors doc string
Mon, 23 Dec 2013 13:32:03 -0800 Pierre-Yves David obsolete: fix bad comment
Sun, 29 Dec 2013 13:54:04 +0000 Christian Ebert util: remove unused realpath (issue4063)
Wed, 01 Jan 2014 17:57:48 -0500 Augie Fackler import-checker: suppress check-code about any()
Tue, 24 Dec 2013 19:10:04 -0500 Augie Fackler import-checker: use any() and a genexp to avoid awkward for/else construction
Sun, 22 Dec 2013 21:27:00 -0800 Chris Jerdonek import-checker: backout 40f79b9a2cc8 (issue4129)
Sun, 22 Dec 2013 21:20:38 -0800 Chris Jerdonek import-checker: make test-module-imports.t work using virtualenv (issue4129)
Sun, 22 Dec 2013 14:10:26 -0800 Chris Jerdonek import-checker: refactor sys.path prefix check (issue4129)
Tue, 24 Dec 2013 17:44:23 -0500 Pierre-Yves David filter: add a comment so that people do not forget to update subsettable
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: remove unused repo.branchtags()/_branchtip() methods
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao hgweb: simplify branches with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao hgweb: simplify summary with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branches: simplify with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao debuglabelcomplete: simplify with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: introduce iterbranches() method
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: introduce branchheads() method
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: introduce branchtip() method
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao branchmap: cache open/closed branch head information
Mon, 11 Nov 2013 21:16:54 +1100 Stephen Lee bookmarks: allow push -B to create a new remote head (issue2372)
Thu, 21 Nov 2013 15:46:49 -0500 Matthew Turk template: modify showextras to return a hybrid
Fri, 15 Nov 2013 23:18:08 -0500 Brodie Rao branches: avoid unnecessary changectx.branch() calls
Fri, 15 Nov 2013 23:18:08 -0500 Brodie Rao branchmap: add documentation on the branchcache on-disk format
Sun, 17 Nov 2013 18:04:29 -0500 Brodie Rao revlog: allow tuning of the chunk cache size (via format.chunkcachesize)
Sun, 17 Nov 2013 18:04:28 -0500 Brodie Rao revlog: read/cache chunks in fixed windows of 64 KB
Sun, 17 Nov 2013 18:04:28 -0500 Brodie Rao perf: add perfmoonwalk command to walk the changelog backwards
Tue, 03 Dec 2013 13:28:04 -0500 Long Vu largefiles: call super class method with proper kwargs to respect API
Wed, 13 Nov 2013 15:55:30 +0900 FUJIWARA Katsunori subrepo: check phase of state in each subrepositories before committing
Mon, 16 Dec 2013 12:59:32 -0600 Matt Mackall merge with crew
Sat, 14 Dec 2013 12:48:12 -0500 Augie Fackler http: backout 181108726ea5, which breaks on Python 2.4
Sat, 14 Dec 2013 11:58:26 -0500 Augie Fackler test-module-imports: try and detect virtualenv breakage (issue4129)
Mon, 25 Nov 2013 17:18:12 +0100 Stéphane Klein http: reuse authentication info after the first failed request (issue3567)
Thu, 12 Dec 2013 12:25:56 +0530 Prasoon Shukla record: --user/-u now works with record when ui.username not set (issue3857)
Wed, 11 Dec 2013 11:33:58 -0600 Steve Hoelzer help: fix formatting of template example
Fri, 13 Dec 2013 17:23:02 -0600 Matt Mackall merge with stable
Wed, 04 Dec 2013 13:42:28 -0600 Matt Mackall hgweb: avoid initialization race (issue3953) stable
Wed, 11 Dec 2013 18:33:42 -0600 Matt Mackall mpatch: rewrite pointer overflow checks stable
Mon, 02 Dec 2013 07:49:49 -0800 Chris Jerdonek parsers: clarify documentation of test-parseindex2.py
Sun, 01 Dec 2013 21:24:48 -0600 Matt Mackall merge with stable
Sun, 01 Dec 2013 21:24:26 -0600 Matt Mackall tests: fix missing import in check-translations stable
Sun, 01 Dec 2013 20:54:02 -0600 Matt Mackall merge with stable
Sun, 01 Dec 2013 20:51:15 -0600 Matt Mackall Added signature for changeset 209e04a06467 stable
Sun, 01 Dec 2013 20:51:12 -0600 Matt Mackall Added tag 2.8.1 for changeset 209e04a06467 stable
Sun, 01 Dec 2013 20:47:09 -0600 Matt Mackall merge with stable
Sun, 01 Dec 2013 20:46:36 -0600 Matt Mackall parsers: backout version mismatch detection from 21dafd8546d1
Sun, 01 Dec 2013 20:39:11 -0600 Matt Mackall tests: fix Mac doctest escape code garbage for check-translations stable 2.8.1
Sun, 01 Dec 2013 18:26:42 -0200 Wagner Bruna i18n-pt_BR: synchronized with 734ff413eb7e stable
Sun, 01 Dec 2013 14:10:53 -0600 Matt Mackall merge with stable
Fri, 29 Nov 2013 12:36:28 -0800 Chris Jerdonek parsers: fail fast if Python has wrong minor version (issue4110)
Sun, 01 Dec 2013 13:53:24 -0600 Andrew Shadura hgk: fix tag list parser (issue4101) stable
Sun, 01 Dec 2013 13:45:00 -0600 Matt Mackall merge with i18n stable
Wed, 27 Nov 2013 22:47:32 +0900 FUJIWARA Katsunori i18n: add the tool to check Mercurial specific translation problems in *.po stable
Wed, 27 Nov 2013 22:32:01 +0100 Santiago Pay=C3=A0 i Miralta help: fix backwards bisect help example stable
Tue, 26 Nov 2013 16:30:52 -0800 Durham Goode unshelve: add tests for unknown files stable
Tue, 26 Nov 2013 16:23:05 -0800 Durham Goode unshelve: don't commit unknown files during unshelve (issue4113) stable
Tue, 26 Nov 2013 15:38:33 +0100 Mads Kiilerich largefiles: don't crash on 'local renamed directory' actions stable
Fri, 22 Nov 2013 19:13:07 +0100 Martin Geisler glossary: don't mention obsolete graphlog extension stable
Fri, 22 Nov 2013 19:12:44 +0100 Martin Geisler bisect: don't mention obsolete graphlog extension in help stable
Fri, 22 Nov 2013 19:12:18 +0100 Martin Geisler contrib: don't mention obsolete graphlog extension in mercurial.ini stable
Fri, 22 Nov 2013 19:11:48 +0100 Martin Geisler contrib: stop mentioning obsolete graphlog extension in sample.hgrc stable
Fri, 22 Nov 2013 17:14:44 +0100 Martin Geisler contrib: promote strip extension over MQ in sample.hgrc stable
Fri, 22 Nov 2013 17:12:43 +0100 Matt Mackall help: use progress instead of mq as in 'hg help config' example stable
Sat, 30 Nov 2013 21:50:40 -0200 Wagner Bruna i18n-pt_BR: fix wording in tag command help text stable
Thu, 28 Nov 2013 20:10:47 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 5246fd4781d8 stable
Tue, 26 Nov 2013 11:00:49 -0200 Wagner Bruna i18n-pt_BR: synchronized with 224e96078708 stable
Wed, 27 Nov 2013 16:43:02 -0500 Augie Fackler test-import-git.t: work around check-code hating on ^ and $( in tests
Wed, 27 Nov 2013 18:39:00 +0100 Nicolas Vigier patch: add support for git delta hunks
Mon, 25 Nov 2013 12:12:42 -0500 Sean Farley pathcomplete: remove ambiguous entries for sole completion on a directory
Tue, 26 Nov 2013 14:33:18 -0600 Sean Farley bash_completion: add global support for -b|--branch
Tue, 26 Nov 2013 14:31:40 -0600 Sean Farley bash_completion: add global support for -B|--bookmark
Tue, 26 Nov 2013 14:04:12 -0600 Sean Farley bash_completion: change --rev if-else block into a case
Tue, 26 Nov 2013 13:55:33 -0600 Sean Farley bash_completion: simplify if-else logic
Mon, 25 Nov 2013 11:38:14 -0500 Sean Farley bash_completion: add _hg_branches for list of branches
Tue, 26 Nov 2013 14:38:14 -0600 Sean Farley bash_completion: add -B|--bookmark support for strip
Fri, 22 Nov 2013 14:58:41 -0500 Sean Farley bash_completion: add completion for deleting a shelve
Thu, 21 Nov 2013 15:14:52 -0500 Sean Farley bash_completion: use correct command for listing shelves
Wed, 20 Nov 2013 19:13:24 -0500 Sean Farley bash_completion: remove restriction on bookmark completion
Wed, 20 Nov 2013 14:45:18 -0500 Sean Farley bash_completion: fix issue with subdirectories not being completed
Wed, 20 Nov 2013 13:19:55 -0500 Sean Farley bash_completion: determine root executable in case of alias
Wed, 20 Nov 2013 15:16:54 -0500 Sean Farley bash_completion: expand aliased commands
Tue, 19 Nov 2013 11:45:30 -0500 Sean Farley bash_completion: untabify
Mon, 25 Nov 2013 12:20:39 -0500 Sean Farley dispatch: turn off custom debugger for HGPLAIN mode
Sun, 17 Nov 2013 12:18:26 +0100 Simon Heimberg Makefile: temporary copy of hg.pot is hg.pot.tmp instead of hg.pot~
Sun, 17 Nov 2013 12:17:55 +0100 Simon Heimberg Makefile: fix po file updating by using same file name everywhere
Sun, 24 Nov 2013 17:29:10 -0600 Kevin Bullock mq: prefer a loop to a double-for list comprehension
Sat, 23 Nov 2013 18:34:32 +0100 Martin Geisler graphlog: mark as deprecated
Fri, 22 Nov 2013 19:14:17 +0100 Martin Geisler tests: don't load unnecessary graphlog extension
Fri, 22 Nov 2013 19:13:26 +0100 Martin Geisler hg: remove outdated comment
Fri, 22 Nov 2013 17:10:08 +0100 Martin Geisler tests: use strip extension instead of mq where it makes sense
Sat, 23 Nov 2013 01:06:20 +0100 Simon Heimberg tests: fix `hghave root` on windows
Wed, 20 Nov 2013 12:55:08 +0000 Christian Ebert keyword: wlock while setting branch in kwdemo
Sun, 17 Nov 2013 15:43:46 +0100 Simon Heimberg tests: add missing glob
Tue, 26 Nov 2013 21:55:21 -0800 Bryan O'Sullivan Merge
Tue, 19 Nov 2013 23:49:11 +0530 Abhay Kadam mercurial/parsers.c: fix compiler warning
Tue, 26 Nov 2013 16:14:22 -0800 Chris Jerdonek parse_index2: fix crash on bad argument type (issue4110) stable
Mon, 25 Nov 2013 16:15:44 -0600 Matt Mackall merge with stable
Wed, 06 Nov 2013 19:01:14 -0600 Sean Farley bookmarks: consider successor changesets when moving bookmark (issue4015) stable
Wed, 20 Nov 2013 22:03:15 +0100 Simon Heimberg util: url keeps backslash in paths stable
Sat, 16 Nov 2013 19:55:38 -0500 Mads Kiilerich tests: deal with new gits sending status messages to stderr stable
Mon, 25 Nov 2013 13:50:36 -0600 Matt Mackall subrepo: sanitize non-hg subrepos stable
Mon, 25 Nov 2013 13:46:46 -0600 Matt Mackall shelve: fix bad argument interaction with largefiles (issue4111) stable
Mon, 18 Nov 2013 09:09:05 -0800 Siddharth Agarwal strip.stripcmd: remove redundant wlock acquire/release
Mon, 25 Nov 2013 12:18:29 -0600 Matt Mackall merge with stable
Fri, 15 Nov 2013 18:41:40 -0800 Siddharth Agarwal bookmarks: make setcurrent with None an error
Fri, 15 Nov 2013 18:31:02 -0800 Siddharth Agarwal strip: use bookmarks.unsetcurrent instead of setcurrent with None
Fri, 15 Nov 2013 18:28:57 -0800 Siddharth Agarwal bmstore.write: use unsetcurrent instead of setcurrent with None
Fri, 15 Nov 2013 18:06:01 -0800 Siddharth Agarwal commands.bookmark: use unsetcurrent instead of setcurrent with None
Mon, 18 Nov 2013 08:57:19 -0800 Siddharth Agarwal strip: hold wlock for entire duration stable
Fri, 22 Nov 2013 17:26:58 -0600 Matt Mackall merge with stable
Sun, 10 Nov 2013 18:51:21 +0100 Mads Kiilerich bisect: report "both good and bad" as such, not as "not directly related" stable
Fri, 08 Nov 2013 11:49:13 +0100 Martin Geisler phase: better error message when --force is needed stable
Fri, 08 Nov 2013 09:48:01 +0100 Isaac Jurado hgweb: ignore non numeric "revcount" parameter values (issue4091) stable
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori lock: take both vfs and lock file path relative to vfs to access via vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori vfs: add "makelock()" and "readlock()"
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori hg: rewrite "copystore()" with vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori localrepo: import "lock" module as "lockmod" for readability
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori transaction: take journal file path relative to vfs to use file API via vfs
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori vfs: add "chmod()"
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori vfs: add "isfile()"
Tue, 12 Nov 2013 16:23:52 +0900 FUJIWARA Katsunori transaction: unlink target file via vfs
Sat, 09 Nov 2013 14:50:58 +0100 Simon Heimberg relink: abort earlier when on different devices (issue3916)
Mon, 11 Nov 2013 22:59:26 +0100 Simon Heimberg localrepo: prevent to copy repo local config, copy baseui instead
Fri, 08 Nov 2013 14:42:09 +0900 FUJIWARA Katsunori doc: show details of command options in pages generated by docutils
Tue, 05 Nov 2013 09:43:26 +0100 Simon Heimberg Makefile: intermediate steps work with temporary copy of hg.pot
Thu, 21 Nov 2013 15:08:30 -0600 Matt Mackall merge with stable
Thu, 21 Nov 2013 11:49:31 -0600 Matt Mackall help: drop help for branches template keyword
Thu, 21 Nov 2013 12:47:03 -0800 Siddharth Agarwal test-command-template.t: fix failure due to trailing whitespace
Thu, 21 Nov 2013 11:30:52 -0600 Matt Mackall templater: makes branches work correctly with stringify (issue4108) stable
Mon, 11 Nov 2013 16:35:12 -0800 Durham Goode manifest: increase lrucache from 3 to 4
Mon, 11 Nov 2013 16:42:49 -0800 Durham Goode strip: add faster revlog strip computation
Mon, 11 Nov 2013 16:40:02 -0800 Durham Goode revlog: return lazy set from findcommonmissing
Tue, 19 Nov 2013 11:29:56 -0500 Matt Mackall merge with stable
Sun, 17 Nov 2013 15:11:09 -0800 Siddharth Agarwal histedit: hold wlock and lock while in progress stable
Mon, 18 Nov 2013 15:43:45 -0500 Matt Mackall merge with i18n stable
Mon, 18 Nov 2013 13:29:05 -0200 Wagner Bruna i18n-pt_BR: fix typos in notify docs stable
Sun, 17 Nov 2013 19:52:49 -0200 Wagner Bruna i18n-pt_BR: synchronized with 06e118c097ff stable
Mon, 18 Nov 2013 15:37:09 -0500 Matt Mackall templater: only recursively evaluate string literals as templates (issue4103) stable
Mon, 18 Nov 2013 14:02:26 -0500 Matt Mackall templater: fix escaping in nested string literals (issue4102) stable
Sun, 17 Nov 2013 20:22:59 -0500 Matt Mackall merge with stable
Thu, 07 Nov 2013 20:36:26 -0800 David Soria Parra shelve: unshelve using an unfiltered repository stable
Thu, 07 Nov 2013 01:56:40 +0100 Mads Kiilerich largefiles: update in two steps, handle interrupted updates better stable
Thu, 07 Nov 2013 01:49:48 +0100 Mads Kiilerich largefiles: inline _updatelfile, prepare for further refactorings stable
Thu, 07 Nov 2013 01:48:00 +0100 Mads Kiilerich largefiles: cache largefiles for update, also without printmessage stable
Thu, 07 Nov 2013 01:47:59 +0100 Mads Kiilerich largefiles: cleanup of printmessage handling - the printed flag was redundant stable
Sun, 17 Nov 2013 18:13:55 -0500 Augie Fackler test-module-imports: skip on Python < 2.6, since ast is new in 2.6
Sun, 17 Nov 2013 17:49:48 -0500 Augie Fackler Merge with stable.
Sat, 16 Nov 2013 19:56:30 -0500 Mads Kiilerich convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None stable
Sat, 16 Nov 2013 17:30:34 -0500 Brodie Rao share: fix unshare calling wrong repo.__init__() method stable
Sun, 17 Nov 2013 13:31:18 -0800 Siddharth Agarwal statichttprepo.httprangeheader: implement readlines
Sun, 17 Nov 2013 13:28:11 -0800 Siddharth Agarwal statichttprepo: pass in True to splitlines, not 1
Sat, 16 Nov 2013 15:46:28 -0500 Mads Kiilerich mq: don't add '* * *' separators when there is no commit message
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich bisect: avoid confusing use of variables with same names in nested local scopes
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich discovery: make note messages for new heads more readable
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich discovery: tweak error message for multiple branch heads
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92f
Sun, 17 Nov 2013 11:18:39 -0500 Mads Kiilerich convert: readability and test of rpairs function
Sun, 17 Nov 2013 11:16:59 -0500 Mads Kiilerich tests: make doctest test runner less verbose
Sun, 17 Nov 2013 10:59:35 -0500 Mads Kiilerich tests: python hash seed is only relevant after failures - otherwise keep quiet
Sat, 16 Nov 2013 13:29:39 -0800 Siddharth Agarwal scmutil.filecache: support watching over multiple files
Sat, 16 Nov 2013 13:24:26 -0800 Siddharth Agarwal scmutil: introduce a filecacheentry that can watch multiple paths
Sat, 16 Nov 2013 13:19:06 -0800 Siddharth Agarwal scmutil: rename filecacheentry to filecachesubentry
Sat, 16 Nov 2013 13:33:33 -0800 Siddharth Agarwal scmutil.filecacheentry: make stat argument to constructor mandatory
Sat, 16 Nov 2013 13:57:35 -0800 Siddharth Agarwal test-filecache.py: add markers to the output for each event
Sat, 16 Nov 2013 14:10:28 -0800 Siddharth Agarwal test-filecache.py: make setbeforeget test clearer
Sun, 17 Nov 2013 13:38:35 -0500 Augie Fackler test-module-imports.t: new test to use the import cycle detector
Sun, 17 Nov 2013 13:33:20 -0500 Augie Fackler import-checker: try a little harder to show fewer cycles
Sun, 17 Nov 2013 16:58:18 -0500 Augie Fackler import-checker: ignore nested imports
Sun, 17 Nov 2013 13:04:18 -0500 Augie Fackler contrib: add an import checker
Wed, 06 Nov 2013 22:09:15 -0500 Augie Fackler makememctx: move from patch to context to break import cycle
Wed, 06 Nov 2013 16:48:06 -0500 Augie Fackler cleanup: move stdlib imports to their own import statement
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Wed, 06 Nov 2013 14:38:34 -0500 Augie Fackler subsettable: move from repoview to branchmap, the only place it's used
Sat, 16 Nov 2013 20:12:02 -0500 Augie Fackler obsolete: add __eq__ and __hash__ to marker to make set() deduplication work
Sat, 16 Nov 2013 20:31:58 -0500 Pierre-Yves David obsolete: do not accept duplicated marker during exchange
Sun, 17 Nov 2013 13:42:24 -0500 Augie Fackler Merge with stable.
Sat, 16 Nov 2013 20:34:58 -0500 Pierre-Yves David obsolete: stop doing membership test on list stable
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: rewrite "updatefromremote()" by "compare()"
Fri, 08 Nov 2013 12:45:52 +0900 FUJIWARA Katsunori bookmarks: add function to centralize the logic to compare bookmarks
Sun, 10 Nov 2013 18:23:29 +0400 Alexander Plavin hgweb: use semantically suitable filelog.revs in filelog
Sun, 10 Nov 2013 18:07:56 +0400 Alexander Plavin hgweb: always compute all entries and latestentry in filelog
Sun, 10 Nov 2013 18:05:53 +0400 Alexander Plavin hgweb: remove unused argument of entries function in filelog
Sat, 16 Nov 2013 23:14:20 +0900 FUJIWARA Katsunori transplant: use peer of source repository as "remote" for "repo.pull()"
Fri, 15 Nov 2013 22:57:11 -0500 Sean Farley run-tests: remove files that we potentially create outside of $TMPDIR
Fri, 15 Nov 2013 22:56:08 -0500 Sean Farley run-tests: remove code that creates a dummy 'diffstat'
Fri, 15 Nov 2013 18:08:50 -0500 Matthew Turk template: change extras to use showlist rather than manual templ call.
Fri, 15 Nov 2013 18:09:02 -0500 Matthew Turk help: adding example 'extras' printing to 'hg help templates'
Fri, 15 Nov 2013 16:53:54 -0500 Matthew Turk help: document about {extras} template keyword
Sat, 09 Nov 2013 14:50:12 +0100 Simon Heimberg check-code: document last ignore regexp
Sat, 09 Nov 2013 14:49:05 +0100 Simon Heimberg check-code: drop unneeded ignore patterns
Sat, 16 Nov 2013 12:44:28 -0500 Matt Mackall merge with stable
Sat, 16 Nov 2013 12:34:05 -0500 Matt Mackall merge with i18n stable
Fri, 15 Nov 2013 13:20:49 -0800 Durham Goode contrib: add editmerge script for editor conflict prompts
Thu, 14 Nov 2013 21:37:18 -0600 Matt Mackall strip: fix last unprotected mq reference (issue4097) stable
Thu, 14 Nov 2013 18:07:43 -0600 Matt Mackall tests: skip tests that require not having root (issue4089)
Thu, 14 Nov 2013 17:17:44 -0600 Matt Mackall make: restrict recursion in make clean
Tue, 12 Nov 2013 00:07:23 +0900 FUJIWARA Katsunori scmutil: skip checks in "casecollisionauditor" if filename is already checked
Sat, 09 Nov 2013 10:21:20 +0100 Simon Heimberg check-code: prepend warning prefix only once, but for each warning stable
Wed, 13 Nov 2013 16:46:46 -0200 Wagner Bruna hgweb, i18n: do not translate search mode description stable
Sun, 10 Nov 2013 16:48:24 +0900 FUJIWARA Katsunori tests: end output lines including path with "(glob)" to pass on Windows stable
Sun, 10 Nov 2013 16:48:24 +0900 FUJIWARA Katsunori tests: quote environment variable to extract wildcard on MinGW environment stable
Sun, 10 Nov 2013 16:48:24 +0900 FUJIWARA Katsunori tests: choose the path separator in PYTHONPATH suitable for platform stable
Fri, 08 Nov 2013 12:35:50 +0100 Mads Kiilerich util: warn when adding paths ending with \ stable
Tue, 05 Nov 2013 09:00:31 +0100 Simon Heimberg check-code: more replacement characters stable
Tue, 05 Nov 2013 09:00:31 +0100 Simon Heimberg check-code: check comment for '.. note::' without two newlines stable
Tue, 05 Nov 2013 08:59:55 +0100 Simon Heimberg documentation: add an extra newline after note directive stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg tests: modify minirst test input to new format stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: do not add a 2nd empty paragraph stable
Mon, 04 Nov 2013 10:23:06 +0100 Simon Heimberg minirst: find admonitions before pruning comments and adding margins stable