log mercurial/cmdutil.py @ 30340:608ba935e041

age author description
Tue, 08 Nov 2016 08:03:43 -0800 Durham Goode manifest: remove manifest.find
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Wed, 02 Nov 2016 18:45:53 +0000 timeless cmdutil: refactor checkunresolved
Fri, 14 Oct 2016 01:53:15 +0200 Mads Kiilerich cmdutil: satisfy expections in dirstateguard.__del__, even if __init__ fails
Mon, 19 Sep 2016 17:15:39 -0400 Augie Fackler copy: distinguish "file exists" cases and add a hint (BC)
Sat, 08 Oct 2016 00:59:41 +0200 Mads Kiilerich largefiles: use context for file closing
Sat, 24 Sep 2016 19:58:23 +0900 Yuya Nishihara log: copy the way of ancestor traversal to --follow matcher (issue5376)
Sat, 24 Sep 2016 19:52:02 +0900 Yuya Nishihara log: unroll loop that populates file paths for --patch --follow matcher
Thu, 22 Sep 2016 20:59:24 +0900 Yuya Nishihara log: drop outdated optimization to walk revisions in reverse order
Thu, 22 Sep 2016 20:53:53 +0900 Yuya Nishihara graphlog: preserve topo sort even if additional filter options specified
Fri, 02 Sep 2016 21:46:00 +0000 timeless remove: specify hg in added warning
Tue, 03 May 2016 14:24:00 +0900 Yuya Nishihara log: drop hack to fix order of revset (issue5100)
Sun, 21 Aug 2016 08:00:18 +0000 Hannes Oldenburg cmdutil: extract samefile function from amend()
Tue, 16 Aug 2016 08:15:12 +0000 Hannes Oldenburg subrepo: cleanup of subrepo filematcher logic
Mon, 15 Aug 2016 16:07:55 +0900 Yuya Nishihara debugobsolete: add formatter support (issue5134)
Tue, 09 Aug 2016 09:02:51 +0000 Hannes Oldenburg match: added matchessubrepo method to matcher
Sun, 07 Aug 2016 14:06:20 +0000 Hannes Oldenburg cmdutil: remove duplicated badmatch call in cat()
Fri, 05 Aug 2016 13:00:33 -0400 Augie Fackler cmdutil: open dirlogs via manifest property, not via repo
Wed, 27 Jul 2016 08:38:54 +0000 Hannes Oldenburg cmdutil: warnings not issued in cat if subrepopath overlaps stable
Fri, 22 Jul 2016 11:29:42 +0000 Hannes Oldenburg cmdutil: warnings not issued in remove if subrepopath overlaps stable
Thu, 30 Jun 2016 08:38:19 -0700 skarlage revert: don't backup if no files reverted in interactive mode (issue4793)
Fri, 24 Jun 2016 11:12:41 -0700 Martin von Zweigbergk debug: make debug{revlog,index,data} --dir not just a flag
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Tue, 14 Jun 2016 11:05:36 +0100 Martijn Pieters revset: record if a set is in topographical order
Wed, 08 Jun 2016 16:18:43 +0100 Martijn Pieters graphmod: avoid sorting when already sorted
Tue, 07 Jun 2016 11:57:11 +0200 Denis Laxalde crecord: drop unused "operation" parameter from filterpatch function
Tue, 07 Jun 2016 10:37:19 +0200 Denis Laxalde patch: define full messages for interactive record/revert
Fri, 03 Jun 2016 15:55:07 +0200 Denis Laxalde revert: use "discard"/"revert" verb when reverting interactively (issue5143)
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Thu, 05 May 2016 17:06:54 -0700 Mateusz Kwapich dirstate: make backup methods public