log mercurial/cmdutil.py @ 21767:75a96326cecb

age author description
Sun, 04 May 2014 20:58:25 -0700 Gregory Szorc commands: add norepo argument to command decorator
Sun, 04 May 2014 18:45:04 -0700 Gregory Szorc cmdutil: better document command()
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Wed, 14 May 2014 10:38:05 -0700 Pierre-Yves David revert: use p2 as parent when reverting against it
Wed, 14 May 2014 10:37:25 -0700 Pierre-Yves David revert: explicitly get status against the parent
Tue, 13 May 2014 17:28:19 -0700 Pierre-Yves David revert: group related data in tuple in the dispatch table
Tue, 13 May 2014 16:42:31 -0700 Pierre-Yves David revert: group action into a single dictionary
Tue, 13 May 2014 16:29:42 -0700 Pierre-Yves David revert: add some inline comments
Tue, 13 May 2014 16:29:20 -0700 Pierre-Yves David revert: cosmetic align of the dispatch table
Thu, 08 May 2014 17:08:17 -0700 Pierre-Yves David import: add --partial flag to create a changeset despite failed hunks
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori cmdutil: enhance "getcommiteditor()" for specific usages in MQ
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori import: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:36 +0900 FUJIWARA Katsunori amend: use "getcommiteditor()" instead of explicit editor choice
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editor
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori cmdutil: omit redundant "savecommitmessage()" in "tryimportone()"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori amend: use "editor" argument for "memctx.__init__" to save commit message
Fri, 28 Feb 2014 15:10:56 -0800 Lucas Moscovicz log: changed implementation to use graphlog code
Tue, 25 Feb 2014 10:40:04 -0800 Lucas Moscovicz cmdutil: changed _makegraphlogrevset to _makelogrevset
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori outgoing: introduce "outgoinghooks" to avoid redundant outgoing check
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori summary: introduce "summaryremotehooks" to avoid redundant incoming/outgoing check
Fri, 14 Mar 2014 21:32:05 -0400 Matt Harbison cat: support cat with explicit paths in subrepos
Thu, 13 Mar 2014 23:45:18 -0400 Matt Harbison cat: move most of the implementation into cmdutils.cat()
Wed, 16 Apr 2014 02:38:11 +0900 FUJIWARA Katsunori amend: invoke editor forcibly when "--edit" option is specified
Mon, 14 Apr 2014 23:27:31 -0400 Matt Mackall debugrevlog: use unfiltered view for changelog
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Tue, 18 Mar 2014 14:25:28 -0500 Matt Mackall merge with stable
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori amend: save commit message into ".hg/last-message.txt" stable
Fri, 14 Mar 2014 13:27:12 -0700 Lucas Moscovicz cmdutil: changed max method for lazy call
Fri, 14 Mar 2014 13:26:40 -0700 Lucas Moscovicz getgraphlogrevs: return an empty baseset instead of a empty list
Fri, 14 Mar 2014 16:26:50 -0700 Pierre-Yves David getgraphlogrevs: do not convert smartset to baseset
Fri, 14 Mar 2014 08:44:52 -0700 Lucas Moscovicz cmdutil: changed revset for spanset
Fri, 14 Mar 2014 11:35:17 -0700 Lucas Moscovicz cmdutil: changed code in _makegraphlogrevset not to use getitem
Fri, 14 Mar 2014 08:43:52 -0700 Lucas Moscovicz cmdutil: changed code in getgraphlogrevs not to use getitem
Thu, 13 Mar 2014 15:00:34 -0500 Matt Mackall merge with default
Wed, 05 Mar 2014 18:49:47 -0800 Lucas Moscovicz cmdutil: changed walkchangerevs to use spanset instead of baseset
Thu, 13 Mar 2014 12:05:08 -0500 Matt Mackall merge with stable
Thu, 13 Mar 2014 19:48:41 +0900 FUJIWARA Katsunori commit: create new amend changeset as secret correctly for "--secret" option stable
Sat, 08 Mar 2014 17:38:50 -0600 Matt Mackall templating: make -T much more flexible
Sat, 08 Mar 2014 16:14:08 -0600 Matt Mackall changeset_templater: remove use_template method
Sat, 08 Mar 2014 16:01:58 -0600 Matt Mackall cmdutil: make helper function to process template args
Thu, 06 Feb 2014 10:15:20 +0400 Alexander Drozdov cmdutil: make commitforceeditor() to pass revision extras to ui.edit()
Wed, 26 Feb 2014 18:56:27 -0800 Pierre-Yves David revert: extract actual revert in its own function
Thu, 13 Feb 2014 14:27:12 -0800 Lucas Moscovicz cmdutil: implemented new lazy increasingwindows
Tue, 11 Feb 2014 16:52:36 -0800 Pierre-Yves David import: move tryone closure in cmdutil
Tue, 11 Feb 2014 16:30:23 -0800 Pierre-Yves David debugobsolete: extract marker display in a dedicated function
Mon, 03 Feb 2014 18:36:00 -0500 Augie Fackler itersubrepos: move to scmutil to break a direct import cycle
Tue, 21 Jan 2014 11:39:26 -0800 Lucas Moscovicz revset: added baseset class (still empty) to improve revset performance
Tue, 19 Nov 2013 11:29:56 -0500 Matt Mackall merge with stable
Mon, 18 Nov 2013 14:02:26 -0500 Matt Mackall templater: fix escaping in nested string literals (issue4102) stable
Wed, 06 Nov 2013 18:19:04 -0500 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use
Tue, 22 Oct 2013 23:38:58 +0900 Yuya Nishihara cmdutil: fix makefileobj not to clobber default modemap dict stable
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich cmdutil: use None as default value for "function pointer" instead of False
Wed, 02 Oct 2013 15:20:49 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to the parent in daemon mode
Wed, 02 Oct 2013 15:17:50 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to a local function
Mon, 23 Sep 2013 21:31:37 -0700 Siddharth Agarwal cmdutil.bailifchanged: standardize error message for dirty working dir
Tue, 10 Sep 2013 19:49:34 -0700 Durham Goode log: make file log slow path usable on large repos
Fri, 26 Jul 2013 21:03:25 -0500 Matt Mackall revert: fix largefiles breakage stable
Fri, 26 Jul 2013 17:08:05 -0500 Matt Mackall revert: make backup when unforgetting a file (issue3423) stable
Thu, 25 Jul 2013 02:17:52 -0500 Matt Mackall checkunfinished: accommodate histedit quirk stable
Thu, 25 Jul 2013 00:33:28 -0500 Matt Mackall update: add tracking of interrupted updates (issue3113) stable
Wed, 24 Jul 2013 23:27:30 -0500 Matt Mackall cmdutil: core functionality to block during multistep commands (issue3955) stable
Thu, 30 May 2013 18:47:16 -0700 Durham Goode filelog: switch 'not len(filerevlog)' to 'not filerevlog'
Thu, 30 May 2013 19:25:55 -0700 Durham Goode log: move log file walk to its own function
Tue, 14 May 2013 11:23:15 -0700 Bryan O'Sullivan summary: augment output with info from extensions
Fri, 03 May 2013 12:40:17 -0700 Bryan O'Sullivan revert: ensure that copies and renames are honored (issue3920) stable
Wed, 17 Apr 2013 03:41:08 +0200 Mads Kiilerich amend: fix unlocking order - first lock then wlock
Wed, 17 Apr 2013 00:29:54 +0400 Alexander Plavin log: fix behavior with empty repositories (issue3497)
Fri, 08 Feb 2013 21:08:34 +0000 Brodie Rao amend: support amending merge changesets (issue3778)
Thu, 28 Mar 2013 18:27:19 -0700 Siddharth Agarwal duplicatecopies: do not mark items not in the dirstate as copies
Thu, 28 Mar 2013 00:14:27 -0700 Siddharth Agarwal duplicatecopies: fix arg name and docstring
Wed, 20 Feb 2013 11:31:38 -0800 Bryan O'Sullivan cmdutil: use a small initial window with --limit
Tue, 12 Feb 2013 16:32:14 +0000 Kevin Bullock commit: factor out status printing into a helper function
Fri, 08 Feb 2013 22:54:17 +0100 Mads Kiilerich export: show 'Date' header in a format that also is readable for humans
Sat, 09 Feb 2013 15:38:57 -0600 Augie Fackler export: clobber files with -o (bc) (issue3652)
Sat, 02 Feb 2013 15:37:17 -0200 Antonio Zanardo commit: show active bookmark in commit editor helper text
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Tue, 15 Jan 2013 01:05:12 +0100 Mads Kiilerich log: make log work even if first parameter doesn't exist
Tue, 08 Jan 2013 20:37:37 +0100 Pierre-Yves David clfilter: enforce hidden changeset globally
Mon, 07 Jan 2013 19:24:36 +0100 Pierre-Yves David log: use "hidden" filtering instead of manual check at display time
Fri, 04 Jan 2013 13:48:07 +0100 Pierre-Yves David cmdutil: make options argument optional
Wed, 02 Jan 2013 00:24:28 -0600 Matt Mackall merge with stable
Sun, 30 Dec 2012 03:49:15 +0100 Pierre-Yves David amend: prevent loss of bookmark on failed amend stable
Sat, 29 Dec 2012 18:00:18 +0100 Pierre-Yves David amend: invalidate dirstate in case of failure (issue3670) stable
Fri, 28 Dec 2012 16:25:12 -0800 Siddharth Agarwal cmdutil: make getgraphlogrevs limit-aware
Fri, 28 Dec 2012 16:25:00 -0800 Siddharth Agarwal cmdutil: stop pretending we can calculate revs for graphlog lazily
Fri, 28 Dec 2012 16:24:36 -0800 Siddharth Agarwal cmdutil: store a local ref to repo.hiddenrevs in getgraphlogrevs
Fri, 28 Dec 2012 14:46:58 -0800 Siddharth Agarwal cmdutil: make getgraphlogrevs return revs in descending order
Tue, 04 Dec 2012 11:19:32 -0600 Kevin Bullock merge with stable
Fri, 30 Nov 2012 00:43:55 +0900 FUJIWARA Katsunori subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) (API) stable 2.4.1
Tue, 13 Nov 2012 19:32:53 -0600 Augie Fackler Merge with crew-stable.
Tue, 13 Nov 2012 08:41:56 -0800 Pierre-Yves David amend: force editor only if old message is reused (issue3698) stable
Wed, 07 Nov 2012 16:21:39 -0600 Augie Fackler bookmarks: introduce a bmstore to manage bookmark persistence
Wed, 31 Oct 2012 03:59:27 +0900 FUJIWARA Katsunori i18n: add "i18n" comment to column positioning messages of "hg log" stable
Wed, 24 Oct 2012 15:37:32 +0200 Pierre-Yves David amend: fix incompatibity between logfile and message option (issue3675) stable
Thu, 18 Oct 2012 17:54:34 +0200 Pierre-Yves David amend: do a bare kill of temporary changeset
Thu, 18 Oct 2012 22:12:15 +0200 Pierre-Yves David amend: add noise in extra to avoid creating obsolescence cycle (issue3664)
Tue, 16 Oct 2012 13:35:58 -0500 Sean Farley color: add additional changeset.phase label to log.changeset and log.parent
Thu, 13 Sep 2012 23:50:45 -0700 smuralid log: speed up hg log for untracked files (issue1340)
Mon, 03 Sep 2012 14:29:05 +0200 Pierre-Yves David clfilter: remove any explicit revision number from default cmdutil range
Thu, 20 Sep 2012 19:01:53 +0200 Pierre-Yves David clfilter: remove usage of `range` in favor of iteration over changelog
Tue, 11 Sep 2012 00:12:07 +0200 Pierre-Yves David amend: add obsolete support
Sat, 25 Aug 2012 16:20:41 +0200 Pierre-Yves David amend: use an explicit commit message for temporary amending commit
Mon, 10 Sep 2012 23:44:24 +0200 Pierre-Yves David amend: wrap all commit operations in a single transaction
Sat, 25 Aug 2012 15:37:28 +0200 Pierre-Yves David amend: lock the repository during the whole process
Sun, 09 Sep 2012 12:35:06 +0200 Patrick Mezard Merge with stable
Thu, 30 Aug 2012 16:47:08 +0200 Pierre-Yves David amend: preserve phase of amended revision (issue3602) stable
Mon, 27 Aug 2012 09:37:49 -0700 Ankur Dahiya color: enabled color support for export command (issue1507)
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 04 Aug 2012 07:14:40 +0200 Ross Lagerwall util: replace util.nulldev with os.devnull stable
Wed, 01 Aug 2012 15:49:00 +0200 Patrick Mezard log: make opts entries optional (issue2423) stable
Mon, 16 Jul 2012 17:44:46 +0200 Pierre-Yves David hidden: move hiddenrevs set on the repository
Fri, 06 Jul 2012 13:56:40 -0700 Joshua Redstone scmutil: 25% speedup in casecollisionauditor
Wed, 11 Jul 2012 18:22:07 +0200 Patrick Mezard incoming/outgoing: handle --graph in core
Sat, 14 Jul 2012 19:09:22 +0200 Patrick Mezard log: support --graph without graphlog extension
Sat, 14 Jul 2012 18:55:21 +0200 Patrick Mezard graphlog: extract revset/support functions into cmdutil
Fri, 29 Jun 2012 00:40:52 -0500 Matt Mackall merge with stable
Sat, 23 Jun 2012 19:57:29 +0300 Idan Kamara amend: disable hooks when creating intermediate commit (issue3501) stable
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler cmdutil: lowercase finddate status message
Tue, 08 May 2012 22:43:44 +0200 Patrick Mezard cmdutil: extract increasing_windows() from walkchangerevs()
Sun, 13 May 2012 13:19:46 +0200 Patrick Mezard cmdutil: use filectx.cmp() in amend()
Sun, 13 May 2012 12:52:24 +0200 Matt Mackall merge with stable
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Sat, 12 May 2012 22:12:54 +0200 Martin Geisler templater: handle SyntaxError when parsing ui.logtemplate stable
Sat, 12 May 2012 00:06:11 +0200 Matt Mackall merge with stable
Fri, 11 May 2012 18:33:45 +0300 Idan Kamara amend: preserve extra dict (issue3430) stable
Fri, 04 May 2012 09:20:28 -0500 Kevin Bullock revert: don't re-create changeset context
Mon, 30 Apr 2012 20:45:45 +0200 Patrick Mezard amend: fix copy records handling (issue3410) stable
Sun, 29 Apr 2012 22:25:55 +0200 Patrick Mezard localrepo: add setparents() to adjust dirstate copies (issue3407) stable
Sat, 28 Apr 2012 20:29:21 +0200 Patrick Mezard dirstate: preserve path components case on renames (issue3402) stable
Wed, 18 Apr 2012 01:20:16 +0300 Idan Kamara commit: add option to amend the working dir parent
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: add support for reverting subrepos without --no-backup and/or --all
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: add support for reverting subrepos
Sun, 08 Apr 2012 12:38:26 -0500 Matt Mackall log: bypass file scan part of fastpath when no files
Sun, 08 Apr 2012 12:38:24 -0500 Matt Mackall cmdutil: use context instead of lookup
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: move bulk of revert command from commands to cmdutil
Fri, 23 Mar 2012 11:47:27 -0500 Matt Mackall rename: handle case-changing (issue1717) stable
Fri, 24 Feb 2012 20:57:59 +0100 Patrick Mezard log: fix --follow FILE ancestry calculation stable
Fri, 10 Feb 2012 16:52:32 -0600 Matt Mackall log: remove caching of all visited revisions (issue3253) stable
Mon, 06 Feb 2012 14:37:49 +0900 FUJIWARA Katsunori forget: show warning messages for forgetting in subrepo correctly stable
Tue, 17 Jan 2012 19:10:59 -0500 David M. Carr forget: fix subrepo recursion for explicit path handling
Tue, 17 Jan 2012 19:10:58 -0500 David M. Carr add: fix subrepo recursion for explicit path handling
Tue, 17 Jan 2012 20:23:23 +0100 Pierre-Yves David changeset_printer: display changeset phase on debug level
Thu, 05 Jan 2012 20:35:10 -0600 Matt Mackall cmdutil: simplify duplicatecopies
Wed, 04 Jan 2012 15:48:02 -0600 Matt Mackall copies: split the copies api for "normal" and merge cases (API)
Wed, 21 Dec 2011 14:36:08 -0600 Matt Mackall merge with stable
Thu, 15 Dec 2011 16:41:03 -0500 Alistair Bell diff: when diffing a revision with a deleted subrepo, maintain the node context (issue3153) stable
Thu, 15 Dec 2011 16:26:33 +0100 Martin Geisler merge with stable
Wed, 14 Dec 2011 12:28:00 -0200 Renato Cunha diff: don't crash when diffing a revision with a deleted subrepo (issue3153) stable
Thu, 01 Dec 2011 15:57:10 -0600 Matt Mackall merge with stable
Thu, 01 Dec 2011 15:51:36 -0600 Matt Mackall alias: shortcut command matching show shadowing works properly (issue3104) stable 2.0.1
Wed, 02 Nov 2011 01:17:11 -0400 David M. Carr add: support adding explicit files in subrepos
Tue, 11 Oct 2011 18:18:15 -0700 Eric Roshan Eisner cmdutil.bailifchanged: abort for dirty subrepos
Sun, 09 Oct 2011 16:14:37 -0500 Matt Mackall rebase: move updatedirstate into cmdutil so it can be shared
Sat, 30 Jul 2011 11:08:45 +0100 Andrzej Bieniek export: add %m to file format string (first line of the commit message)
Mon, 25 Jul 2011 15:32:42 -0500 Augie Fackler cmdutil: use safehasattr instead of hasattr
Sat, 18 Jun 2011 16:52:51 -0500 Matt Mackall scmutil: switch match users to supplying contexts
Wed, 15 Jun 2011 23:50:33 +0300 Idan Kamara cmdutil: return a dummy, closable file object if it cannot be duped
Wed, 08 Jun 2011 14:54:52 +0300 Idan Kamara cmdutil: use ui descriptors in makefileobj
Wed, 08 Jun 2011 14:54:52 +0300 Idan Kamara cmdutil, logmessage: use ui.fin when reading from '-'
Thu, 02 Jun 2011 00:33:33 +0200 Adrian Buehlmann workingctx: eliminate remove function
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall cmdutil: make private copies of option lists to avoid sharing monkeypatches
Sat, 14 May 2011 00:30:32 +0200 Sune Foldager debugindex etc.: add --changelog and --manifest options
Fri, 13 May 2011 14:58:24 -0500 Matt Mackall scmutil: drop aliases in cmdutil for match functions
Fri, 13 May 2011 14:48:48 -0500 Matt Mackall scmutil: drop some aliases in cmdutil
Fri, 13 May 2011 14:07:16 -0500 Matt Mackall scmutil: fold in wdutil
Fri, 13 May 2011 14:06:28 -0500 Matt Mackall scmutil: move revsingle/pair/range from cmdutil
Thu, 12 May 2011 08:14:04 +0200 Adrian Buehlmann commands: use a decorator to build table incrementally
Tue, 10 May 2011 16:08:47 -0500 Matt Mackall cmdutil: make_file to makefileobj
Tue, 10 May 2011 16:08:46 -0500 Matt Mackall cmdutil: make_filename -> makefilename
Tue, 10 May 2011 16:08:46 -0500 Matt Mackall cmdutil: bail_if_changed to bailifchanged
Sun, 08 May 2011 21:24:30 +0200 Sune Foldager cmdutil: fix errors reported by pyflakes test
Sun, 08 May 2011 17:48:30 +0200 Patrick Mezard patch: move updatedir() from cmdutil into patch
Sun, 08 May 2011 17:48:29 +0200 Patrick Mezard mq: explicitly updatedir() even if patch() fails
Sat, 07 May 2011 21:12:33 +0200 Patrick Mezard cmdutil: normalize log message eols when reading from file
Fri, 06 May 2011 15:22:31 +0200 Adrian Buehlmann rename util.set_flags to setflags
Fri, 06 May 2011 09:54:06 +0200 Adrian Buehlmann rename path_auditor to pathauditor
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Sat, 30 Apr 2011 23:27:00 +0200 Adrian Buehlmann scmutil: introduce casecollisionauditor
Sun, 01 May 2011 08:29:50 -0500 Matt Mackall context: provide an efficient iterator for workingctx
Sat, 30 Apr 2011 18:30:14 +0200 Alexander Solovyov revset aliases
Sat, 30 Apr 2011 12:39:46 +0200 Kevin Gessner add: notify when adding a file that would cause a case-folding collision
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Wed, 20 Apr 2011 22:43:31 +0200 Adrian Buehlmann move path_auditor from util to scmutil
Wed, 20 Apr 2011 21:41:41 +0200 Adrian Buehlmann move canonpath from util to scmutil
Tue, 19 Apr 2011 12:42:53 +0200 Adrian Buehlmann add: introduce a warning message for non-portable filenames (issue2756) (BC)
Fri, 15 Apr 2011 16:15:32 +0200 Adrian Buehlmann copy: do not copy file if name is disallowed anyway
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Wed, 23 Feb 2011 23:30:48 +0100 Adrian Buehlmann cmdutil: fix mode handling in make_file
Fri, 04 Mar 2011 19:21:12 -0600 Matt Mackall match: ignore "" patterns stable
Wed, 23 Feb 2011 13:21:55 +0500 Waqas Hussain export: only close files which export itself has opened stable
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Fri, 11 Feb 2011 19:47:39 +0100 David Soria Parra templater: add bookmarks to templates and default output
Tue, 07 Dec 2010 16:08:16 +0100 Dan Villiom Podlaski Christiansen make_file: always return a fresh file handle that can be closed
Wed, 01 Dec 2010 21:46:08 +0100 Dan Villiom Podlaski Christiansen export: flush the file pointer between patches
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
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
Thu, 04 Nov 2010 16:21:28 -0500 Matt Mackall commands: add revset support to most commands
Sat, 30 Oct 2010 12:13:52 -0500 Matt Mackall commit: handle missing newline on last commit comment stable
Thu, 28 Oct 2010 21:25:53 +0200 Patrick Mezard patch: fix copies when patching over uncommitted changed (issue2459) stable
Wed, 20 Oct 2010 12:29:41 -0200 Wagner Bruna cmdutil: mark string for i18n
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
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
Mon, 20 Sep 2010 22:41:10 +0200 Patrick Mezard Restore lexists() changes lost in e0ee3e822a9a merge
Mon, 20 Sep 2010 22:29:13 +0200 Patrick Mezard Merge with stable
Mon, 20 Sep 2010 21:46:39 +0200 Patrick Mezard rename: do not overwrite existing broken symlinks stable
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:08:09 +0200 Martin Geisler patch: break import cycle with cmdutil
Fri, 10 Sep 2010 22:52:00 +0200 Patrick Mezard subrepos: handle diff nodeids in subrepos, not before
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
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 cmdutil: use repo.auditor when constructing match object
Mon, 30 Aug 2010 14:38:24 +0200 Martin Geisler Consistently import foo as foomod when foo to avoid shadowing
Wed, 25 Aug 2010 16:23:32 +0200 Martin Geisler util: remove lexists, Python 2.4 introduced os.path.lexists
Tue, 17 Aug 2010 17:44:19 -0500 Matt Mackall merge with stable
Fri, 13 Aug 2010 14:29:30 +0800 Alecs King log: fix the bug 'hg log --stat -p == hg log --stat' stable
Sun, 15 Aug 2010 23:38:00 +0900 Nicolas Dumazet cmdutil: code simplification
Sun, 15 Aug 2010 23:17:53 +0900 Nicolas Dumazet log: do not --follow file that is deleted and recreated later (issue732)
Thu, 12 Aug 2010 18:00:41 +0200 Martin Geisler cmdutil: remove unnecessary parenthesis
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 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
Mon, 19 Jul 2010 00:41:41 +0200 Martin Geisler cmdutil: fix accidental name clash with revrange function
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
Tue, 29 Jun 2010 12:12:34 +0200 Mads Kiilerich log: follow filenames through renames (issue647) stable 1.6
Thu, 24 Jun 2010 15:18:47 +0100 Simon Howkins heads: fix templating of headers again (issue2130) stable
Thu, 24 Jun 2010 15:18:47 +0100 Simon Howkins cmdutil: only output style header once in non-buffered mode (issue2130) stable
Sun, 20 Jun 2010 14:21:47 -0500 Matt Mackall revrange: fix up empty query again
Sat, 19 Jun 2010 13:00:01 -0500 Matt Mackall revrange: attempt to parse old-style queries as a first pass