mercurial/cmdutil.py
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
less more (0) -300 -100 -60 tip