log mercurial/commands.py @ 24274:9640820bc957

age author description
Sun, 08 Mar 2015 16:45:29 -0400 Matt Harbison files: use ctx object to access dirstate
Fri, 06 Mar 2015 22:56:19 -0800 Siddharth Agarwal commands.import: accept a prefix option
Sat, 07 Feb 2015 12:49:30 -0800 Gregory Szorc commands.paths: use ui.paths to show paths
Thu, 26 Feb 2015 20:54:05 +0900 Yuya Nishihara incoming: hide help about use of --bundle option by default
Tue, 10 Feb 2015 15:59:12 -0500 Augie Fackler dispatch: offer suggestions of similar-named commands
Mon, 02 Mar 2015 14:52:04 +0100 Jesus Cea copyright: update to 2015
Fri, 06 Feb 2015 11:04:55 -0800 Durham Goode log: make -fr show complete history from the given revs
Wed, 25 Feb 2015 11:39:14 -0800 Martin von Zweigbergk debugsetparent: document one common caveat specifically
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)