Mercurial > hg-stable
log
age | author | description |
---|---|---|
Fri, 25 May 2018 17:21:01 +0530 | Pulkit Goyal | graft: reuse --user and --date values in `hg graft --continue` (BC) |
Sat, 26 May 2018 01:52:42 +0530 | Pulkit Goyal | tests: add test showing --continue not preserving --date and --user flags |
Fri, 25 May 2018 16:14:15 +0530 | Pulkit Goyal | graft: store user passed date and user information in graftstate |
Fri, 25 May 2018 16:00:37 +0530 | Pulkit Goyal | graft: use cmdstate.delete() to delete the state file |
Thu, 24 May 2018 23:05:12 -0700 | John Stiles | graph: add outputgraph() function, called by ascii() to print |
Wed, 28 Feb 2018 03:07:48 +0530 | Pulkit Goyal | graft: add test for reading old graftstate files with new mechanism |
Fri, 25 May 2018 01:53:30 +0530 | Pulkit Goyal | graft: start using the cmdstate class to read and write data to graftstate |