log mercurial/cmdutil.py @ 14616:64dfbe576455

age author description
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
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Fri, 04 Jun 2010 22:54:43 -0500 Matt Mackall revset: fix test failure with qfinish
Thu, 03 Jun 2010 18:00:15 -0500 Matt Mackall walkchangerevs: allow empty query sets
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: hook into revrange
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Thu, 27 May 2010 22:50:04 +0300 Alexander Solovyov cmdutil: cleanup imports
Wed, 26 May 2010 16:16:47 +0200 Peter Arrenbrecht rename: make --after work if source is already in R state
Sat, 15 May 2010 17:48:49 -0500 Matt Mackall commands: initial audit of exit codes
Sat, 01 May 2010 18:39:40 -0400 Steve Losh cmdutil: Warn when trying to copy/rename --after to a nonexistant file.
Thu, 01 Apr 2010 00:35:12 +0900 Yuya Nishihara log: add --stat for diffstat output
Sat, 03 Apr 2010 11:58:16 +1100 David Greenaway Move 'findrenames' code into its own file.
Wed, 07 Apr 2010 00:45:20 +0900 Yuya Nishihara commands: refactor diff --stat and qdiff --stat
Fri, 23 Apr 2010 15:24:11 +0900 Nicolas Dumazet log: remove useless condition
Mon, 19 Apr 2010 17:00:02 -0500 Matt Mackall Merge with stable
Thu, 08 Apr 2010 00:13:33 +0900 Yuya Nishihara remoteui: copy http_proxy settings stable
Mon, 05 Apr 2010 01:00:14 +0200 Martin Geisler cmdutil: do not translate trivial string
Fri, 02 Apr 2010 15:22:07 -0500 Brodie Rao cmdutil: make use of output labeling in changeset_printer
Wed, 17 Mar 2010 18:15:16 -0500 Matt Mackall progress: drop extra args for pos=None calls (issue2087)
Mon, 15 Mar 2010 18:40:00 +0100 Martin Geisler progress: use a verb in present participle
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Mon, 08 Mar 2010 00:01:12 +0100 Benoit Boissinot addremove: avoid fetching data again and again
Mon, 08 Mar 2010 00:00:03 +0100 Benoit Boissinot addremove: add progress support for similarity search
Sun, 07 Mar 2010 23:59:28 +0100 Benoit Boissinot addremove: atomically update the dirstate
Sun, 14 Feb 2010 01:52:31 -0500 Brodie Rao remove unused imports stable
Mon, 08 Feb 2010 10:50:00 +0100 Brendan Cully mq: make init -Q do what qinit -c did
Mon, 08 Feb 2010 10:23:44 +0100 Brendan Cully mq: add -Q option to all commands not in norepo
Sat, 06 Feb 2010 16:50:00 +0100 Patrick Mezard util: make spawndetached() handle subprocess early terminations
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 18 Jan 2010 22:59:32 +0100 Patrick Mezard templatekw: fix extras, manifest and showlist args (issue1989)
Fri, 15 Jan 2010 10:38:11 +0100 Patrick Mezard Merge with crew-stab le
Fri, 15 Jan 2010 09:50:52 +0100 Patrick Mezard cmdutil: expand style paths (issue1948) stable
Sun, 10 Jan 2010 18:13:34 +0100 Patrick Mezard cmdutil: hide child window created by win32 spawndetached()
Wed, 06 Jan 2010 21:11:58 +0100 Patrick Mezard Find right hg command for detached process
Wed, 06 Jan 2010 21:11:58 +0100 Patrick Mezard cmdutil: replace unix pipe handshake with file lock
Fri, 10 Apr 2009 21:20:25 +0200 Patrick Mezard serve: add and use portable spawnvp replacement
Wed, 30 Dec 2009 02:41:19 +0100 Robert Bachmann Bugfix and test for hg log XML output
Mon, 28 Dec 2009 17:55:52 +0100 Robert Bachmann Added support for templatevar "footer" to cmdutil.py
Mon, 14 Dec 2009 00:32:29 +0900 Nicolas Dumazet cmdutil: replace sys.maxint with None as default value in loglimit