mercurial/commands.py
Tue, 24 Feb 2015 10:55:24 +0100 Thomas Arendsen Hein pull: print "pulling from foo" before accessing the other repo
Wed, 11 Feb 2015 13:59:13 +0900 Yuya Nishihara resolve: port to generic templater
Wed, 11 Feb 2015 13:55:15 +0900 Yuya Nishihara resolve: extract -l/--list operation from big loop
Wed, 11 Feb 2015 13:47:43 +0900 Yuya Nishihara resolve: silence warning of unknown pats for -l/--list (BC)
Mon, 02 Feb 2015 22:21:07 +0900 Yuya Nishihara revset: make match function initiate query from full set by default
Thu, 15 Jan 2015 15:39:16 -0800 Eric Sumner changegroup.writebundle: HG2Y support
Thu, 15 Jan 2015 14:39:41 -0800 Eric Sumner changegroup.writebundle: provide ui
Wed, 14 Jan 2015 17:09:55 -0800 Eric Sumner unbundle: support bundle2 files
Thu, 15 Jan 2015 15:35:26 -0800 Eric Sumner commands.debugbundle: bundle2 support
Mon, 12 Jan 2015 20:59:17 -0500 Matt Harbison add: pass options via keyword args
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Fri, 09 Jan 2015 18:38:02 +0100 Mads Kiilerich debugdirstate: don't hide date field with --nodate, just show 'set'/'unset'
Fri, 09 Jan 2015 18:38:02 +0100 Mads Kiilerich debugdirstate: simplify date handling after e7ed5d07cc4c used fixed format
Mon, 15 Dec 2014 14:11:19 -0800 Sean Farley debugnamecomplete: use new name api
Fri, 17 Oct 2014 13:41:29 -0700 Sean Farley debugnamecomplete: rename from debuglabelcomplete
Tue, 06 Jan 2015 23:46:18 +0900 FUJIWARA Katsunori revset: introduce new operator "##" to concatenate strings/symbols at runtime
Tue, 18 Nov 2014 22:21:03 -0800 Siddharth Agarwal export: explicitly honor all diffopts
Mon, 22 Dec 2014 14:49:05 -0600 Matt Mackall branches: deprecate -a
Wed, 17 Dec 2014 17:26:12 -0800 Mateusz Kwapich backout: add --commit option
Sat, 13 Dec 2014 13:56:05 -0800 Kyle Lippincott debugindex: respect --debug flag to show full nodeids
Mon, 24 Nov 2014 23:51:26 -0500 Matt Harbison addremove: add support for the -S flag
Mon, 24 Nov 2014 22:27:49 -0500 Matt Harbison commit: propagate --addremove to subrepos if -S is specified (issue3759)
Sun, 09 Nov 2014 19:57:02 -0500 Matt Harbison scmutil: pass a matcher to scmutil.addremove() instead of a list of patterns
Tue, 09 Dec 2014 12:39:23 -0600 Matt Mackall graft: drop cset description from empty commit message
Tue, 09 Dec 2014 03:38:23 +0100 Mads Kiilerich graft: show hashes in user-facing messages
Tue, 09 Dec 2014 03:38:23 +0100 Mads Kiilerich graft: give helpful warning for empty grafts
Tue, 09 Dec 2014 03:38:23 +0100 Mads Kiilerich graft: show more useful status information while grafting
Tue, 18 Nov 2014 22:18:05 -0800 Siddharth Agarwal diff: explicitly honor all diffopts
Tue, 18 Nov 2014 22:16:46 -0800 Siddharth Agarwal annotate: explicitly only honor whitespace diffopts
Mon, 01 Dec 2014 19:34:11 -0600 Matt Mackall merge with stable
Mon, 01 Dec 2014 15:04:34 -0600 Matt Mackall help: fix typo in files help stable
Thu, 27 Nov 2014 12:25:01 -0600 Matt Mackall merge with stable
Wed, 26 Nov 2014 17:22:09 +0300 anatoly techtonik merge: be precise about what merged into what in short desc stable
Tue, 18 Nov 2014 16:14:32 -0800 Martin von Zweigbergk update: remove unnecessary check for unknown files with --check
Sat, 15 Nov 2014 21:36:19 -0500 Matt Harbison remove: recurse into subrepositories with --subrepos/-S flag
Thu, 13 Nov 2014 23:12:15 -0800 Martin von Zweigbergk merge: drop underscore prefix from _checkunknown()
Thu, 13 Nov 2014 00:13:48 -0800 Siddharth Agarwal diff: add a --noprefix option
Sun, 09 Nov 2014 12:31:34 -0500 Matt Harbison remove: move most of the implementation into cmdutils.remove()
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Thu, 06 Nov 2014 14:08:25 -0800 Mateusz Kwapich debugrevlog: fix computing chain length in debugrevlog -d
Sun, 02 Nov 2014 13:20:07 +0900 Yuya Nishihara serve: correct meta variable of --daemon-pipefds option stable
Sat, 01 Nov 2014 13:13:04 -0500 Matt Mackall debuglocks: add missing usage summary stable
Sat, 01 Nov 2014 19:02:31 +0100 Mads Kiilerich help: don't crash on help for 'sections' with multiple '.' stable
Sat, 01 Nov 2014 02:43:08 +0900 FUJIWARA Katsunori help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation stable
Sat, 01 Nov 2014 02:41:18 +0900 FUJIWARA Katsunori files: refer "hg help filesets" instead of "hg help revsets" in help text stable
Fri, 24 Oct 2014 13:50:00 -0400 Jordi GutiƩrrez Hermoso doc: change 'revision or range' to 'revision or revset' stable
Thu, 23 Oct 2014 12:27:57 -0200 Wagner Bruna files: fix example list syntax stable
Wed, 08 Oct 2014 22:30:04 -0700 Martin von Zweigbergk resolve: run happily after conflict-free merge
Sat, 27 Sep 2014 15:04:46 +0900 Yuya Nishihara cmdserver: switch service objects by mode
Sat, 27 Sep 2014 14:52:09 +0900 Yuya Nishihara cmdserver: wrap 'pipe' mode server by service object
Tue, 14 Oct 2014 13:25:13 -0700 Durham Goode obsolete: add allowunstable option
Fri, 03 Oct 2014 09:29:48 -0700 Martin von Zweigbergk summary: make status code more readable
Mon, 13 Oct 2014 17:12:31 -0500 Matt Mackall graft: use merge.graft
Mon, 13 Oct 2014 14:33:13 -0500 Matt Mackall duplicatecopies: move from cmdutil to copies
Mon, 13 Oct 2014 13:21:03 -0500 Matt Mackall graft: move rebase cleanup code next to actual rebase
Sun, 12 Oct 2014 23:30:04 -0700 Durham Goode phases: change phase command change detection
Mon, 06 Oct 2014 16:35:02 -0400 Jordi GutiƩrrez Hermoso config: use the same hgrc for a cloned repo as for an uninitted repo
Tue, 07 Oct 2014 00:38:14 -0700 Pierre-Yves David strip: stop calling `remove` on smartset
Fri, 03 Oct 2014 00:43:22 +0900 Yuya Nishihara bookmarks: port to generic templater
Fri, 03 Oct 2014 00:36:36 +0900 Yuya Nishihara bookmarks: split ui.write() so that it can be easily ported to formatter api
less more (0) -1000 -300 -100 -60 tip